In this lab, you will start to learn “HTML” the markup language used to create basic web pages. You will create a simple web page and upload it to your website.
Notes about HTML documents:
An HTML document is a plain text file (i.e. it consists only of letters, numbers and other keyboard characters).
The text is “marked up” with HTML “tags”. Here is an example:
<b>This text is marked up with bold tags</b>.
The name of an HTML file ends in “.html” or “.htm”