WorksheetsGR10 COMPROG DIAGNOSTIC EXAM TERM 2
Total questions: 50
Worksheet time: 25mins
What does HTML stand for?
Hyper Text Markup Language
Hyperlinks and Text Markup Language
Home Tool Markup Language
Hyperlinks and Tool Markup Language
What is the correct sequence of HTML tags for starting a webpage?
Head, Title, HTML
Title, Head, HTML
HTML, Head, Title
NONE OF THE ABOVE
Choose the correct HTML tag for the largest heading.
H1
H6
H4
H2
What is the correct HTML tag for inserting a line break?
br
break
lb
rb
Choose the correct HTML tag to make text bold?
Bold
B
Bld
Bl
Choose the correct HTML tag to make the text italic.
<i>
<italic>
<it>
<il>
How can you create a link?
a href="mailto:xxx@yyy"
a href="xxx@yyy"
Mail>xxx@yyy
Mail href="xxx@yyy"
How can you make a list that lists the items with numbers?
ol
dl
ul
list
How can you make a list that lists the items with bullets?
dl
ul
ol
list
What is the correct HTML for inserting an image?
img href="image.gif
img src="image.gif"
image src="image.gif"
img>image.gif
< br > What type of tag is this?
line break tag
A broken one
An opening tag
Closing tag
Web pages start with which of the following tag?
<!Doctype html>
<body>
<title>
<style>
<p> tag defines a ________
Paragraph
Line
Link
Table
HTML is a
Programming language
Scripting language
Markup language
All of above
Which character tells browser that it is end of tag in HTML statement?
<
>
\
/
Choose the correct HTML element to define important text
<strong>
<sub>
<sup>
<i>
Choose the correct HTML element to define emphasized text
<em>
<i>
<sup>
<ins>
Apart from <b> tag, what other tag makes text bold ?
<em>
<strong>
<i>
<sub>
What tag is used to display a picture in a HTML page?
picture
image
img
src
HTML web pages can be read and rendered by _________.
Compiler
Server
Web Browser
Interpreter
HTML tags are surrounded by which type of brackets.
Curly
Round
Squart
Angle
Page designed in HTML is called as ________.
Front Page
Yellow Page
Server Page
Web Page
We can write HTML Code using ______.
None of these
VLC Media
Microsoft Word
Notepad++
Opening Tag of HTML Tag is called as __________.
Closed Tag
Forward Tag
Starting Tag
Ending Tag
Which of the following tag is used to link the URL?
<ol>
< a >
<strong>
<ul>
Link URL in HTML is specified using __________ attribute.
href
link
rel
src
An element contains the visible page content.
Html
Title
Body
Heading
It is made up of a word or abbreviation surrounded by angled brackets.
Element
Tag
Title
Attribute
It is used to provide additional information about HTML elements.
Element
Tag
Title
Attribute
It is an attribute that use to specify the styling of an element, like color, font, size etc.
Element
Tag
Title
Style
What element defines preformatted text?
<b>
<pre>
<a>
<img>
What element is used for creating links?
<b>
<a>
<strong>
<img>
HTML element for the smallest heading.
h7
h5
h1
h6
HTML element for inserting a line break
<lb>
<br>
<p>
<pre>
HTML element to define important text
<b>
<p>
<strong>
<sub>
HTML element to define emphasized text
<p>
<em>
<ol>
<ul>
What symbol is used to indicate an end tag?
@
#
/
>
HTML element for inserting image.
<strong>
<a>
<img>
<html>
HTML element for inserting image and alternative text.
<body>
<strong>
<img>
<img src="link" alt="text">
It is used for text fonts.
font style
font-size
font-family
text font
It is used for text sizes.
font-size
font-family
font size
text size
It is used for text alignment.
text-align
align text
text-allignment
justify
It is used for text colors.
background-color
color
text-color
font color
Defines subscript text.
<sub>
<sup>
<b>
<i>
Defines italic text.
<b>
<strong>
<i>
<sub>
Attribute for link
href
font-align
font-size
alt
Attribute for image
src
color
text-align
font-family
Symbols encloses a tag name.
< >
/
" "
=
Defines underline text.
<u>
<strong>
<i>
<img>
A tag which has no end tag.
<img>
<strong>
<p>
<html>
