151) HTML Header Tag is used to create which section of the document?
- footer section
- metadata section
- main section
- header section ✔
152) HTML Tag used to insert a horizontal rule is called?
- br tag
- tr tag
- hr tag ✔
- h1 tag
153) Which Tag is used to define the root of HTML Document?
- root tag
- html tag ✔
- head tag
- footer tag
154) HTML Tag which defines the term that is prominent or different from other text?
- h1 tag
- article tag
- strong tag
- i tag ✔
155) Which HTML Tag is used to define frame element?
- iframe tag ✔
- frame tag
- frameset tag
- fieldset tag
156) Which HTML input Tag is used?
- To define input variables
- To take input from user ✔
- To define headings
- To make illustrations
157) Which HTML Tag is used to define inserted text?
- inserted tag
- b tag
- i tag
- ins tag ✔
158) HTML Tag which defines option for select element?
- HTML select tag
- HTML option tag ✔
- HTML optgroup tag
- HTML input tag
159) HTML Tag which defines result of calculation?
- HTML input tag
- HTML h1 tag
- HTML output tag ✔
- HTML nav tag
160) HTML Tag which define short quotation?
- HTML blockquote tag
- HTML q tag ✔
- HTML h3 tag
- HTML br tag
161) Correct HTML syntax to right align the content inside a paragraph is?
- <p right-align = "right">
- <p align = "right"> ✔
- <p right-align = "yes">
- <p rightalign = "yes">
162) Which attribute defines the relationship between two documents?
- href
- alt
- rel ✔
- title
163) Which HTML tag is used for the largest heading?
- h1 ✔
- h6
- heading
- h2
164) Which HTML tag is used for the hyperlinks?
- link
- p
- a ✔
- li
165) Which of the following tags is used to insert a line break in HTML?
- <hr>
- <p>
- <b>
- <br> ✔
166) HTML tags are enclosed in
- ( and )
- < and > ✔
- { and }
- ; and ;
167) !DOCTYPE is case sensitive?
- FALSE ✔
- TRUE
- Maybe
- None
168) Which HTML Tag is used to make the text bold?
- <b> ✔
- <br>
- <ol>
- <ul>
169) Which HTML Tag is used to write the paragraph?
- <img>
- <p> ✔
- <div>
- <nav>
170) HTML attribute which defines the Language of web page or document?
- lang attribute
- type attribute
- hreflang attribute ✔
- name attribute
171) HTML attribute which defines HTTP response header for the value of the content attribute?
- http attribute
- http-equiv attribute ✔
- media attribute
- href attribute
172) HTML attribute which defines a specific id for HTML element?
- class attribute
- name attribute
- type attribute
- id attribute ✔
173) HTML attribute which defines an image to be image-map?
- map attribute
- image map attribute
- img attribute
- ismap attribute ✔
174) HTML attribute which defines the type of text track?
- type attribute
- kind attribute ✔
- name attribute
- id attribute
175) HTML attribute which defines the title of text track?
- title attribute
- label attribute ✔
- name attribute
- data attribute
176) HTML attribute which defines the range for meter element that sets the value which is considered low?
- min attribute
- low attribute ✔
- less attribute
- short attribute
177) HTML attribute which defines the method to use while submitting the form data?
- method attribute ✔
- data attribute
- type attribute
- submit attribute
178) HTML attribute which defines the minimum value?
- low attribute
- less attribute
- short attribute
- min attribute ✔
179) HTML attribute which enables the user to enter more than one values for input type elements?
- value attribute
- multiple attribute ✔
- max attribute
- length attribute
180) HTML attribute which mutes the audio and video files?
- audio attribute
- sound attribute
- muted attribute ✔
- type attribute
181) HTML attribute which defines the name of the element?
- title attribute
- name attribute ✔
- class attribute
- id attribute
182) HTML attribute which specifies that the form should be submitted without validation?
- validate attribute
- check attribute
- list attribute
- novalidate attribute ✔
183) Which HTML tag is used to define a button?
- button tag ✔
- a tag
- p tag
- b tag
184) Which HTML tag is used to draw graphics via scripting?
- img tag
- canvas tag ✔
- iframe tag
- section tag
185) Which HTML tag is used to define a caption of table?
- h1 tag
- th tag
- caption tag ✔
- title tag
186) Which HTML tag defines title of the work?
- title tag
- strong tag
- h1 tag
- cite tag ✔
187) Which HTML tag is used to define a piece of computer code?
- main tag
- style tag
- code tag ✔
- script tag
188) Which HTML tag specifies a group of one or more columns in a table?
- col tag
- colgroup tag ✔
- column tag
- tr tag
189) Which HTML tag is used to add a machine readable translation?
- datalist tag
- script tag
- head tag
- data tag ✔
190) Which HTML tag is used to define details about content?
- details tag ✔
- h1 tag
- del tag
- p tag
191) Which HTML tag specifies a term which is defined in the content?
- dfn tag ✔
- th tag
- main tag
- span tag
192) Which HTML tag defines a dialog box?
- section tag
- h1 tag
- dialog tag ✔
- header tag
193) Which HTML tag is used to group related HTML elements in form?
- group tag
- fieldset tag ✔
- section tag
- link tag
194) Which HTML tag defines caption for figure tag?
- th tag
- figcaption tag ✔
- caption tag
- h1 tag
195) HTML footer tag is used for?
- side content of website
- footer section of website ✔
- main section of website
- header section of website
196) Which HTML tag is used to make HTML forms?
- table tag
- fieldset tag
- form tag ✔
- footer tag
197) HTML attribute which defines the HTML content of page which is to be shown in iframe tag?
- src attribute
- srcdoc attribute ✔
- src attribute
- content attribute
198) HTML attribute which defines the language of the text track data if kind is set to subtitles?
- src attribute
- lang attribute
- track attribute
- srclang attribute ✔
199) HTML attribute which defines the url of image to be used in different situations?
- src attribute
- img attribute
- srcset attribute ✔
- set attribute
200) Which of the following tags is not an HTML5 tag?
- section tag
- article tag
- acronym tag ✔
- audio tag