Contents |
the magic formula:
<element attribute = "value"> content </element> OR <element attribute = "value" />
examples:
<a href="http://google.com> google </a> OR <img src="picture.jpg" />
unordered
<ul>
<li> list item </li>
</ul>
ordered
<oll>
<li> list item </li>
</ol>
<img src="mypicture.jpg" />
<span>span for single line</span> <div> for multiple lines</div>
http://htmlhelp.com/tools/validator/doctype.html
http://www.w3schools.com/xhtml/xhtml_intro.asp
Save as for web.
screen shot coming soon.