Learning/WebLiteracyStandard/Building/HTML/structuring-web-page: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
(Created page with "<strong>Structuring a Web page</strong> Examples: <ul> <li>Adding creator, description and keywords to header metadata</li> <li>Using doctype to communicate HTML standards co...")
 
(recommend visible heading and paragraph markup instead of invisible meta description (obsolete), and creator/keywords (abandoned/useless) to the page head)
 
Line 3: Line 3:
Examples:
Examples:
<ul>
<ul>
<li>Adding creator, description and keywords to header metadata</li>
<li>Using doctype to communicate HTML standards compliance</li>
<li>Using doctype to communicate HTML standards compliance</li>
<li>Create an 'About Me' page which includes text, link and an image</li>
<li>Create an 'About Me' page which includes text, link and an image</li>
<li>Adding a heading on that page with your name and a paragraph with description &amp; keywords to the body</li>
</ul>
</ul>

Latest revision as of 23:06, 31 August 2013

Structuring a Web page

Examples:

  • Using doctype to communicate HTML standards compliance
  • Create an 'About Me' page which includes text, link and an image
  • Adding a heading on that page with your name and a paragraph with description & keywords to the body