HTML
HTML
Tag Description
<html>.....</html> Declares the Web page to be written in HTML
<head>.....</head> Delimits the page’s head
<title>.....</title> Defines the title(not displayed on the page)
<body>.....</body> Delimits the page’s body
<ol>.....</ol> Brackets a numberes list
<li>.....</li> Brackets an item in an ordered or number list
<img scr=”...”> Display an image here
<a href”...”>....</a> Define a hyperlink
<p> Starts a paragraph
<table> Table definition
<th> Header cell of a table
<tr> Table row