Paragraph
<p> </p>
Line Break
<br/> or <br>
The name that appears on the tab of the page
<title> </title>
The attribute used if the image won't load for some reason. Used by screen readers.
alt
Table row
<tr> </tr>
Largest Heading
<h1> </h1>
Horizontal Rule
<hr/> or <hr>
Ordered List
<ol> </ol>
HTML element tags are keywords surround by ______________ brackets?
< > or angle brackets
Table heading
<th> </th>
Italics
<i> </i>
Tag that defines the visible content on an HTML web page.
<body> </body>
Unordered List
<ul> </ul>
Most HTML elements have ____________ and ______________ tags.
opening/closing
An individual cell, or table data
<td> </td>
Bold
<b> </b>
Background Color
<body bgcolor="red">
List item in an ordered or unordered list
<li> </li>
Closing tags of an HTML element always have the ___________ symbol, which identifies it as a closing tag.
/ Slash
tag in a table that automatically makes the text bold.
<th>
Tags that defines a 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