Basic HTML Tags
Paragraph
<p> </p>
Line Break
<br/> or <br>
Browser Tab name
<title> </title>
The attribute used in the event an image doesn't pop up
alt
Table row
<tr> </tr>
Largest Heading
<h1> </h1>
Horizontal Rule
<hr/> or <hr>
Ordered List
<ol> </ol>
Table heading
<th> </th>
Italics
<i> </i>
Tag that defines the visible content on an HTML web page.
<body> </body>
Unordered List
<ul> </ul>
An individual cell
<td> </td>
Bold
<b> </b>
Background Color
<body bgcolor="red">
List item in an ordered or unordered list
<li> </li>
How to merge cells within a table
rowspan or colspan
Tags that defines text document as an HTML web page.
<html> </html>
Image
<img src="photo.jpg" alt="Photo">
HTML stands for _________ _________ _________ _______.
What is Hyper Text Markup Language?
Attribute to give a table an outline
border