201) HTML attribute which specifies that the list items must be in descending order?
- reversed attribute ✔
- order attribute
- list attribute
- data attribute
202) HTML attribute which defines the number of lines in textarea element?
- column attribute
- colspan attribute
- rows attribute ✔
- rowspan attribute
203) HTML attribute which defines the number of rows of the cell of table?
- column attribute
- colspan attribute
- row attribute
- rowspan attribute ✔
204) HTML attribute which defines the restriction for the iframe content?
- src attribute
- url attribute
- content attribute
- sandbox attribute ✔
205) HTML attribute which specifies if the header cell is header for rows, column or group of row or columns?
- column attribute
- row attribute
- scope attribute ✔
- header attribute
206) HTML attribute which specifies that the particular option must be selected when the page loads?
- selected attribute ✔
- disabled attribute
- select attribute
- checked attribute
207) HTML attribute which defines the shape of area?
- area attribute
- width attribute
- shape attribute ✔
- height attribute
208) HTML attribute which defines the size of input for the input tag?
- length attribute
- size attribute ✔
- char attribute
- data attribute
209) HTML attribute which defines the size of the linked document file or resource?
- size attribute
- alt attribute
- sizes attribute ✔
- content attribute
210) HTML attribute which defines the number of columns element should span?
- colspan attribute
- rowspan attribute
- width attribute
- span attribute ✔
211) HTML attribute which enables the element to be able to check the grammar and spelling of it's content?
- spellcheck attribute ✔
- spelling attribute
- lang attribute
- content attribute
212) HTML attribute which defines the url of the file?
- src attribute ✔
- href attribute
- file attribute
- url attribute
213) HTML attribute which defines the start value of an ordered list?
- start attribute ✔
- list attribute
- min attribute
- first attribute
214) Which element was not removed in HTML5?
- <small> ✔
- <strike>
- <big>
- <center>
215) The body tag is usually used after?
- head tag ✔
- html tag
- div tag
- header tag
216) Which html attribute is used to add audio controls, like play, pause, and volume?
- audio
- controls ✔
- href
- src
217) Which of the following attribute defines the scope of associated metadata?
- itemref
- itemtype
- itemscope ✔
- itemprop
218) HTML tag which is used to add self contained content like illustrations or diagrams is?
- diagram
- output
- img
- figure ✔
219) Which HTML Tag is used for independent content like blog posts, news, comments etc?
- section
- header
- article ✔
- footer
220) Which HTML tag is used for formatting?
- <p>
- <pre> ✔
- <figure>
- None
221) Which of the following allows user to view a webpage?
- Website
- Operating System
- Windows
- Web Browser ✔
222) HTML tag which is used for scrolling effect of the text is?
- <marquee> ✔
- <nav>
- <div>
- <section>
223) Which attribute is used to define the type of input element?
- type ✔
- alt
- category
- name
224) From which tag the descriptive list starts?
- dd tag
- li tag
- dl tag ✔
- ol tag
225) Which HTML Tag doesn't support standard attributes?
- div tag
- comment tag ✔
- h1 tag
- nav tag
226) HTML document must start with declaration?
- htm
- html
- !DOCTYPE html ✔
- doctype php
227) A visited link is?
- bold and purple
- underlined and red
- underlined and blue
- underlined and purple ✔
228) An active link is?
- bold and red
- italic and red
- underlined and red ✔
- underlined and blue
229) Attribute which specifies the URL for the anchor tag?
- href ✔
- alt
- title
- url
230) Which HTML tag defines an abbreviation or an acronym?
- abbreviation tag
- abbr tag ✔
- br tag
- span tag
231) Which HTML tag defines a comment?
- com tag
- <!--...--> ✔
- comment tag
- p tag
232) Which HTML tag is used to define the document type?
- <!DOCTYPE> ✔
- span tag
- doc tag
- document tag
233) Which HTML tag is used to define a hyperlink?
- p tag
- href tag
- <a> ✔
- div tag
234) Which HTML tag defines contact information for the author or owner of a document?
- add tag
- <address> ✔
- author tag
- p tag
235) Which HTML tag is used to define an area inside image map?
- a tag
- section tag
- article tag
- <area> ✔
236) Which HTML tag defines an article?
- <article> ✔
- area tag
- nav tag
- div tag
237) Which HTML tag is used to define content aside from the page content?
- <aside> ✔
- div tag
- article tag
- section tag
238) Which HTML tag defines embedded sound content?
- mp3 tag
- p tag
- <audio> ✔
- nav tag
239) Which HTML tag defines bold text?
- bold tag
- <bold> ✔
- p tag
- div tag
240) Which HTML tag defines the base URL/target for all URLs?
- url tag
- <base> ✔
- a tag
- nav tag
241) Which HTML tag is used for text formatted in a different direction?
- p tag
- dir tag
- <bdi> ✔
- pre tag
242) Which HTML tag defines main body of webpage?
- main tag
- head tag
- html tag
- <body> ✔
243) HTML Tag used to define variable?
- HTML object tag
- HTML var tag ✔
- HTML script tag
- HTML wbr tag
244) HTML Tag used to define video content?
- HTML media tag
- HTML embed tag
- HTML video tag ✔
- HTML object tag
245) HTML attribute which defines a short key to activate or focus an element is?
- focus attribute
- accesskey attribute ✔
- title attribute
- onclick attribute
246) HTML attribute which defines the tabbing order of element?
- tabindex attribute ✔
- order attribute
- list attribute
- tab attribute
247) HTML attribute which defines the target of where to open the linked document?
- blank attribute
- title attribute
- src attribute
- target attribute ✔
248) HTML attribute which defines the extra information about element?
- text attribute
- name attribute
- title attribute ✔
- info attribute
249) HTML attribute which defines if the content of an element should be translated or not?
- lang attribute
- output attribute
- translate attribute ✔
- type attribute
250) HTML attribute which defines the type of element?
- value attribute
- type attribute ✔
- content attribute
- text attribute