NEW
Font size
WorksheetsBootCamp Test 01
Total questions: 40
Worksheet time: 21mins
JPEG
DOC
GIF
WAV
What goes in the <head> section?
A brain
the title
hair
the body
Which is the correct tag to change the colour of Hello to RED?
<font color="Pink">This is some text!</font>
<font color="red">Hello</font>
<font color="red">hello//</font>
<font colour="red">This is some text!</font>
Which of the following tags will create a horizontal line across the page?
<hr>
<line>
<p>
<grid>
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">
The universally accepted name for the first page on a website is
home.html
index.html
first.html
The parts of HTML source code that mark the start and end of various parts of a webpage, and which consist of a command between the symbols '<' and '>' (< >) are called what?.
Tags
Elements
Sections
Labels
The largest size heading tag - often used to create the main heading of a web page - is ____ .
<h1> </h1>
<h2> </h2>
<h5> </h5>
<h6> </h6>
Which of these is a correct starting tag?
<H1>
</H1>
<H!>
</H/>
What does text become when the <b> tag is used?
Bigger
Black
Bold
Backwards
<br>
change background color
insert a browser link
insert a line break
The correct sequence of HTML tags for starting a webpage is -
Head, Title, HTML, body
HTML, Body, Title, Head
HTML, Head, Title, Body
HTML, Title, Body, Head
How many levels of headings are there under the heading tag ?
5
2
6
7
Which of the following is an Empty tag ?
<b>
<p>
<html>
<br>
Which tag should be used to display text in the smallest heading level ?
<h1>
<h5>
<h6>
<h10>
HTML for adding a background color of yellow.
<body style:"background-color:yellow;">
<body style="background:yellow;">
<body style=background-color:yellow;>
<body style="background-color:yellow;">
This character is used to indicate an end tag.
\
/
>
<
How many HTML elements are in this example?
3
5
7
6
Which is the proper way to write an h1 tag
<h1>Hello</h1>
<h1>"Hello
{h1}Hello{/h1}
<h1>Hello<h1>
Inventor of HTML
Bill Gates
Steve Jobs
Sir Tim Berners-Lee
Mark Zuckerberg
Group of webpages is called _____.
Website
Web browser
Web Search engine
None of the above
Which of these will correctly add a title to a web page
Q.
Look at the graphic opposite. Which html tag is represented by the letter B?
<body>
<title>
<html>
<head>
“WWW” is the abbreviation for which of the following?
World Without Websites
World Wide Web
Workforce Wide Web
World Wide Watch
Which would be the correct code to implement an unordered list?
<ol>
<li>...</li>
<ol/>
<ul>
<li>...</li>
<ul/>
<uol>
<li>...</li>
<uol/>
<li>
<ul>...</ul>
<li/>
Which tag would you use to create a paragraph:
<pr></pr>
<p></p>
<para></para>
<par></par>
