Q.1
Which of the following HTML code will make an image clickable?
  • a)
  • b)
  • c)
  • d)
Q.2
Among the following, which is the HTML paragraph tag?
  • a) <p>
  • b) <pre>
  • c) <hr>
  • d) <a>
Q.3
In HTML, which attribute is used to create a link that opens in a new window tab?
  • a) src=”_blank”
  • b) alt=”_blank”
  • c) target=”_self”
  • d) target=”_blank”
Q.4
Which HTML element is used for short quote?
  • a) <em>
  • b) <abbr>
  • c) <q>
  • d) <blockquote>
Q.5
Which of the following HTML tag is used to create an unordered list?
  • a) <ol>
  • b) <ul>
  • c) <li>
  • d) <ll>
Q.6
Which HTML element is used for abbreviation or acronym?
  • a) <abbr>
  • b) <blockquote>
  • c) <q>
  • d) <em>
Q.7
Which of the following HTML tag is used to add a row in a table?
  • a) <th>
  • b) <td>
  • c) <tr>
  • d) <tt>
Q.8
What is the work of <address> element in HTML5?
  • a) contains IP address
  • b) contains home address
  • c) contains url
  • d) contains contact details for author
Q.9
Which of the following tag is used to create a text area in HTML Form?
  • a) <textarea> </textarea>
  • b) <text></text>
  • c) <input type=”text” />
  • d) <input type=”textarea” />
Q.10
To show deleted text, which HTML element is used?
  • a) <del>
  • b) <em>
  • c) <strong>
  • d) <ins>
Q.11
What is the correct syntax of web address?
  • a) port://domain.filenmae:path/scheme/prefix
  • b) prefix://scheme.port:domain/filename/path
  • c) path://prefix.port:domain/filename/scheme
  • d) scheme://prefix.domain:port/path/filename
Q.12
Which tag is used to create a dropdown in HTML Form?
  • a) <input>
  • b) <select>
  • c) <text>
  • d) <textarea>
Q.13
Which tag is used to create a numbered list in HTML?
  • a) <ol>
  • b) <ul>
  • c) <li>
  • d) <ll>
Q.14
How to create a checkbox in HTML Form?
  • a) <input type=”text”>
  • b) <input type=”textarea”>
  • c) <input type=”checkbox”>
  • d) <input type=”button”>
Q.15
How to insert Hyperlink in HTML Page?
  • a)
  • b)
  • c)
  • d)
Q.16
Which of the following extension is used to save an HTML file?
  • a) .hl
  • b) .h
  • c) .htl
  • d) .html
Q.17
What is the use of <hr/> tag in HTML?
  • a) For making content appearance italics
  • b) To create vertical rule between sections
  • c) To create a line break
  • d) To create horizontal rule between sections
Q.18
Which attribute is not essential under <iframe>?
  • a) frameborder
  • b) width
  • c) height
  • d) src
Q.19
Which works similar to <b> element?
  • a) <blockquote>
  • b) <strong>
  • c) <em>
  • d) <i>
Q.20
Which tag is used to underline the text in HTML?
  • a) <p>
  • b) <u>
  • c) <i>
  • d) <ul>
0 h : 0 m : 1 s