Al's TAFE Certificate IV I.T. (Website Design) Exercises
HTML
HTML ( stands for Hyper Text Markup Language) is the most common script for website (ie: .htm or . html extensions). There are many others as well as variants of HTML (ie: DHTML, XHTML, SHTML, XML & others). This website W3Schools has heaps of tutorials for just about any script you want. The beauty of the site is that they have tutorials for nearly every element of HTM (ie: Introduction, Elements, Basic Tags, Formatting, Links, Frames, Tables, Lists, Forms, Images, Background, Colors, Color values, Color names), They even have advanced topics (ie:Layout, Fonts, Styles, Head, Meta, URLs, Scripts, Attributes, Events, URL-encode, Webserver ). If you can't find the one you want your not looking hard enough.HTML Tutorials
Although there are lots of tutorials and books available this site would have to one of the best for tutorials around. They have some samples where you can try it yourself online. Additionally, they have a quiz so you can test yourself online.Basic HTML Tags
Tag |
Description |
|---|---|
| <html> | Defines an HTML document |
| <head> | Defines the document's header data |
| <body> | Defines the document's body |
| <h1> to <h6> | Defines headers 1 to header 6 |
| <p> | Defines a paragraph |
| <br / > | Inserts a single line break |
| <hr / > | Defines a horizontal rule |
| <!-- > | Defines a comment |
W3Schools HTML Tutorials
