Last active
August 29, 2015 14:26
-
-
Save jubalm/b537ab6b726be1d6d4cb to your computer and use it in GitHub Desktop.
Revisions
-
jubalm revised this gist
Aug 4, 2015 . No changes.There are no files selected for viewing
-
jubalm revised this gist
Aug 4, 2015 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,4 @@ ## HTML Authoring Conventions - HTML should present itself without the stylesheet - Check for unclosed tags -
jubalm revised this gist
Aug 4, 2015 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,4 @@ ## HTML Authoring - HTML should present itself without the stylesheet - Check for unclosed tags -
jubalm created this gist
Aug 4, 2015 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,16 @@ ## Writing Better HTML - HTML should present itself without the stylesheet - Check for unclosed tags - Check for Doctype declaration - Do not use inline-styles - Document should have title and meta tags - Do not use headings for font size - Use line breaks to separate text, not sections - Always put proper alt tags to images - Specify image width and height - If it's not going to be displayed, it should not be in the markup - Don't use the `<center>` tag to align text - Use lowercase letters for tag name - Make sure IDs are only used once - Validate