WorksheetsHTML
Total questions: 13
Worksheet time: 7mins
What does HTML stand for?
Hyper Text Markup Language
High Text Markup Language
Hyperlink and Text Markup Language
Hyper Text Markup Link
Which tag is used to create a hyperlink in HTML?
a
Link
href
Icon
What is the correct HTML element for the largest heading?
h5
h1
h3
h6
Which HTML attribute is used to define inline styles?
style
styles
class
font
What is the purpose of the title tag
To set the title of the webpage
To create a heading
To add a footer
To link to CSS
Which HTML element is used to define an unordered list?
ol
ul
li
Td
What does the tag require to display an image?
src attribute
href attribute
alt attribute
link attribute
Which of the following is a valid HTML color code?
FF5733
#FF5733
RGB(255, 87, 51)
Color(255, 87, 51)
What is the correct HTML element for inserting a line break?
<hr>
<tr>
<td>
<br>
Which tag is used to create a table in HTML?
table
tablet
Td
Tr
What is the purpose of the head in an HTML document?
To add images
To create links
To display content
To contain metadata
Which HTML element is used to define a paragraph?
b
p
a
img
Which of the following is not a valid HTML tag?
section
Anchor
table
Tablet
