Font size
WorksheetsHTML
Total questions: 65
Worksheet time: 33mins
Which of the following HTML tags creates the smallest headings in a browser?
<h1>……….</h1>
<h2>……….</h2>
<h6>……….</h6>
<h7>……….</h7>
They HTML file used to load the default page from the web browser is
begin.html
first.html
head.html
index.html
The closing tag for <p> is
<p>
</p>
<p/>
[p]
The use of the <b>…….</b> tags in a webpage is to make the characters
Bold
Blur
Blink
Blind
To present Tabula data to the user in HTML element to use is
td
li
u
table
Which of the following HTML tags displays the name of the page in the caption bar of a web browser
Link
Meta
Style
title
The HTML tag <table width=“500”> means
500mm wide
509cm wide
500 words wide
500 pixels wide
To create hyperlink in HTML, use
<a href=“http://www.waecgh.org”></a>
<a href=“http://www.waecgh.org”></ib>
<a href=“http://www.waecgh.org”></lc>
<a href=“http://www.waecgh.org”></d>
To create a cell in an HTML table, use the tag
body
td
th
tr
The HTML elements required to produce an ordered list on the webpage are
ol
li
ul
table
Which of the following can be used in authoring HTML pages?
Excel
Notepad
Paint
PowerPoint
To create a row in an HTML table, use
th
body
tb
tr
Which of the statements below is true about the use of a title elements in a webpage
It is only used when the page is printed
It displays a text in the title bar off the web browser?
It does not make the title by visible today user
It displays a message in a pop-up box when a use of visits to page
The HTML tag <body bgcolor=………> will create a
Hived body
Framed body
Dotted lines in the browser
coloured background in the browser
The HTML tag <!- - - - > is used to indicate
Comments
Paragraphs
Programming codes
Sections
A user who wants three cells in a row to be merged into one will use the attributes and value
rowspan=“3”
rowspan=“2”
colspan=“3”
colspan=“2”
The HTML tag <td valign=“top”> means the content of the
Cell is a line to the top of the cell border
cell is aligned to the top row of the cell border
row is aligned to the top row of the cell border
table is aligned to the top of the table border
As a web developer, which of the following elements should be used to present an unordered list of items?
ol
ul
li
table
The HTML element that creates structured data is
td
th
table
workgroup
Which of the following surrounds a group of form controls in HTML?
Fieldset
Input
Label
Legend
Intra-page links in HTML is identified with a symbol
#
$
%
!
Which of the following controls in HTML forms is best used to select only one option in a series of choices
Checkbox
Command button
Radio button
Text Books
Which of the following controls in HTML forms is best. Used to select multiple options in a series of choices.
Checkbox
Command button
Radio button
Text box
1) HTML stands for -
HighText Machine Language
HyperText and links Markup Language
HyperText Markup Language
None of these
Which of the following element is responsible for making the text bold in HTML?
<pre>
<a>
<b>
<br>
Which of the following tag is used for inserting the largest heading in HTML?
<h3>
<h1>
<h5>
<h6>
Which character is used to represent the closing of a tag in HTML?
<\ >
<! >
</ >
<. >
Which of the following element is responsible for making the text italic in HTML?
<i>
<italic>
<pre>
<it>
Which of the following tag is used to make the underlined text?
<i>
<pre>
<ul>
<u>
Which of the following is the paragraph tag in HTML?
<p>
<b>
<pre>
None of the above
An HTML program is saved by using the ____ extension.
.ht
.html
.hml
None of the above
A program in HTML can be displayed and read by -
Web browser
Server
Interpreter
None of the above
The tags in HTML are -
case-sensitive
in upper case
not case sensitive
in lowercase
Challenge yourself
Code a heading that displays Hello World
<h1>Hello World</h1>
h1= Hello World
<h1>Hello World<h1>
<img> is a ............. tag
insert image
Paragraph
Header
Which of the following element is responsible for making new line in HTML?
<br>
<a>
<b>
<pre>
HTML tags are element names surrounded by __________.
<angle brackets>
(round brackets)
[square brackets]
(round brackets) and [square brackets]
The start tag is also called the ____________, and the end tag the closing tag.
start tag
beginning tag
new tag
opening tag
The correct sequence of HTML tags for starting a webpage is
A.Head, Title, HTML, body
B. HTML, Body, Title, Head
C. HTML, Head, Title, Body
D. HTML, Head, Title, Body
What will be the output for the following program?
<html>
<body>
<p>Hello SJPS</p>
</body>
</html>
<Hello SJPS>
Hello SJPS
both are correct
The href attribute in the link tag specifies the:
Destination of a link.
Link
Hypertext
None of the above
How can we resize the image?
Using resize attribute
Using size attribute
Using height and width
Using rs attribute
The __________ is an instruction to the web browser about what version of HTML the page is written in
< !DOCTYPE>
< DOCTYPE>
< TYPE>
< !TYPE>
When creating a Web document, what format is used to express an image's height and width?
Pixels
Centimeters
Dots per inch
Inches
Where does this title appear?
Which tag is used to add an image?
<image>
<img>
<<img>>
</image>
What type of tag is this: <!-- -->
comments
questions
paragraph
image
Which tag defines the visible content of a web document?
<head>
<meta>
<title>
<body>
Assume you have two files for your website, and these files exist in the same folder:
index.html
about.html
Which of the following is the proper way to link to the about.html page from the index.html page?
The _______ tag is used to create an HTML form for user input.
<fieldset>
<input>
<form>
<label>
Which allows the user to pick just one of a number of option
Checkbox
Radio button
Drop down list
Password input
This is also a single-line text input but it masks the character as soon as the user enters
Single line text input
Multi line text input
Password input controls
Checkbox controls
An Email address field in a form
<input type="email" id="email">
<input type="text" id="email">
<label for="email">
<email type="text" id="email">
<input text="email" id="email">
What is the correct HTML for making a checkbox?
<checkbox>
<input type="checkbox">
<check>
<input type="check">
Checkbox buttons let users select one or more of a particular set of choices
True
False
The ______________ _______________ is used to send a form to a server
File Input Box
Radio Button
Check Box
Submit Button
Allows users to pick just one of a number of options
Radio Button
Check Box
Drop Down List
Password Input
Which of the tag is used to create a numbered list?
<L> </L>
<LI> </LI>
<li> </lo>
<ol> </ol>
