Basic HTML Tags
Basic HTML Tags 2
Basic HTML Tags 3
HTML Facts
Tables
100

Paragraph

<p> </p>
100

Line Break

<br/> or <br>
100

Browser Tab name

<title> </title>
100

The attribute used in the event an image doesn't pop up

alt

100

Table row

<tr> </tr>

200

Largest Heading

<h1> </h1>
200

Horizontal Rule

<hr/> or <hr>
200

Ordered List

<ol> </ol>
200
HTML element tags are keywords surround by ______________ brackets?
Angle
200

Table heading

<th> </th>

300

Italics

<i> </i>
300

Tag that defines the visible content on an HTML web page.

<body> </body>
300

Unordered List

<ul> </ul>
300
Most HTML elements have ____________ and ______________ tags.
opening/closing or start/end
300

An individual cell

<td> </td>

400

Bold

<b> </b>
400

Background Color

<body bgcolor="red"> 
400

List item in an ordered or unordered list

<li> </li>
400
End tags of an HTML element usually has the ___________ symbol.
/ Slash
400

How to merge cells within a table

rowspan or colspan

500

Tags that defines text document as an HTML web page.

<html> </html>
500

Hyperlink

<a href="http://www.link.com"> Click Here
</a>
500

Image

<img src="photo.jpg" alt="Photo">
500

HTML stands for _________ _________ _________ _______.

What is Hyper Text Markup Language?

500

Attribute to give a table an outline

border

M
e
n
u