WorksheetsINTRO TO HTML ELEMENTS
Total questions: 15
Worksheet time: 8mins
HTML Tag is a _______________ tag based programming language
Hyper Time Marking Language
Head Title Meta Language
Hyper Text Markup Language
H1 Text Moving Language
The _________ element can include a title for the document, scripts, styles, meta information, and more
HTML
Head
Title
Body
The ___________ tag is required in all HTML documents and defines the title of the document.
HTML
Head
Title
Body
The ___________ element contains all the contents of an HTML document, such as text, hyperlinks, images, tables, lists, etc.
HTML
Head
Title
Body
___________ defines the most important heading.
HTML
Head
H1
H6
___________ defines the least important heading.
HTML
Head
H1
H6
The ________ tag defines a paragraph
<span>
<div>
<para>
<p>
The ________ tag is a phrase tag used to define importance.
<span>
<strong>
<para>
<img>
The ________ tag used to group inline-elements in a document.
<span>
<strong>
<para>
<img>
The ________ tag has the ability to render a still picture on a web page.
<movie>
<audio>
<video>
<img>
The ________ tag specifies videos, such as movies or series on websites like Netflix or Youtube.
<movie>
<audio>
<video>
<img>
The ________ tag specifies a list where order is not important
<br>
<div>
<ul>
<li>
<ol>
The ________ tag specifies a list where order is important
<br>
<div>
<ul>
<li>
<ol>
The ________ tag specifies a list where a blank line is to be inserted.
<br>
<div>
<ul>
<li>
<ol>
The ________ tag defines a division or section of an HTML document.
<br>
<div>
<ul>
<li>
<ol>
