marks beginning and the end
<html>
</html>
marks the beginning and end of a body
<body>
</body>
Links files
<a></a>
Used to contain metadata
<head>
</head>
What makes a heading
<h(1-6)>
Defines the text that appears with the tab heading area
<title>
</title>
a paragraph
<p>
</p>
defines and ordered list
<ol>
</ol>
Defines each member of the list
<li>
</li>
defines an unordered list
<ul>
</ul>
How are class identifiers formatted
Multiple elements can be assigned a class, which means they follow a particular style
Defined with .classidentifier {
* features *
}
Look into CSS
Ok