You are on page 1of 4

DELHI PUBLIC SCHOOL-ROHINI

TERM-I

COMPUTER APPLICATIONS- REVISION ASSIGNMENT-II

Q1. HTML is a
(a) Package
(b) Software
(c) Markup language
(d) None of these

Q2. HTML tags are enclosed in


(a) curly brackets
(b) square brackets
(c) double quotes
(d) angular brackets

Q3. Which of the following tag identifies the document as an HTML


document?
(a) <HTML>
(b) <HEAD>
(c) <BODY>
(d) <P>

Q4. Container elements in HTML require


(a) starting tag
(b) ending tag
(c) starting and ending tags
(d) None of the above

Q5. HTML tags are


(a) in uppercase
(b) case sensitive
(c) in lowercase
(d) not case sensitive

Q6. Which of the following is the correct code of HTML page?

(a) <HTML>

<TITLE> Hello

</TITLE>
</HTML>

(b) <HTML>

<HEAD>

<TITLE> Hello

</TITLE>

</HEAD>

</HTML>

(c) <HTML>

<BODY> Hello

</HTML>

(d) <HTML><HEAD> Hello

<BODY>

</HTML>

Q7. Where do you place the <TITLE> tag in a HTML?


(a) BODY
(b) HEAD
(c) TITLE
(d) FONT

Q8. Which attribute is not supported by a <BODY> tag?


(a) bgcolor
(b) size
(c) text
(d) link
Q9. Choose the correct HTML tag for the largest heading.
(a) <H2>
(b) <H4>
(c) <H6>
(d) <H1>
Q10. Which of the following will give smallest size of the text?
(a) <H3>
(b) <H6>
(c) <H2>
(d) <H4>

Q11. Which of the following HTML container tags do you apply to text for
formatting the text as a paragraph?
(a) <PARAGRAPH> ……. c/PARAGRAPH>
(b) <PARA> ………. </PARA>
(c) <P> ……… </P>
(d) None of the above

Q12. Which of the following is a container element?


(a) P
(b) B
(c) OL
(d) HR

Q13.HTML tag to draw underline a text


(a) <hl>
(b) <U>
(c) <hline>
(d) None of the above

Q14.Which HTML tags cause browsers to render text as italics?


(a) <text style = “italics”></text>
(b) <ital.></ital.>
(c) <i></i>
(d) <b></b>

Q15.What does this tag stand for? <b>


(a) bright
(b) big
(c) beautiful
(d) bold

Q16.Which is the proper way to write an h1 tag


(a) <h1>Hello</h1>
(b) <h1>"Hello
(c) {h1}Hello{/h1}
(d) <h1>Hello<h1>
Q17. Which is the correct HTML element for inserting a line break?
(a) <b>
(b) <lb>
(c) <br>
(d) <break>

Q18.Which HTML tag is used to display the power in expression, i.e.,


(x2 - y2)?
(a) <sup>
(b) <sub>
(c) <p>
(d) None of the above

Q19.The <hr> tag in HTML is used for


(a) new line
(b) vertical ruler
(c) new paragraph
(d) horizontal ruler

Q20.Which of the following is the correct way to change the font face in
HTML?
(a) <font name = "Calibri"> ……… </font>
(b) <font face = "Calibri"> ……… </font>
(c) <font = "Calibri"> ……… </font>
(d) None of the above

You might also like