Font size
WorksheetsHTML CSS Quiz
Total questions: 50
Worksheet time: 25mins
What does HTML stand for?
Hyper Text Markup Language
Hyperlinks and Text Markup Language
Home Tool Markup Language
Choose the correct HTML element for the largest heading:
<h1>
<h6>
<head>
<heading>
What is the correct HTML element for inserting a line break?
<br>
<lb>
<break>
Which character is used to indicate an end tag?
^
*
<
/
How can you open a link in a new tab/browser window?
<a href="url" new>
<a href="url" target="new">
<a href="url" target="_blank">
Which of these elements are all
