NEW
Font size
WorksheetsUnderstanding HTML
Total questions: 20
Worksheet time: 7mins
What is the full meaning of HTML?
Hyper Text Language
Hyper Text Markup Language
Hyper Markup Text
Hyper Markup Language
What is the correct HTML element for the smallest heading?
<h1>
<h3>
<h5>
<h6>
Which HTML element is used for inserting a horizontal line?
<hr>
<line>
<break>
<br>
Which HTML element is used to create an ordered list?
<ul>
<ol>
<list>
<li>
Which HTML attribute is used to open a link in a new tab?
href
target
rel
src
Which tag is used to define an internal CSS stylesheet?
<style>
<css>
<script>
<link>
Which HTML attribute is used to set the language of the document?
lang
dir
text
code
Which tag is used to create a text input field in a form?
<textarea>
<form>
<input>
<field>
Which attribute is used to set the background image of an HTML element?
background-image
bg-image
style="bg-image"
img
Which HTML tag is used to display a numbered list?
<ul>
<li>
<ol>
<list>
Which attribute specifies a unique identifier for an HTML element?
class
id
name
style
Which tag is used to insert an audio player in HTML?
<sound>
<audio>
<media>
<file>
Which tag is used to define an inline CSS stylesheet?
<link>
<style>
<a>
<href>
Which of this is the correct way to write a HTML element?
<p>This is a paragraph</p>
<p>This is a paragraph<p>
</p>This is a paragraph</p>
</p>This is a paragraph<p>
Which HTML attribute is used to specify the URL of an image?
href
a
img
src
what is the file extension for HTML documents?
html
css
.html
.js
Which HTML element is used to insert external CSS to a HTML file?
<style>
<a>
<link>
<href>
What is the correct way to insert a comment in HTML?
# This is a comment
// This is a comment
<!-- This is a comment -->
/* This is a comment */
What is the purpose of adding the <!DOCTYPE> declaration in HTML?
To tell the browser the language used in HTML
To include HTML code
To specify the HTML version and type of the document
To link external CSS to the HTML document
Bonus: I enjoyed this quiz
Yes
No
