1.Which of these elements can be used for making a text bold?
a. <a>
b. <prep>
c. <br>
d. <b>
Answer=d
2.How to create a hyperlink in HTML?
a. <a link=www.thinkandlearn.com">thinkandlearn.com </a>
b. <a>www.thinkandlearn.com <thinkandlearn.com /a>
c. <ahref="www.thinkandlearn.com">thinkandlearn.com </a>
d. <aurl="www.thinkandlearn.com" thinkandlearn.com /a>
Answer=c
3.In HTML,how do we insert an images
a. <img src="jtp.png"/>
b. <img href="jtp.png"/>
c. <img link="jtp.png"/>
d. <img url="jtp.png"/>
Answer=a
4.Which HTML tag do we use for displaying the power in the expression,(x^2-y^2)
a. <p>
b. <sub>
c. <sup>
d. None of the above
Answer=c
5.In HTML,the correct way of commenting out something would be using
a. ## and #
b. <!-and-"/>
c. </- and-/->
d. <!- and -!>
Answer=b
6.Which of these doesnot support mp3 format?
a. Opera
b. Safari
c. Chrome
d. Firefox
7.What is HTML?
a) HTML describes the structure of a webpage
b) HTML is the standard markup language mainly used to create webpages
c) HTML consists of a set of elements that helps the browser how to view the content.
d) All of the mentioned
Answer=d
8.Which of the following tag is used for inserting the largest element in HTML?
a. head tag
b. <h1>
c. <h6>
d. heading
Answer=b
9. In which part of HTML is meta data contained?
a) head tag
b) title tag
c) html tag
d) body tag
Answer=a
9. Which of the following elements in HTML tag defines a video or movie content?
a) <video>
b) <movie>
c) <audio>
d) <media>
Answer=d
11. Write a table displaying students marks with 6 columns and 6 rows
Answer