0% found this document useful (0 votes)
8 views6 pages

HTMLQ

The document contains a series of 100 multiple-choice questions related to HTML elements, attributes, and their purposes. Each question presents four options, testing knowledge on various aspects of HTML including tags for text formatting, multimedia embedding, forms, and accessibility. It serves as a quiz or study guide for individuals learning HTML.

Uploaded by

Digvijay Devare
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
8 views6 pages

HTMLQ

The document contains a series of 100 multiple-choice questions related to HTML elements, attributes, and their purposes. Each question presents four options, testing knowledge on various aspects of HTML including tags for text formatting, multimedia embedding, forms, and accessibility. It serves as a quiz or study guide for individuals learning HTML.

Uploaded by

Digvijay Devare
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

1. Which HTML element is used to define important text?

A) <strong> B) <important> C) <b> D) <em>


2. What does the <article> tag represent?
A) Navigation links
B) Independent content
C) Sidebar content
D) Footer
3. Which attribute specifies an alternate text for an image?
A) src B) alt C) title D) href
4. Which tag is used to create a hyperlink?
A) <link> B) <a> C) <href> D) <nav>
5. Which element defines metadata about the document?
A) <meta> B) <data> C) <head> D) <info>
6. What is the correct HTML5 doctype?
A) HTML5 B) <!DOCTYPE html> C) <doctype html> D) <html5>
7. Which tag is used for inserting a line break?
A) <break> B) <lb> C) <br> D) <line>
8. Which element is used to define navigation links?
A) <nav> B) <menu> C) <link> D) <section>
9. Which input type is used for passwords?
A) text B) password C) secure D) key
10. Which tag creates a table row?
A) <td> B) <tr> C) <th> D) <table>
[Link] tag is used for table headers?
A) <td> B) <tr> C) <th> D) <head>
[Link] is the purpose of <section>?
A) Styling B) Grouping content C) Navigation D) Footer
[Link] tag defines emphasized text?
A) <em> B) <strong> C) <i> D) <mark>
[Link] attribute is used to open a link in a new tab?
A) target="_blank" B) newtab C) open D) link
[Link] element embeds multimedia?
A) <media> B) <embed> C) <object> D) Both B & C
[Link] tag defines a list item?
A) <li> B) <ul> C) <ol> D) <list>
[Link] tag defines an ordered list?
A) <ul> B) <ol> C) <li> D) <list>
[Link] element defines a footer?
A) <bottom> B) <footer> C) <end> D) <section>
[Link] tag is used for headings?
A) <h> B) <head> C) <h1>–<h6> D) <title>
20. Which attribute specifies inline CSS?
A) class B) id C) style D) css
[Link] tag defines a form?
A) <form> B) <input> C) <field> D) <data>
[Link] input type is used for selecting dates?
A) date B) calendar C) datetime D) select
[Link] tag groups form elements?
A) <group> B) <fieldset> C) <form> D) <div>
[Link] tag defines a caption for a table?
A) <title> B) <caption> C) <head> D) <label>
[Link] attribute links label to input?
A) id B) for C) name D) ref
[Link] tag defines a dropdown?
A) <select> B) <option> C) <input> D) <list>
[Link] tag defines an option in dropdown?
A) <item> B) <option> C) <choice> D) <select>
[Link] tag defines inline container?
A) <span> B) <div> C) <section> D) <p>
[Link] tag defines block-level container?
A) <span> B) <div> C) <a> D) <em>
30. Which tag defines an image?
A) <image> B) <img> C) <pic> D) <src>
[Link] attribute defines image source?
A) link B) src C) href D) alt
[Link] tag embeds video?
A) <video> B) <media> C) <embed> D) <play>
[Link] tag embeds audio?
A) <audio> B) <sound> C) <media> D) <mp3>
[Link] attribute enables autoplay?
A) play B) start C) autoplay D) run
[Link] tag defines script?
A) <js> B) <script> C) <code> D) <run>
[Link] tag defines styles?
A) <style> B) <css> C) <design> D) <format>
[Link] tag links external CSS?
A) <style> B) <link> C) <css> D) <import>
[Link] attribute defines character encoding?
A) charset B) encoding C) utf D) type
[Link] tag defines page title?
A) <title> B) <head> C) <meta> D) <name>
[Link] tag defines main content?
A) <main> B) <body> C) <section> D) <content>
[Link] attribute is used for accessibility?
A) alt B) role C) aria-label D) All
[Link] tag defines figure content?
A) <figure> B) <fig> C) <img> D) <media>
[Link] tag defines caption for figure?
A) <figcaption> B) <caption> C) <label> D) <title>
[Link] tag defines progress?
A) <progress> B) <meter> C) <range> D) <bar>
[Link] tag defines measurement?
A) <meter> B) <progress> C) <measure> D) <data>
[Link] attribute defines placeholder?
A) hint B) placeholder C) text D) label
[Link] tag defines datalist?
A) <datalist> B) <list> C) <option> D) <select>
[Link] tag defines summary?
A) <summary> B) <details> C) <info> D) <desc>
[Link] tag creates collapsible content?
A) <details> B) <collapse> C) <section> D) <hide>
50. Which tag defines template?
A) <template> B) <script> C) <design> D) <model>
[Link] attribute is used for form validation?
A) required B) validate C) check D) rule
[Link] attribute defines regex validation?
A) pattern B) regex C) match D) rule
[Link] attribute disables input?
A) disable B) disabled C) off D) stop
[Link] attribute makes input readonly?
A) readonly B) lock C) fixed D) disable
[Link] tag defines iframe?
A) <iframe> B) <frame> C) <embed> D) <window>
[Link] attribute defines iframe source?
A) src B) link C) url D) ref
[Link] attribute controls iframe sandbox?
A) sandbox B) security C) safe D) lock
[Link] attribute groups radio buttons?
A) id B) name C) group D) class
[Link] tag defines output?
A) <output> B) <result> C) <data> D) <print>
60. Which tag defines keyboard input?
A) <kbd> B) <key> C) <input> D) <code>
[Link] tag defines abbreviation?
A) <abbr> B) <short> C) <abbrv> D) <acronym>
[Link] tag defines citation?
A) <cite> B) <ref> C) <quote> D) <citee>
[Link] tag defines inline code?
A) <code> B) <pre> C) <script> D) <kbd>
[Link] tag preserves formatting?
A) <pre> B) <code> C) <text> D) <format>
[Link] tag defines deleted text?
A) <del> B) <remove> C) <delete> D) <cut>
[Link] tag defines inserted text?
A) <ins> B) <add> C) <new> D) <insert>
[Link] tag defines mark/highlight?
A) <mark> B) <highlight> C) <em> D) <strong>
[Link] tag defines subscript?
A) <sub> B) <sup> C) <small> D) <low>
[Link] tag defines superscript?
A) <sup> B) <top> C) <super> D) <up>
[Link] tag defines time?
A) <time> B) <date> C) <clock> D) <stamp>

[Link] attribute specifies that an input field must be filled before


submitting?
A) validate B) required C) mandatory D) check
[Link] attribute is used to specify a regular expression for input validation?
A) match B) pattern C) regex D) validate
[Link] attribute disables an input field?
A) disable B) inactive C) disabled D) off
[Link] attribute makes an input field read-only?
A) readonly B) disable C) lock D) fixed
[Link] HTML element is used to embed another HTML page?
A) <frame> B) <iframe> C) <embed> D) <object>
[Link] attribute defines the URL of an iframe?
A) link B) src C) href D) url
[Link] attribute enhances iframe security?
A) secure B) sandbox C) protect D) shield
[Link] attribute groups radio buttons together?
A) id B) class C) name D) group
[Link] tag is used to display calculated output?
A) <output> B) <result> C) <calc> D) <display>
80. Which tag represents keyboard input?
A) <kbd> B) <key> C) <input> D) <code>
[Link] tag defines an abbreviation or acronym?
A) <abbr> B) <short> C) <acronym> D) <abbrv>
[Link] tag defines a citation?
A) <cite> B) <ref> C) <quote> D) <source>
[Link] tag is used for inline code snippets?
A) <code> B) <pre> C) <script> D) <kbd>
[Link] tag preserves whitespace and formatting?
A) <pre> B) <code> C) <format> D) <text>
[Link] tag represents deleted text?
A) <del> B) <remove> C) <cut> D) <delete>
[Link] tag represents inserted text?
A) <ins> B) <add> C) <insert> D) <new>
[Link] tag highlights text?
A) <mark> B) <highlight> C) <em> D) <strong>
[Link] tag defines subscript text?
A) <sub> B) <sup> C) <small> D) <low>
[Link] tag defines superscript text?
A) <sup> B) <top> C) <super> D) <up>
[Link] tag is used to define a specific time/date?
A) <time> B) <date> C) <clock> D) <stamp>

[Link] attribute improves accessibility for screen readers?


A) alt B) aria-label C) title D) name
[Link] ARIA role defines a navigation section?
A) role="nav"
B) role="navigation"
C) role="menu"
D) role="section"
[Link] tag is used for scalable vector graphics?
A) <svg> B) <canvas> C) <vector> D) <draw>
[Link] tag is used for drawing graphics via scripting?
A) <canvas> B) <svg> C) <graphic> D) <draw>
[Link] attribute specifies media type for <source>?
A) media B) type C) format D) src
[Link] tag groups navigation links semantically?
A) <nav> B) <menu> C) <section> D) <div>
[Link] tag defines machine-readable data?
A) <data> B) <meta> C) <info> D) <value>
[Link] attribute is used for lazy loading images?
A) defer B) async C) loading D) lazy
[Link] tag is used to define bidirectional text override?
A) <bdo> B) <dir> C) <rtl> D) <textdir>
100. Which tag represents external resource container (like plugins)?
A) <embed> B) <object> C) Both A & B D) <plugin>

You might also like