Top 50+ Solved Web Essentials MCQ Questions Answer
Q. The tag used to create a hypertext relationship between current documentand another URL is
a. <isindex
b. <a>
c. <link>
d. none of these
Q. How can you make an e-mail link?
a. <mail href +"xxx@y.com">
b. <a href ="mail to:xxx@y.com">
c. <a href = "xxx@y.com">
d. both (b) and (c)
Q. To create a combo box (drop down box) which tag will you use?
a. <select>
b. <list>
c. <input type="dropdown">
d. all of above
Q. HTML stands for?
a. hyper text markup language
b. high text markup language
c. hyper tabular markup language
d. none of these
Q. Which of the following tag is used to mark a beginning of Paragraph?
a. <td>
b. <br>
c. <p>
d. <tr>
Q. How can you open a link in a new browser window?
a. < a href = "url" target = "new">
b. <a href = "url" target= "_blank">
c. <a href = "url".new>
d. <a href = "url" target ="open">
Q. The tag used to create a new list item and also include a hyperlink is
a. <li>
b. <dl>
c. <dd>
d. <ul>
Q. Which of the tag is used to creates a number list?
a. <li>
b. <ol>
c. <li> and <ol>
d. none of these
Q. The tag used to create a hypertext relationship between current documentand another URL is
a. <isindex>
b. <a>
c. <link>
d. none of these
Q. The text inside the <TEXT AREA> tag works like
a. <p> formatted text
b. <t> formatted text
c. <pre> formatted text
d. none of these
Q. What is the correct HTML for adding a background color?
a. <background>yellow<background>
b. <body color = "yellow">
c. <body bgcolor = "yellow">
d. <body bg ="yellow"
Q. Which tag allows you to add a row in a table?
a. <td> and </td>
b. <cr> and </cr>
c. <th> and </th>
d. <tr> and </tr>