Paragraph
<p> </p>
formatting tag used to highlight text in yellow
<mark>
Tag to add name on a browser's tab
<title> </title>
The attribute used in the event an image doesn't pop up
alt
A formatting tag use to add a subscript
<sub>
Largest Heading
<h1> </h1>
Formatting tag to add a superscript
<sup>
Ordered List
<ol> </ol>
<h6>
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 or start/end
second-level tag
<h2>
Bold
<b> </b>
formatting tag to underline a text.
List item in an ordered or unordered list
<li> </li>
End tags of an HTML element usually has the ___________ symbol.
/ Slash
does an <img> tag have closing tag?
no
Tags that defines text document as an HTML web page.
<html> </html>
tag use to add image on a webpage
<img>
HTML stands for _________ _________ _________ _______.
What is Hyper Text Markup Language?
what does src attribute in image tag use for?
to identify source of an image