101) HTML attribute which defines the maximum value?
- long attribute
- max attribute ✔
- high attribute
- greater attribute
102) HTML attribute which specifies the maximum no of characters that are allowed for input tag or textarea tag?
- length attribute
- max attribute
- maxlength attribute ✔
- charset attribute
103) HTML attribute which explains that which device is optimal for the linked web page or document?
- link attribute
- type attribute
- media attribute ✔
- src attribute
104) HTML Tag used to define heading for details element is?
- HTML summary tag ✔
- HTML h1 tag
- HTML span tag
- HTML object tag
105) HTML Tag used to define super-scripted text is?
- HTML sub tag
- HTML span tag
- HTML ins tag
- HTML sup tag ✔
106) HTML Tag used to define container for SVG graphics is?
- HTML canvas tag
- HTML svg tag ✔
- HTML img tag
- HTML object tag
107) HTML Tag used to create HTML tables is?
- HTML table tag ✔
- HTML th tag
- HTML tr tag
- HTML td tag
108) HTML Tag used to define body of table is?
- HTML tbody tag ✔
- HTML table tag
- HTML body tag
- HTML tb tag
109) HTML attribute which tells where to send the form data when form is submitted?
- formaction attribute ✔
- link attribute
- url attribute
- src attribute
110) HTML attribute which defines one or more header cells connected to a cell?
- cell attribute
- head attribute
- colspan attribute
- headers attribute ✔
111) HTML attribute which sets the height of element?
- width attribute
- length attribute
- height attribute ✔
- style attribute
112) Default list style of unordered list is?
- square
- triangle
- disc ✔
- rectangle
113) Which HTML tag is used to define options in a drop-down selection list?
- <select>
- <li>
- <dropdown>
- <option> ✔
114) The <main> tag include?
- Nav
- Article ✔
- Sidebar
- Footer
115) Default list style of ordered list is?
- decimal ✔
- alphabetical
- triangle
- circle
116) Which of the following is not an empty HTML element?
- <hr>
- <area>
- <br>
- <div> ✔
117) What is correct way to create an e-mail link?
- <a href = "abc@gmail.com">
- <mail href ="abc@gmail.com">
- <a href ="mail to: abc@gmail.com"> ✔
- <a url = "abc@gmail.com">
118) The latest HTML standard is known as?
- HTML 4.0
- XTML
- SGML
- HTML 5.0 ✔
119) The map definition file is stored in which folder?
- BIN
- CGI-BIN ✔
- RECYCLE-BIN
- Upload
120) Which HTML tag defines a list of pre defined options for input controls?
- data tag
- <datalist> ✔
- li tag
- input tag
121) Which HTML tag defines a description of a term in a description list?
- dl tag
- li tag
- dd tag ✔
- ol tag
122) Which HTML tag defines a deleted text?
- div tag
- i tag
- b tag
- del tag ✔
123) HTML attribute which specifies that script will run when the page is unloaded?
- onload attribute
- unload attribute
- onunload attribute ✔
- onready attribute
124) HTML attribute which specifies that script will run when the volume of audio or video media file is changed?
- volume attribute
- sound attribute
- onvolumechange attribute ✔
- onchange sattribute
125) HTML attribute which defines how the video or file should load when the page is loaded?
- preload attribute ✔
- onload attribute
- video attribute
- type attribute
126) HTML attribute which defines that element is read-only element?
- read attribute
- readonly attribute ✔
- data attribute
- title attribute
127) HTML Tag which defines paragraph element?
- HTML paragraph tag
- HTML h1 tag
- HTML span tag
- HTML p tag ✔
128) HTML Tag which defines parameter for object?
- HTML paragraph tag
- HTML p tag
- HTML param tag ✔
- HTML nav tag
129) HTML Tag which defines container for more than one image resources?
- HTML img tag
- HTML object tag
- HTML picture tag ✔
- HTML embed tag
130) HTML Tag which defines pre-formatted text?
- HTML pre tag ✔
- HTML p tag
- HTML param tag
- HTML hr tag
131) HTML Tag which represent the progress of particular task?
- HTML meter tag
- HTML progress tag ✔
- HTML input tag
- HTML br tag
132) HTML attribute which specifies that script will run when the anchor part of URL is changed?
- onchange attribute
- url attribute
- href attribute
- onhashchange attribute ✔
133) HTML attribute which specifies that script will run when user will enter some input for element?
- oninput attribute ✔
- onenter attribute
- focus attribute
- onfocus attribute
134) HTML attribute which specifies that script will run when the element is invalid?
- onchange attribute
- oninvalid attribute ✔
- invalid attribute
- name attribute
135) HTML attribute which specifies that script will run when the user is pressing a key?
- onkeyup attribute
- onkeydown attribute ✔
- onclick attribute
- onpress attribute
136) HTML Tag used to define header of table is?
- HTML head tag
- HTML header tag
- HTML thead tag ✔
- HTML th tag
137) HTML Tag used to define time and date is?
- HTML date tag
- HTML input tag
- HTML calendar tag
- HTML time tag ✔
138) HTML Tag used to define title of web page is?
- HTML title tag ✔
- HTML h1 tag
- HTML main tag
- HTML head tag
139) Which attribute is used to define the unique value for an HTML element?
- class
- name
- id ✔
- type
140) Which HTML element should be used as a sidebar?
- section
- header
- nav
- aside ✔
141) The meta tag defines the Metadata that is not visible to the users.
- TRUE ✔
- FALSE
- Maybe
- None
142) Which part of HTML document contains the metadata?
- body tag
- head tag ✔
- title tag
- html tag
143) HTML attribute which defines where to send the submitted form data is?
- action attribute ✔
- href attribute
- url attribute
- src attribute
144) HTML attribute which defines the alternative text if the image is missing?
- title attribute
- alt attribute ✔
- name attribute
- main attribute
145) HTML attribute which execute the script asynchronously?
- script attribute
- async attribute ✔
- sync attribute
- defer attribute
146) HTML attribute which enables the browser to display previously typed text?
- auto attribute
- autocomplete attribute ✔
- type attribute
- title attribute
147) HTML attribute which enables element to automatically get focused when the page loads is?
- autocomplete attribute
- autofocus attribute ✔
- focus attribute
- color attribute
148) HTML attribute which specifies that the audio or video should automatically play after the page is loaded?
- autoplay attribute ✔
- autocomplete attribute
- focus attribute
- sync attribute
149) To define keyboard input keys we use?
- input tag
- key tag
- kbd tag ✔
- code tag
150) HTML label tag is used for?
- For headings
- For span tags
- To make labels for input html elements ✔
- For menu items