NEW
Font size
WorksheetsHTML Basics
Total questions: 16
Worksheet time: 8mins
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
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
Which is the correct HTML tag for creating an unordered list?
<ul>
<uline>
<u>
<under>
Which of the following tags will create a horizontal line across the page?
<hr>
<line>
<p>
<grid>
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">
