In this lab you will learn about HTML, a markup language for Web pages. The HTML document is nothing but text - words and tags. The tags "mark up" the text - they give the browser information about how to display the text. The part of the document between the <body> and </body> is what is displayed in the browser window. The <p> tag indicates a paragraph.

Here is another paragraph. The browser will display a blank line between paragraphs. The <title> tag is used to specify the text that appears on the title bar of the browser window when the page is displayed.