You are on page 1of 21

Q1: what does HTML stands for:

A. HYPER TEXT MARK UP LANGUAGE B. HYPER LINK AND TEXT MARK UP LANGUAGE. The correct answer is A(hyper text mark
up language)

Q2: which of the following is not a type of ordered list.


A. 1 B. (1)

The correct answer is: B(1)

Q3: which of the following is not a type of unordered list.


A. star (*) B. circle (O) The correct answer is: A(star)

Q4: which of the following is required attribute of <img> tag.


A. Src B. href The correct answer is: A(src)

Q5: ordered list can be nested between unordered list.


A. True B. False The correct answer is: A(True)

Q6: which of the following tag represents table row.


A. <td> B. <tr> The correct answer is: B(<tr>)

Q7: How many different heading tags are there in html.


A. 6 B. 5 The correct answer is: A(6)

Q8: Choose the correct HTML tag for the largest heading
A. H1 B. H6 The correct answer is: A(H1)

Q10: which tag insert a single line break?


A. <hr> B. <br>

The correct answer is: B(<br>)

Q9: BY DEFAULT <TH> TAG IS:


A. CENTERED ALIGNED AND BOLD B. LEFT ALIGNED AND REGULAR

The correct answer is: A(CENTER AND BOLD)

Q11: which of the following is an empty tag?


A. <i> B. <img>

The correct answer is: B(<img>)

Q12: which tag defines the table caption.


A. <caption> B. <heading>

The correct answer is: A(<caption>)

Q13: How can we change background color of a HTML page.


A. <body backcolor=#.....> B. <body bgcolor=#......>

The correct answer is: B(<body bgcolor= #.....)

Q14: What is the correct HTML code for creating a hyperlink?


A. <a href=http://www.mcu.ac.in> B. <a url=http://www.mcu.ac.in>

The correct answer is: A(<a href=http://www.mcu.ac.in)

Q15: Which of the following is not an attribute of <a> anchor tag.


A. Src B. name

The correct answer is: A(src)

Q16: Choose the correct HTML tag to make a text bold


A. <b> B. <bold>

The correct answer is A(<b>)

Q17: Choose the correct HTML tag to make a text italic.


A. <italic> B. <i>

The correct answer is B(<i>)

Q18:How can you make a numbered list?


A. <ol> B. <list>

The correct answer is A(<ol>)

Q19:What is the correct HTML for inserting a background image?


A. <body background=image.jpeg> B. <backgound img=image.jpeg>

The correct answer is A

Q20:What is the correct HTML for inserting a background image?


A. <body background=image.jpeg> B. <background img=image.jpeg>

The correct answer is A

You might also like