![]() |
|
![]() |
|
University of Auckland ![]() ![]() ![]() |
Web Site Map |
Hyper Text Markup Language - Stage One WikiHyper Text Markup Language, also known as HTML, is the mark up language used to create web pages. The mark up language of HTML consists of "codes" or "tags". Tags are normally part of a pair, the first tag is the 'opening' tag, whilst the second tag is the 'closing' tag. For example, if you wished to underline a heading in your webpage, you would use the tag <u> to start underlining the text, and then </u> at the end to stop underlining the text. Although it is not a necessity to close your tags, it makes your coding for your web page a lot tidier. Sometimes, if you do not close your tags, you may end up with unwanted formatting in your webpage. Here are some basic codes which are generally used: <html> </html> This code defines the entire webpage of body. The opening tag is usually placed at the very beginning, before any other html coding, whilst the ending tag is placed at the very end.
In the head of every HTML page you should copy and paste the text: <?xmlversion="1.0" encoding="utf-8"? <!DOCTYPE html PUBLIC "-//W3C//DTDXHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
HTML, the core of how we perceive the modern internet; seems to be a declining art in those of the everyday people. While many people are still learning HTML as a way of satisfying their curiosity, due to the boom of online GUI or editors are fast replacing the days when teenage kids with eye liners had to learn html coding from the far shady corners of the internet to make their name flash on MySpace to the completely automated processes of FaceBook or Bebo where all you have to do is click on the prettiest options. This page was last modified 11:55, 13 August 2009. |
Options
|
Feedback Contact us © Department of Computer Science, The University of Auckland |