NEW
Font size
WorksheetsHTML Coding
Total questions: 25
Worksheet time: 13mins
Which of the listed heading tags creates the largest heading?
H2
H3
H4
H6
HTML coding involves using ____________ to create webpages.
Tabs
Tags
Labels
Quotes
This coding is used to create a paragraph:
<pr></pr>
<p></p>
<para></para>
<par></par>
Which is the correct HTML tag for creating an unordered list?
<ul>
<uline>
<u>
<under>
Which tag would you use to make a heading?
<heading></heading>
<bigger></bigger>
<h></h1>
<h1></h1>
Which tag pair is used to create the largest heading?
<h1></h1>
<h9></h9>
<h type = "largest"></h>
<h6> </h6>
The 7th grade students want to make a list of the winners of a race using numbers They would use which HTML tag?
<ul></ul>
<ol></ol>
<list></list>
Everything visible on a web page goes between these two tags.
<body> </body>
<title> </title>
<header> </header>
None of the Above
Which of the following creates the smallest header?
<H2><./H2>
<H3></H3>
<H4></H4>
<H6></H6>
Which of these is another name for a web page address?
CSS
JAVA
URL
CNN
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
Which of the following pieces of code will create a horizontal line across the page?
<hr>
<line>
<p>
<grid>
It is a global network of billions of computers and other electronic devices.
search engine
internet
web browser
all of the above
What must you save your notepad++ file as to make it a webpage?
.webpage
.htl
.txt
.html
