0% found this document useful (0 votes)
35 views5 pages

HTML Quizizz Worksheet

The document is a worksheet titled 'HTML Inquest' created by instructor Sudheer A, consisting of 30 multiple-choice questions related to HTML concepts and elements. It covers topics such as HTML tags, attributes, and their purposes, along with an answer key for reference. The worksheet is designed for a 10-minute quiz format.
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
35 views5 pages

HTML Quizizz Worksheet

The document is a worksheet titled 'HTML Inquest' created by instructor Sudheer A, consisting of 30 multiple-choice questions related to HTML concepts and elements. It covers topics such as HTML tags, attributes, and their purposes, along with an answer key for reference. The worksheet is designed for a 10-minute quiz format.
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

11/01/2024, 23:04 HTML Inquest | Quizizz

Worksheets Name

HTML Inquest
Class
Total questions: 30
Worksheet time: 10mins
Date
Instructor name: Sudheer A

1. What does HTML Stand for?

a) Hyperlink Text Manipulation Language b) HighTech Multimedia Language


c) HyperText Markup Language d) HomeTool Management Language

2. Which tag is used to create an ordered list in HTML?

a) <ul> b) <ol>

c) <dl> d) <li>

3. In HTML, what does the <aside> element represent?

a) A navigation menu b) A sidebar or content that is tangentially related to the


content around it

c) A section heading d) a blockquote

4. Which attribute is used to provide additional information about an element in HTML?

a) title b) class
c) id d) style

5. What is the purpose of the HTML <iframe> element?

a) to display a video b) to create a resizable text

c) To embed another HTML document with in a current d) To embed an external script


document

6. Which of the following tags is used to create a hyperlink in HTML?

a) <a> b) <href>
c) <link> d) <url>

7. What does the HTML <abbr> tag represent?

a) Abstract b) Alignment

c) Absolute d) Abbreviation

[Link] 1/5
11/01/2024, 23:04 HTML Inquest | Quizizz

8. Which HTML5 attribute is used to specify that an input field must be filled out?

a) mandatory b) required
c) fill d) validate

9. What is the purpose of the HTML <figure> and <figcaption> elements?

a) To create a caption for a figure or image b) To define a figure or image


c) To define a block of code d) To group content for styling purposes

10. Which HTML5 element is used to represent the progress of a task or process?

a) <completion> b) <status>
c) <meter> d) <progress>

11. What is the purpose of the HTML <nav> element?

a) It is used to create a nested list of navigation items. b) It represents a section of content that is only
relevant to screen readers.
c) It is used for defining navigation links within a d) It represents a navigation bar for mobile devices.
document

12. Which HTML5 attribute is used to define the source of an audio file?

a) <sound> b) <audio-source>
c) <audio-file> d) <source>

13. In HTML, which attribute is used to set the maximum number of characters allowed in a text input field?

a) maxlength b) character-limit
c) limit d) max-length

14. What is the purpose of the HTML <dfn> element?

a) To format text in a fixed-width font b) To create a floating navigation bar


c) To specify a file name d) To define a definition term

15. Which HTML tag is used for creating a button?

a) <input type="button"> b) <submit>

c) <button> d) <btn>

16. In HTML, which attribute is used to group together table header content?

a) <hgroup> b) <thead>

c) <colgroup> d) <thgroup>

17. What does the HTML <cite> element represent?

a) Center-aligned text b) Code snippet


c) Citation or reference to a creative work d) Caption for an image

[Link] 2/5
11/01/2024, 23:04 HTML Inquest | Quizizz

18. Which HTML5 element is used to define navigation links within a document or section of a document

a) <menu> b) <nav>
c) <link> d) <section>

19. What is the purpose of the HTML <mark> element?

a) To create a navigation link b) To specify a comment


c) To define a marked or highlighted section d) To highlight text

20. Which attribute is used to specify the target URL of a hyperlink in HTML?

a) <url> b) <href>
c) <target> d) <link>

21. Which HTML5 input type is used for a password field?

a) hidden b) password
c) secure d) text

22. In HTML, which attribute is used to specify the name of an input field in a form?

a) name b) id
c) key d) label

23. What does the required attribute in an input field do in HTML?

a) It ensures the input is in uppercase. b) It enforces a maximum length for the input.
c) It restricts special characters in the input. d) It makes the input field mandatory.

24. Which HTML element is used to create a dropdown list?

a) <menu> b) <dropdown>

c) <select> d) <list>

25. What HTML5 element is used to embed audio content?

a) <media> b) <music>
c) <sound> d) <audio>

26. Which attribute is used to specify the source file for an audio element in HTML5?

a) <audio-source> b) <source>

c) <file> d) <src>

27. In HTML5, which attribute is used to enable browser controls for an embedded video?

a) video-controls b) enable-controls
c) play d) controls

[Link] 3/5
11/01/2024, 23:04 HTML Inquest | Quizizz

28. What is the purpose of the autoplay attribute in an HTML5 video element?

a) It controls the speed of the video. b) It automatically starts the video playback when the
page loads.
c) It enables audio playback in the video. d) It sets the video to loop continuously.

29. Which HTML5 element is used to embed video content?

a) <embed> b) <movie>

c) <media> d) <video>

30. How can you specify multiple video formats for different browsers using HTML?*

a) Include a <video-formats> tag before the <source> b) Use the <video-type> attribute within each <source>
tags. tag.

c) Use the <formats> attribute within the <video> d) Separate <source> elements with different formats
element. within the <video> element.

[Link] 4/5
11/01/2024, 23:04 HTML Inquest | Quizizz

Answer Keys

1. c) HyperText Markup Language 2. b) <ol> 3. b) A sidebar or content that is


tangentially related to the
content around it

4. a) title 5. c) To embed another HTML 6. a) <a>


document with in a current
document

7. d) Abbreviation 8. b) required 9. a) To create a caption for a


figure or image

10. d) <progress> 11. c) It is used for defining 12. d) <source>


navigation links within a
document

13. a) maxlength 14. d) To define a definition term 15. c) <button>

16. b) <thead> 17. c) Citation or reference to a 18. b) <nav>


creative work

19. c) To define a marked or 20. b) <href> 21. b) password


highlighted section

22. a) name 23. d) It makes the input field 24. c) <select>


mandatory.

25. d) <audio> 26. b) <source> 27. d) controls

28. b) It automatically starts the 29. d) <video> 30. d) Separate <source>


video playback when the elements with different
page loads. formats within the <video>
element.

[Link] 5/5

Common questions

Powered by AI

The <nav> element plays a critical role in structuring web navigation by semantically indicating the section of a page dedicated to navigation links. This helps search engines and screen readers explicitly identify the navigation area, enhancing SEO and accessibility. In contrast, alternative methods like generic <div> containers with navigation links can achieve a similar visual result but lack the semantic clarity and accessibility benefits inherently provided by the <nav> element. Using <nav> also facilitates the application of CSS and JavaScript specifically to navigation sections, in a more organized and predictable manner .

The <mark> element in HTML is used to highlight parts of text, indicating importance or relevance at a particular moment . Its applications include marking keywords in search results, emphasizing newly added or updated content, and highlighting text as a means of drawing user attention quickly to key information. Developers can style these elements using CSS to align with the website's visual theme while ensuring that the highlighted text stands out.

The <ol> tag in HTML is significant because it creates an ordered list, which means that the items within this list are automatically numbered or lettered sequentially. This impacts the document's structure by providing a clear and hierarchical representation of content, making it easier for users to follow a sequence of steps or logical order .

The <source> element within <audio> or <video> tags allows multiple file formats to be specified, enabling browsers to choose the best format supported, thereby maximizing compatibility across different systems and ensuring a consistent playback experience for users . This approach is advantageous compared to embedding a single file format, as it improves accessibility for users across various devices and browsers, promoting a more inclusive web experience. Additionally, the use of the <source> element simplifies code management and reduces server load by avoiding multiple requests sent for the same media file.

The <progress> element enhances user interface experience by visually representing the completion percentage of a task or process, such as file uploads or data analysis tasks. This visual feedback helps users understand the time remaining and manage their expectations . However, the element's limitations include its basic styling controls, which can restrict its customization to seamlessly fit into a website's design. Additionally, it requires JavaScript to dynamically update the progress value, which can add complexity to implementation.

The <abbr> tag enhances accessibility and user understanding by allowing developers to specify abbreviations with a full spelled-out form using the title attribute. Screen readers can vocalize this explanation, helping users who rely on assistive technologies to understand the content's meaning. This practice also aids all users by offering clarity when they hover over the abbreviation, thus improving user comprehension .

The <iframe> element can significantly affect user experience by allowing developers to embed external content directly into a webpage, such as videos, maps, or documents, thus providing a seamless viewing experience without requiring users to navigate away from the page . However, it can impact web page performance negatively if the embedded content is heavy or if multiple iframes are used, which can slow down page loading times and consume more bandwidth.

The 'maxlength' attribute in HTML forms restricts the number of characters that a user can input in a text field, thus helping to manage and validate user input efficiently . This attribute is particularly useful in preventing excessive data entry that can lead to buffer overflow, ensuring that input data remains within expected parameters, and maintaining compliance with data length constraints set by backend systems or databases.

The <aside> element benefits content organization by allowing web designers to create sidebars or sections that contain information tangentially related to the main content. This can enhance readability and make supplementary content accessible without interrupting the primary message . However, a potential drawback is the misuse of <aside> for content that should be part of the main narrative, which can lead to confusion about the importance or relevance of certain information to the primary topic.

The autoplay attribute in HTML5 allows media files to start playing automatically when a page loads, potentially increasing immediate user engagement by capturing attention . However, its use can be controversial due to the potential for negative user experiences, such as unwanted noise, which can lead to a higher bounce rate. Moreover, autoplay increases resource consumption by preloading media files, which can slow down initial page load times and unnecessarily consume data, particularly on mobile devices. Balancing user engagement against these risks is crucial for effective web page design.

You might also like