Font size
WorksheetsHTML Basic
Total questions: 10
Worksheet time: 7mins
The <head> element must be located inside
the <body> element
the <html> element
What does HTML stand for?
Hyperlinks and Text Markup Language
Home Tool Markup Language
Hyper Text Markup Language
Choose the correct HTML element for the largest heading:
<head>
<h3>
<h4>
<h1>
What is the correct HTML tag for adding a background color?
<body bgcolor="yellow">
<body background="yellow">
<h6> is the smallest heading tag
True
False
Choose the correct HTML element to define bold text
<i>
<h2>
<b>
Which character is used to indicate a closing tag?
<
?
&
/
Which HTML element defines the title of a document?
<meta>
<title>
<head>
Choose the correct HTML element to define an italic text
<h1>
<i>
<p>
which of the text editors can be used for writing html?
Sublime
Word document
Notepad
