NEW
Font size
WorksheetsHTML
Total questions: 50
Worksheet time: 25mins
Which is the proper way to write an h1 tag
<h1>Hello</h1>
<h1>"Hello
{h1}Hello{/h1}
<h1>Hello<h1>
Which is the correct HTML element for inserting a line break?
<b>
<lb>
<br/>
<break>
src attribute in an image tag means what?
Source of the image
Name of the image
Description of the image
Not used with image tag
Which list tag would you use for an ordered list
<h1></h1>
<ol></ol>
<ul></ul>
<a></a>
<h1> is an example of a _______.
Headline Tag
Paragraph Tag
filename
You'd use <img src="" /> to ______.
start a new website
indent a paragraph
log off your computer
put an image on a page
What does a closing tag look like?
< >
<\ >
</ >
<< >>
What should a HTML web page start with?
<b>
<li>
<html>
<start>
What should a HTML web page end with?
</html>
<head>
</end>
</body>
What is the difference between <h1> and <h2>?
<h1> is larger in size than <h2>
<h2> is larger in size than <h1>
both are the same size but different headings
none of the above
Which of the following codes would create a horizontal line
<br>
<h1></h1>
<hr>
<p>
What is the font size in this code: <p style=“color:blue; background-color:yellow; font-size:60px”>Hello</p>
20pixles
40pixels
50pixels
60pixels
</p>
The src attribute in the <img> tag references which of the following:
a paragraph
an image file
a sound
a head
What is missing from this HTML skeleton?
<!DOCTYPE html>
<html>
<body>
</body>
</html>
<head></head>
<div></div>
<img></img>
<head>
This coding is used to create a paragraph:
<pr></pr>
<p></p>
<para></para>
<par></par>
Choose the correct HTML element to define bold text
<b>
<i>
<bold>
What is the opening element for a paragraph?
<p>
</p>
<opening paragraph>
What is the name of the two sections associated with HTML?
face and feet
head and body
neck and stomach
top and bottom
Which section of HTML contains the visible portion of the webpage?
<head>
<body>
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>
An ordered list begins with______ and ends with_________
<ol>and</ul>
<ol>and</ol>
<ol> and </al>
<al> and </al>
Which set contains all of the DEFAULT tags needed to create a webpage?
<!DOCTYPE html>
<html>
<head>
</head>
<body>
</body>
</html>
<html>
<head>
</head>
<body>
</body>
</html>
<!DOCTYPE html>
<html>
<head>
</head>
</html>
<!DOCTYPE html>
<html>
<head>
</head>
<body>
</body>
Which of the following HTML code is valid?
<font/ color="red">
<font; color="red">
<red><font>
None of the above
To create HTML document you require a
web page editing software
High powered computer
Just a notepad can be used
None of above
There are ____ different heading tags in HTML
4
5
6
7
In HTML document the tags
should be written in upper case
should be written in lower case
should be written in proper case
can be written in both uppercase or lowercase
What is the font color in this code: <p style=“color:blue; background-color:yellow; font-size:60px”>Hello</p>
yellow
blue
black
green
