NEW
Font size
WorksheetsGrade VIII : HTML Basics 29062020
Total questions: 10
Worksheet time: 5mins
HTML stands for
Hyper Text Makeup Language
Hyper Test Makeup Language
Hyper Text Markup Language
Hyper Test Markup Language
The tag <title> is enclosed in the element
head
html
body
ul
The tag <br> stands for
break
bring
breadth
none of these
The tag used to make the text look italicized is
<i>
<italic>
<italy>
<italicize>
The tag in html used to draw a line is
<dl>
<drawline>
<line>
<hr>
The tag used to insert an image in a web page is
<image>
<img>
<insimg>
<insertimage>
CSS stands for
Chief Security Staff
Computer Style Sheets
Cascading Style Sheets
Computer Science Standards
Which one of the following is not an attribute of <img> tag?
src
align
border
size
To begin the ordered list in html from 5, the attribute used is
start = 5
begin 5
start 5
begin = 5
To make the text bold, the tag used in html is
<bold>
<bd>
<bl>
<b>
