Html Quiz Test (38)

1.

By whom HTML was first created ?

A. Bay Berners-Lee, Robert Cailliau

B. Kette Berners-Lee, Robert Cailliau

C. Tim Berners-Lee, Robert Cailliau

D. Nano Berners-Lee, Robert Vene



2.

The latest version of HTML is ?

A. HTML5.1

B. HTML5.5

C. HTML5

D. HTML5.2



3.

HTML stands for ?

A. Hypertxt Markup Language

B. Hypertext Markep Language

C. Hypertext Markup Languege

D. Hypertext Markup Language



4.

What are the basis of HTML ?

A. Tags and Attributes

B. Tags and Elements

C. Properties and Attributes

D. None of the avobe



5.

Which one is used to move text ?

A. <running>

B. <move>

C. <aside>

D. <marquee>



6.

The right sequence of HTML tags for beginning a webpage is

A. HTML, Head, Title, Body

B. HTML, Title, Head, Body

C. HTML, Title, Head, Body, Footer

D. None of the above



7.

Which of the bellow tag is used for inserting the biggest heading in HTML?

A. <h6>

B. <h1>

C. <h2>

D. <h4>



8.

Which one is known as a line-break tag in HTML?

A . <bre>

B. <br>

C. <pre>

D. </n>



9.

Which one is used to create an unordered list in HTML ?

A. <ul>

B. <li>

C. <ol>

D. <lu>



10.

What is the closing character of a tag in HTML ?

A. /

B. |

C. \

D. !



11.

The correct way to create a hyperlink in HTML is

A. <a hyrf = "webjourney.com">WebJourney</a>

B. <a hirf = "webjourney.com">WebJourney</a>

C. <a href = "webjourney.com">WebJourney</a>

D. <a herf = "webjourney.com">WebJourney</a>



12.

How do we insert an image in HTML?

A. <img url = "web.png" />

B. <igm src = "web.png" />

C. <img scr = "web.png" />

D. <img src = "web.png" />



13.

Which of the bellow tag is used for inserting the smallest heading in HTML?

A. <h1>

B. <h2>

C. <h3>

D. <h6>



14.

In HTML<input> is 

A. a non empty tag

B. an empty tag

C. a format tag

D. None of the above



15.

Which of the bellow tag is used to make the underlined text ?

A. <ul>

B. <u>

C. <i>

D. <under>



16.

 How to create a checkbox in HTML ?

A. <input type = "checkbox">

B. <input type = "radio">

C. <checkbox>

D. <input type = "check">



17.

HTML tags are enclosed with _ _

A. { }

B. < >

C. [ ]

D. < / >



18.

In HTML which tag is used to add row in table ?

A. <th> & </th>

B. <td> & </td>

C. <tr> & </tr>

D. Both B & C



19.

What's the use of <hr> tag in HTML ?

A. vertical ruler

B. new line

C. parallel ruler

D. horizontal ruler



20.

Which of the bellow attribute is used to provide a unique name to an element ?

A. id

B. data

C. class

D. for



21.

In HTML Which tag is call the special formatting tag ?

A. <pre>

B. <br>

A. <hr>

<title>



22.

Which of the following is the correct way to send mail in HTML?

A. <a href = " example@ex">

B. <a href = "mailto: example@ex">

C. Both of the above

D. None of the above



23.

Which one is the container for <tr>, <th>, and <td> ?

A. <group>

B. <section>

C. <fieldset>

D. <table>



24.

What is the correct way for insert a background image in HTML ?

A. <body background = "img.png">

B. <src background = "img.png">

C. <image background = "img.png">

D. Both A and B



25.

How to create a list using the lowercase letters ?

A. <ol type = "a">

B. <ol letter = "a">

C. <ol alpha = "a" >

D. None of the above



26.

Which of the bellow attribute is used to define inline styles ?

A. style

B. class

C. inline -style

D. style-type



27.

Which of the following is not a HTML attribute ?

A. class

B. type

C. access

D. accept



28.

Which extension is used to save an HTML file or program ?

A. .xml

B. .html

C. .hmtl

D. .xmml



29.

 A program in HTML can be rendered and read by -

A. Synchronous way

B. Server

C. Web server

D. Web browser



30.

Html tags are case sensitive. true or false ?

A. False

B. True

C. Sometimes true

D. Sometimes false



31.

Which tag is called the root tag in HTML document ?

A. <body>

C. <head>

C. <title>

D. html>



32.

Which of the following is the correct way to change the font face in HTML ?

A. <font name = "Calibri"> ……… </font>

B. <font = "Calibri"> ……… </font>

C. <font face = "Calibri"> ……… </font>

D. None of the above



33.

Which tag is used to create a drop-down box ?

A. <dropdown>

B. <select>

C. <option>

D. All of the above



34.

Which tag is used to display the power expression in HTML ?

A. <sub>

B. <super>

C. <power>

D. <sup>



35.

Which of the following attribute is not supported in HTML 5 ?

A. align

B. alt

C. async

D. None of the above



36.

Color attribute is not supported in HTML 5. 

A. True

B. False

C. Color is not a attribue

D. None of the above



37.

Which attribute indicates that a user can enter more than one value ?

A. Select

B. Multiple

C. Data

D. Attr



38.

Which attributes can be used with all HTML elements ?

A. Global attributes

B. Functional attributes

C. Scope attributes

D. Const attributes



Categories