In this assignment, you will identify HTML tags. Assignment Requirements
Evaluate the following scenario: In order to test your IIS server implementation you decide to create a test web site using HTML. Your Senior Administrator suggests you familiarize yourself with some basic HTML tags before you begin.
Using the links below and Internet research, list the usage for each of the HTML tags in the table below. Tag
Usage
<html> </html> Creates an html document
<body> </body> Set off the visible portion of the document
<b> </b> Creates bold text
<p></p>
Creates a new paragraph
<i></i>