NEW
Font size
WorksheetsICT Grade 8
Total questions: 10
Worksheet time: 5mins
Which of the following HTML element is used for creating an unordered list? Which of the following HTML element is used for creating an unordered list?
<u>
<i>
<em>
<ul>
Which of the following attributes is used to add link to any element?
link
ref
href
newref
Which of the following tags is used to make a portion of text italic in HTML?
<italic>
<style= “i”>
<i>
<style=“italic”>
Which of the following is the correct way to add background color in HTML?
<body color = “green”>
<body bg-color = “green”>
<body style =
“background-color=green”>
<body style =
“background-color: green;”>
HTML stands for -
A. HighText Machine Language
B. HyperText and links Markup Language
C. HyperText Markup Language
D. None of these
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,Head, Body
How to insert an image in HTML?
<img href = "jtp.png" />
<img url = "jtp.png" />
<img link = "jtp.png" />
<img src = "jtp.png" />
HTML tags are enclosed in-
# and #
{ and }
! and ?
< and >
A program in HTML can be rendered and read by -
Web browser
Server
Interpreter
None of the above
An HTML program is saved by using the ____ extension.
.ht
.html
.hml
None of the above
