NEW
Font size
WorksheetsHTML Basics Quiz
Total questions: 10
Worksheet time: 5mins
What does HTML stand for?
Hypertext Markup List
Hightext Markup Language
Hypertext Markup Language
Hyperlink Markup Language
Which protocol is used for the World Wide Web?
FTP
HTTP
TCP
SMTP
What is the purpose of a web browser?
To store data
To translate HTML tags into web pages
To connect to the internet
To create HTML documents
What is a URL?
Uniform Resource Locator
Universal Resource Locator
Uniform Resource Link
Universal Resource Link
Which of the following is a valid HTML tag?
<i>..... </i>
<b>
</i>....</b>
text
What is the correct doctype for HTML5?
<!DOCTYPE HTMLPUBLIC "-//w3c///DTD HTML4.01//EN"
"http://www.w3c.org/tr/html4/strict.dtd"
<!DOCTYPE HTMLPUBLIC >
<!doctype html>
Which of the following is NOT a web browser?
Google Chrome
Mozilla Firefox
Adobe Dreamweaver
Internet Explorer
What is the purpose of HTML?
To create images
To display web documents
To connect to the internet
To send emails
What is the first tag in an HTML document?
<!DOCTYPE html>
<html>
<title>My First Page</title>
<p>Hello, world!</p>
How do you create a comment in HTML?
<!-- This is a comment -->
/* comment */
# comment
// comment
