Basic HTML Tags
Basic HTML Tags 2
Basic HTML Tags 3
HTML Facts
random
100

Paragraph

<p> </p>
100

formatting tag used to highlight text in yellow

<mark>
100

Tag to add name on a browser's tab

<title> </title>
100

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

alt

100

A formatting tag use to add a subscript

<sub>

200

Largest Heading

<h1> </h1>
200

Formatting tag to add a superscript

<sup>
200

Ordered List

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

<h6>

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

second-level tag

<h2>

400

Bold

<b> </b>
400

formatting tag to underline a text.

<u>
400

List item in an ordered or unordered list

<li> </li>
400

End tags of an HTML element usually has the ___________ symbol.

/ Slash

400

does an <img> tag have closing tag?

no

500

Tags that defines text document as an HTML web page.

<html> </html>
500

A tag used to add hyperlink to a webpage.

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

tag use to add image on a webpage

<img>
500

HTML stands for _________ _________ _________ _______.

What is Hyper Text Markup Language?

500

what does src attribute in image tag use for?

to identify source of an image

M
e
n
u