Font size
WorksheetsHTML Quiz
Total questions: 10
Worksheet time: 6mins
Fill in the blank to create an opening html tag:
< (a) >
Create an valid HTML document:
<____>
<head><_____>
</html>
</html>
<head>
<html>
</head>
</head>
<html>
<head>
</html>
What is the correct arrangement to
create a basic HTML document structure:
<html>
<head></head>
<body
</body>
</html>
<html>
<head></head>
</body>
<body>
</html>
<html>
</head><head>
<body>
</body>
</html>
<html>
</head><head>
</body>
<body>
</html>
What type of editor is used to edit to HTML code?
Note Editor
Text Editor
Note Files
Text Files
What is the correct extension for HTML files?
.css
.html
.exe
.txt
Where should you put the title tag?
Between the head tags
Between the body tags
Before the
html tag
After closing the html tag
What is HTML?
Programming
Language
Hypertext
Library
Scripting
Language
Markup
Language
Of which main part does the HTML file consist of?
Hands & Feet
Header & Footer
Head & Body
Eyes & Mouth
Which tags contain the visual part of the web page?
<title>
<head>
<header>
<body>
What does a markup language use to identify content?
Functions
Script
Tags
Commands
