NEW
Font size
WorksheetsHTML quiz
Total questions: 10
Worksheet time: 5mins
HTML stands for
Hyper Text Markup Learning
Hyper Text Markup Language
Hyper Text Machine Learning
Hyper Terminal Markup Language
HTML headings are defined with the ___ tags?
<p>
<h1> to <h6>
<img>
<a>
HTML paragraphs are defined with the ___ tags?
<p>
<h1> to <h6>
<img>
<a>
HTML links are defined with the ___ tags?
<p>
<h1> to <h6>
<img>
<a>
HTML images are defined with the ___ tags?
<p>
<h1> to <h6>
<img>
<a>
HTML unordered lists are defined with the ___ tags?
<ul>
<p>
<img>
<button>
Select the syntax that has no error
<a href="#">Link</a>
<a src="#" >Link</a>
<img href="#" alt="This is an image">image1</a>
<p>This is a paragraph<p>
An attribute that specifies the destination address (url) of the link.
href
src
alt
style
An attribute that specifies an alternative text to be used, if an image cannot be displayed.
href
src
alt
style
An attribute that specifies the filename of the image source.
href
src
alt
style
