Difference between revisions of "Design a Website class 2"

esse quam videri
Jump to: navigation, search
(New page: ==html syntax== the magic formula: <element attribute = "value"> content </element> OR <element attribute = "value" /> examples: <a href="http://google.com> google </a> OR <img...)
 
Line 14: Line 14:
 
===validation===
 
===validation===
 
http://www.w3.org/
 
http://www.w3.org/
 +
 
http://htmlhelp.com/tools/validator/doctype.html
 
http://htmlhelp.com/tools/validator/doctype.html
 +
 
http://validator.w3.org/
 
http://validator.w3.org/
 +
 
===recommended tutorial====
 
===recommended tutorial====
 
http://www.w3schools.com/html/default.asp
 
http://www.w3schools.com/html/default.asp

Revision as of 17:57, 10 July 2007

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

images

containers

validation

http://www.w3.org/

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

http://validator.w3.org/

recommended tutorial=

http://www.w3schools.com/html/default.asp

image optimization

photoshop

gimp/open source