251) HTML attribute which defines the value of element?
- id attribute
- name attribute
- value attribute ✔
- class attribute
252) HTML attribute which defines the width of element?
- size attribute
- width attribute ✔
- length attribute
- area attribute
253) HTML attribute which defines the image as image map?
- usemap attribute ✔
- map attribute
- imgmap attribute
- img attribute
254) HTML Tag which contains title tag?
- HTML section tag
- HTML footer tag
- HTML header tag
- HTML head tag ✔
255) Which HTML tag is used to make the underlined text?
- <u> ✔
- <i>
- <b>
- <ul>
256) HTML Tag used to define unordered list is?
- HTML select tag
- HTML ul tag ✔
- HTML li tag
- HTML ol tag
257) Which tag is used for JavaScript?
- <style>
- <section>
- <canvas>
- <script> ✔
258) By default, what is the color of an unvisited link?
- yellow
- red
- blue ✔
- green
259) Which one of the following is not the value of the target attribute?
- _blank
- _empty ✔
- _top
- _self
260) An HTML file is saved using which extension?
- .php
- .html ✔
- .ht
- .net
261) Form validation is traditionally done using
- HTML
- PHP
- JavaScript ✔
- CSS
262) Which attribute is not used in the radio type input element?
- id
- checked
- value
- selected ✔
263) If the type attribute of input element is not specified, the default type is?
- password
- text ✔
- radio
- number
264) Which HTML element is used to draw graphics via JavaScript.
- canvas ✔
- metadata
- script
- css
265) Which of the following attribute is used to describe the image?
- alt ✔
- src
- title
- none
266) Which of the following is used for the caption of the image?
- src attribute
- figure tag ✔
- alt attribute
- figure attribute
267) Which prevents the page from being indexed?
- noarchive
- nofollow
- noindex ✔
- novalue
268) How to start an ordered list with the first value being 5?
- <ol type = "1" initial = "5">
- <ol type = "1" begin = "5">
- <ol type = "1" start = "5"> ✔
- <ol type = "1" number = "5">
269) The HTML tags are
- not case sensitive ✔
- case sensitive
- in lowercase
- in uppercase
270) The text inside the <textarea> tag works like
- pre formatted text ✔
- paragraph text
- heading text
- predefined text
271) Which HTML Tag contains the navigation menu.
- menu
- header
- nav ✔
- aside
272) Which HTML Tag is used for the audio files in HTML5?
- <audio> ✔
- <sound>
- <video>
- <input>
273) Which is the correct way to comment out something in HTML?
- Using #
- Using <// and //>
- Using <!-- and --!>
- Using <!-- and --> ✔
274) Which HTML element has been removed from HTML5 (W3C) specification?
- <section>
- <div>
- <hgroup> ✔
- <aside>
275) Which HTML Elements take full space of the container?
- <Inline>
- <Inline Block>
- <Block> ✔
- <All>
276) Which HTML Tag is used to define the base URL of web page?
- head tag
- link tag
- meta tag
- base tag ✔
277) Which HTML element does not support autofocus attribute?
- <input>
- <base> ✔
- <select>
- <textarea>
278) Which of the following is not a function of robots meta tag?
- norepeat ✔
- nofollow
- noindex
- noarchive
279) Which Symbol is used inside HREF attribute?
- # ✔
- &
- $
- ^
280) Which HTML tag is used to define a relationship between two documents?
- <base>
- <link> ✔
- <a>
- script
281) Which of the following attribute is not supported in HTML5?
- scheme ✔
- content
- alt
- title
282) The rows in HTML Table are defined using?
- <td> and </td>
- <tr> and </tr> ✔
- <th> and </th>
- None
283) Right way to insert HTML image?
- <img url = "image.jpg" />
- <img href = "image.jpg" />
- <img alt = "image.jpg" />
- <img src = "image.jpg" /> ✔
284) An attribute which can be specified inside Every HTML element?.
- itemscope ✔
- itemtype
- relevant types
- itemref
285) HTML Tag used to define track of media element is?
- HTML track tag ✔
- HTML audio tag
- HTML media tag
- HTML audio tag
286) HTML Tag used to define teletype text is?
- HTML track tag
- HTML tr tag
- HTML tt tag ✔
- HTML td tag
287) HTML attribute which defines the character encoding?
- char attribute
- alt attribute
- href attribute
- charset attribute ✔
288) HTML attribute which specifies the element to be pre-selected?
- selected attribute
- checked attribute ✔
- title attribute
- url attribute
289) HTML attribute that defines the URL of document which explains the quote, text or data?
- href attribute
- title attribute
- cite attribute ✔
- url attribute
290) HTML attribute which defines class names for an element?
- class attribute ✔
- cols attribute
- id attribute
- name attribute
291) HTML attribute which enables custom data attributes on all HTML elements?
- data attribute
- type attribute
- custom attribute
- data-* attribute ✔
292) HTML attribute which sets the date and time on web page?
- date attribute
- datetime attribute ✔
- time attribute
- calendar attribute
293) HTML attribute which defines the appropriate track for track tag?
- data attribute
- href attribute
- default attribute ✔
- src attribute
294) HTML attribute which makes sure that the script is only executed after the page parsing is complete?
- sync attribute
- async attribute
- defer attribute ✔
- type attribute
295) HTML attribute which is used to set the base direction of text for display?
- direction attribute
- dirname attribute
- dir attribute ✔
- type attribute
296) HTML attribute which enables that the direction of text will be submitted?
- direction attribute
- dir attribute
- dirname attribute ✔
- enctype attribute
297) HTML attribute which specifies that script will run when the element is dragged till a particular target or point?
- onenter attribute
- ondragenter attribute ✔
- onin attribute
- onarea attribute
298) HTML attribute which specifies that script will run when the length of media file changes?
- onchange attribute
- time attribute
- ondurationchange attribute ✔
- duration attribute
299) HTML attribute which specifies that script will run when the file is suddenly not available due to the disconnection or something?
- unavilable attribute
- onemptied attribute ✔
- location attribute
- file attribute
300) HTML attribute which specifies that script will run when the file has reached the end, usually a greeting message?
- onended attribute ✔
- onend attribute
- oncomplete attribute
- onfinish attribute