HTML is the language used for creating websites. It is important to have a standard language so that all browsers know how to display the pages. Otherwise people would have to create websites in different languages for different browsers (similar to how apps have to be programmed for different operating systems – wouldn’t it have been much better if they agreed on one standard for apps too!)
You need to be able to use the following tags:
- <html>…</html>
- < body>…<body>
- <h1>…</h1>
- <p>
- <b>…</b>
- <i>…<i>
- <u>…<u>
- <center>
- <big>…</big>
- <small>…</small>
- <img=”picture.jpg“>
- <a href=”http://www.mrdorancomputing.com“>Mr Doran’s Website</a>