Go to Content
Columbia College Chicago
IAM Wiki: Design a Website class 2
Design a Website class 2

Contents

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" />

links / directory structure

lists

unordered

<ul>
      <li> list item </li>
 </ul> 

ordered

<oll>
      <li> list item </li>
 </ol> 

images

<img src="mypicture.jpg" />

containers

<span>span for single line</span>
 <div> for multiple lines</div>

validation

http://www.w3.org/

http://htmlhelp.com/tools/validator/doctype.html

http://validator.w3.org/

recommended tutorial

http://www.w3schools.com/xhtml/xhtml_intro.asp

image optimization

photoshop

Save as for web.

screen shot coming soon.

This page was last modified on 4 August 2008, at 19:44. This page has been accessed 1,063 times. About IAMMediaWiki Powered by MediaWiki