51) Which of the following tags is used for the smallest heading in HTML?
- <h1>
- <h6> ✔
- <h5>
- <h3>
52) Which HTML attribute prevents search engines from following the links inside the web page?
- noindex
- nofollow ✔
- novalue
- noarchive
53) Which HTML tag defines a section or container in a web page?
- article tag
- div tag ✔
- section tag
- main tag
54) HTML attribute which specifies that script will run when the media file is paused due to buffering or due to any other reason?
- onwaiting attribute ✔
- loading attribute
- media attribute
- onload attribute
55) Which HTML tag define a term in description list?
- tr tag
- dl tag
- dt tag ✔
- h1 tag
56) Previous version of HTML was?
- HTML 4 ✔
- HTML5
- HTML 1
- HTML 3.2
57) HTML attribute which defines the value which is optimum for the gauge?
- max attribute
- title attribute
- optimum attribute ✔
- value attribute
58) Which HTML tag is used for emphasized text?
- strong tag
- b tag
- h1 tag
- em tag ✔
59) Which HTML tag is used to embed external application?
- embed tag ✔
- iframe tag
- link tag
- script tag
60) HTML attribute which specifies that script will run when the mouse wheel rolls up or down?
- onscroll attribute
- wheel attribute
- onwheel attribute ✔
- scroll attribute
61) HTML attribute which specifies that details element should not be hidden?
- hidden attribute
- style attribute
- display attribute
- open attribute ✔
62) Which HTML tag is used for description list?
- del tag
- dl tag ✔
- dt tag
- p tag
63) HTML attribute which displays the short hint or text for the user to tell what to enter as input?
- value attribute
- title attribute
- name attribute
- placeholder attribute ✔
64) HTML page is rendered and displayed by?
- Web Designer
- Website
- Web Browser ✔
- Web App
65) How to create a checkbox element in HTML?
- <input type = "button">
- <input type = "submit">
- <input type = "checkbox"> ✔
- <input type = "check">
66) What is the right sequence of HTML tags, top to bottom?
- html, head, title, body ✔
- html, body, title, head
- head, title, html, body
- body, head, title, html
67) HTML attribute which specifies that script will run when the content of element is being cut?
- onmove attribute
- oncut attribute ✔
- onpaste attribute
- onchange attribute
68) The root tag of the HTML document is
- <head>
- <body>
- <meta>
- <html> ✔
69) HTML Tag used to define underlined text is?
- HTML b tag
- HTML strong tag
- HTML pre tag
- HTML u tag ✔
70) HTML attribute which tells about the type of files that the website server accepts is?
- src attribute
- allow attribute
- href attribute
- accept attribute ✔
71) HTML Tag used to define unordered list is?
- HTML select tag
- HTML ul tag ✔
- HTML li tag
- HTML ol tag
72) HTML Tag used to define variable?
- HTML object tag
- HTML var tag ✔
- HTML script tag
- HTML wbr tag
73) HTML attribute which defines the image that will be displayed when the video is not played yet or it's downloading?
- src attribute
- alt attribute
- video attribute
- poster attribute ✔
74) HTML Tag used to define video content?
- HTML media tag
- HTML embed tag
- HTML video tag ✔
- HTML object tag
75) HTML Tag used to define possible line break?
- HTML br tag
- HTML li tag
- HTML wbr tag ✔
- HTML hr tag
76) HTML attribute which specifies the character encoding, is?
- alt attribute
- accept-charset attribute ✔
- charset attribute
- accept attribute
77) HTML attribute which defines a short key to activate or focus an element is?
- focus attribute
- accesskey attribute ✔
- title attribute
- onclick attribute
78) The charset attribute specifies
- character for HTML document
- a name for the metadata
- character encoding for the HTML document ✔
- character decoding for the HTML document
79) In HTML5, which of the following tag is used to initialize the document type?
- <Doctype HTML>
- <\Doctype html>
- <Doctype>
- <!DOCTYPE html> ✔
80) HTML attribute which specifies that script will run when the element is double clicked?
- ondblclick attribute ✔
- onclick attribute
- ondouble attribute
- ondoubleclick attribute
81) HTML Tag which defines script?
- HTML link tag
- HTML style tag
- HTML script tag ✔
- HTML meta tag
82) HTML attribute which specifies that script will run when the element is dragged?
- onmove attribute
- onfocus attribute
- ondrag attribute ✔
- onshift attribute
83) HTML Tag used to define row of table is?
- HTML tr tag ✔
- HTML row tag
- HTML th tag
- HTML rowspan tag
84) HTML attribute which defines expression or pattern for input tag and is checked against it?
- value attribute
- pattern attribute ✔
- id attribute
- name attribute
85) HTML attribute which defines how to wrap the text when form is submitted in textarea tag?
- text attribute
- width attribute
- content attribute
- wrap attribute ✔
86) HTML attribute which specifies that script will run when the element is dragged till the end?
- onmove attribute
- onend attribute
- onshift attribute
- ondragend attribute ✔
87) Which HTML Tag is used to define images?
- image tag
- embed tag
- img tag ✔
- iframe tag
88) HTML attribute which defines the allowed number of intervals for an input tag?
- type attribute
- number attribute
- value attribute
- step attribute ✔
89) HTML was Created by?
- Steve Jobs
- Tim Berners Lee ✔
- Tim Cook
- Bill Gates
90) HTML attribute which specifies that script will run when the scroll bar of element is scrolled?
- onscroll attribute ✔
- ondrag attribute
- scroll attribute
- overflow attribute
91) HTML attribute which specifies that script will run when the user writes something in the search field?
- onenter attribute
- onsearch attribute ✔
- oninput attribute
- search attribute
92) HTML attribute which specifies that script will run when the cue is changed?
- onchange attribute
- oncue attribute
- oncuechange attribute ✔
- onrepeat attribute
93) HTML h1 tag is used for?
- Main Heading of Web Page ✔
- Header section of website
- Caption of page
- Footer Heading
94) Which HTML tag overrides the current text direction?
- h3 tag
- ol tag
- b tag
- <bdo> ✔
95) Which HTML tag defines a section that is quoted from another source?
- bold tag
- h1 tag
- <blockquote> ✔
- section tag
96) HTML attribute which specifies that script will run when the user paste something to the element?
- oncut attribute
- oncopy attribute
- oninput attribute
- onpaste attribute ✔
97) HTML attribute which specifies that script will run when the media pauses due to any reason?
- onstop attribute
- onpause attribute ✔
- onplay attribute
- onbuffer attribute
98) HTML attribute which specifies that script will run when the media starts playing?
- onplay attribute ✔
- onpause attribute
- onstart attribute
- onloop attribute
99) HTML attribute which specifies that script will run as soon as the file has started loading?
- onload attribute
- onstart attribute
- onloadstart attribute ✔
- start attribute
100) HTML attribute which specifies that script will run when the mouse button is pressed?
- onclick attribute
- onkeypress attribute
- onmouse attribute
- onmousedown attribute ✔