Design a Website class 2
From IAMMediaWiki Create Change
Contents |
[edit] html syntax
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" />
[edit] links / directory structure
[edit] lists
unordered
<ul>
<li> list item </li>
</ul>
ordered
<oll>
<li> list item </li>
</ol>
[edit] images
<img src="mypicture.jpg" />
[edit] containers
<span>span for single line</span> <div> for multiple lines</div>
[edit] validation
http://htmlhelp.com/tools/validator/doctype.html
[edit] recommended tutorial
http://www.w3schools.com/xhtml/xhtml_intro.asp
[edit] image optimization
[edit] photoshop
Save as for web.
screen shot coming soon.
