Font size
WorksheetsHTML
Total questions: 19
Worksheet time: 10mins
Who created HTML?
Tim Berners-Lee
Kim Berners-Lee
Tin-Berners-Lee
Tim Berners-Lei
When was HTML officially released?
1995
1985
1895
1975
What does HTML stand for?
Hyper Text Markup Language
High Text Markup Language
Hyperlink and Text Markup Language
Hyper Textual Markup Language
What is the purpose of the <head> tag in an HTML document?
To define the main content of the page
To contain meta-information about the document
To display the footer of the page
To create a navigation menu
In what year was HTML created by Sir Tim Berners-Lee?
1981
1991
1919
1981
What is the purpose of the HTML Doctype Declaration?
To add styles to the HTML document
To tell the web browser what version of HTML is being used
To link external JavaScript files
To create a navigation menu
What is the latest version of HTML?
HTML5
HTML4
HTML3
HTML6
Which tag is used to create a hyperlink in HTML?
<link>
<a>
<href>
<url>
What does the <title> tag define in an HTML document?
The main heading of the page
The title of the webpage displayed in the browser tab
The footer information of the page
The main content of the page
HTML (a) are like special codes that tell your browser how to show and format a web page.
Which HTML element is used to define an unordered list?
<ol>
<ul>
<list>
<li>
What attribute is used to specify the destination of a hyperlink?
src
href
link
target
Which of the following is a semantic HTML5 element?
<div>
<header>
<span>
<section>
Absolute units are fixed sizes that do not change based on user settings or screen size, making them less flexible for responsive design.
true
false
What is the function of the <meta> tag in an HTML document?
To define the character set of the document
To create a footer for the page
To add styles to the document
To link external CSS files
What does the <img> tag require to display an image?
src attribute
href attribute
alt attribute
link attribute
The <q> tag in HTML is used for long quotations within a block of text.
true
false
What is wrong with the <h1> tag?
It should be <h2>
It is missing a closing tag
It should be inside the <head> tag
It should have an id attribute
What is one of the main benefits of using CSS for styling HTML?
It makes the website load faster
It allows for consistent styling across multiple pages
It replaces the need for HTML
It adds functionality to the website
