Worksheetshtml
Total questions: 8
Worksheet time: 4mins
What does HTML stand for?
High Text Markup Language
Hyper Text Markup Language
Hyper Markup Language
Hyper Text Markup Level
What is the HTML element used to define a paragraph?
<div>
<p>
<span>
<section>
What is the correct HTML for creating an unordered list?
<ol>
<ul>
<li>
<dl>
What is the correct HTML for inserting a line break?
<break>
<br>
<lb>
<newline>
Which attribute is used to define the background color of a webpage?
bgcolor
color
background-color
style
What is the purpose of the <title> tag in HTML?
To define the main content of the page
To define the title of the page
To define a section of the page
To define a hyperlink
Which attribute is used to specify the color of text in HTML?
color
font-color
text-color
style
What is the key distinction between data and information?
Data is processed, while information is raw.
Data absence context, while information has meaning.
Data is always digital, while information can be analog.
Data and information are interchangeable terms.
