YOU ARE HERE: Home Page - Web Design - Build Your Own Site - Step 2

Design your own website


.:Step 1:. - .:Step 2:. - .:Step 3:. - .:Step 4:. - .:Step 5:. - .:Step 6:. - .:Step 7:.

Website design & development

Learn some codes

The World Wide Web Consortium, also known as W3C develops standards and guidelines to ensure that, in short, all web developement and technology uses a uniform code and thus avoid web fragmentation.
Part of these guidelines, now requires that all coding is done in samll caps, ie. no capital letters, and that all tags are closed.
In the past, a line break was coded as < br >. in order to close this tag, we use < br/> instead of < br >< /br >.

The following shows you the most commonly used html tags. Dont get scared when you see them. just read through the list so that you get the general idea, then we will go through most of them in the next few steps.