WorksheetsHTML Introduction
Total questions: 15
Worksheet time: 8mins
HTML stands for?
Hyper Text Markup Language
High Tech Marking Language
High Tech Modem Language
Hyper Tech Markup Lexicon
HTML uses...
Tags
Tabs
Labels
Links
Which of the following is the smallest heading?
h1
h0
h6
h-3
Which of the following is the correct way of declaring HTML document?
<!DOCTYPE html>
<!doctype HTML>
<!DOCTYPE HTML>
<!DOCTYPE “html”>
Which of the following is the correct tag to start an HTML document with?
<!DOCTYPE html>
<html>
<head>
<title>
HTML heading sizes range from 1 to 6.
True
False
Links are displayed through the <?> tag
<a>
<l>
<b>
<m>
Which of the following character is used to indicate an end tag?
?
/
^
\
Which of the following is used to define a paragraph?
<p>
<para>
*p*
[p]
What does url stands for?
Uniform Resource Locator
Unlimited Resource List
Useful Research Locator
Uniform Resource List
Which of the following HTML elements does not have a closing tag?
<img>
<p>
<title>
<body>
Which of the following is the correct way to declare a heading's text color?
<h1 style="color:blue;">Hi</h1>
<h1> style="color:blue;"Hi</h1>
<h1 style ='color:blue;'>Hi</h1>
<h1> style=color:blue;>Hi</h1>
Which file extension should you save HTML files with?
.html
.htm
.index
.webpage
Google, Bing and Yahoo are all examples of?
Web browsers
Search engines
Web engines
Search browsers
Google Chrome, Mozilla Firefox and Microsoft Edge are all examples of?
Web browsers
Search engines
Websites
Web engines
