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

The name that appears on the tab of the page

<title> </title>
100

The attribute used if the image won't load for some reason. Used by screen readers.

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?

< > or angle brackets

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 

300

An individual cell, or table data

<td> </td>

400

Bold

<b> </b>
400

Background Color

<body bgcolor="red"> 
400

List item in an ordered or unordered list

<li> </li>
400

Closing tags of an HTML element always have the ___________ symbol, which identifies it as a closing tag.

/ Slash

400

tag in a table that automatically makes the text bold.

<th>

500

Tags that defines a 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