Font size
WorksheetsHTML Basics
Total questions: 25
Worksheet time: 50mins
HTML coding involves using ____________ to create webpages.
Tabs
Tags
Labels
Quotes
HTML stands for...
Hyper Text Markup Language
High Tech MachineLanguage
High Tech Modem Language
Hyper Tech Markup Lexicon
Which tag would you use to make a heading?
<heading></heading>
<bigger></bigger>
<h></h1>
<h1></h1>
Which tag would you use to create a paragraph:
<pr></pr>
<p></p>
<para></para>
<par></par>
Which of the listed heading tags creates the largest heading?
h1
h2
h3
h6
Which of the following creates the smallest header?
<H2><./H2>
<H3></H3>
<H4></H4>
<H6></H6>
Website Content is the text, images, and other elements included in a web page.
True
False
“WWW” is the abbreviation for which of the following?
World Without Websites
World Wide Web
Workforce Wide Web
World Wide Watch
</p>
Who is considered by many to be the "Father of the World Wide Web" and the creator of HTML?"
Tim Berners-Lee
Tim Cook
Tim Sweeney
Thomas Cook
What is the correct HTML for creating a hyperlink?
<a href="http://www.w3schools.com">W3Schools</a>
<a url="http://www.w3schools.com">W3Schools.com</a>
<a>http://www.w3schools.com</a>
<a name="http://www.w3schools.com">W3Schools.com</a>
Which of the following is the correct HTML syntax for inserting an image
<img>apple.jpg</img>
<img src="apple.jpg">
<image src="apple.jpg">
<img ="apple.jpg">
HTML program is saved using _________ extension.
.HTML
.HTM
.HML
.XML
Is width=”100” and width=”100%” the same?
True
False
What is missing from this HTML skeleton?
<!DOCTYPE html>
<html>
<body>
</body>
</html>
<head></head>
<div></div>
<img></img>
<head>
