Create a Quiz. The academic subject for which the text must be created - Computer science. Content must be appropriate for Year or Grade 11 ...
What to createExam
Which subjectComputer science
What age groupYear or Grade 11
What topicHtml
Question typesMixed
Number of questions15
Number of answers4
Correct answersExactly 1
Show correct answers
Use images (descriptions)
Any other preferences

HTML Quiz for Year 11 Computer Science

Welcome to your HTML quiz! This quiz will test your knowledge of HTML concepts and elements. Answer each question carefully. Good luck!

Questions:

  1. What does HTML stand for?

    • A. HyperText Markup Language
    • B. HighText Machine Language
    • C. HyperType Multi Language
    • D. HighText Markup Language
  2. Which of the following is the correct way to create a hyperlink in HTML?

    • A. <link href="url">Link</link>
    • B. <a href="url">Link</a>
    • C. <hyperlink src="url">Link</hyperlink>
    • D. <url>Link</url>
  3. What is the purpose of the <head> section in an HTML document?

    • A. To contain the main content of the page
    • B. To define the document's metadata and link to CSS/JavaScript files
    • C. To create images and tables
    • D. To display user input forms
  4. Which tag is used to create an unordered list in HTML?

    • A. <ol>
    • B. <ul>
    • C. <list>
    • D. <li>
  5. What does the <img> tag require in order to properly display an image?

    • A. The src attribute
    • B. The alt attribute
    • C. The link attribute
    • D. The caption attribute
  6. Which of the following elements is used for a line break in HTML?

    • A. <break>
    • B. <br>
    • C. <lb>
    • D. <linebreak>
  7. What is the default text alignment for elements in HTML?

    • A. Center
    • B. Right
    • C. Left
    • D. Justified
  8. Which tag is used to create a table in HTML?

    • A. <tbl>
    • B. <table>
    • C. <tab>
    • D. <t>
  9. What is the correct HTML element for inserting a footer in a webpage?

    • A. <footer>
    • B. <bottom>
    • C. <foot>
    • D. <section>
  10. How do you create a checkbox in HTML?

    • A. <input type="check">
    • B. <input type="checkbox">
    • C. <checkbox>
    • D. <input type="box">
  11. Which HTML attribute is used to define inline styles?

    • A. class
    • B. style
    • C. font
    • D. css
  12. What is the correct HTML element for the largest heading?

    • A. <h6>
    • B. <heading>
    • C. <h1>
    • D. <head>
  13. Which of the following tags is used to define a navigation menu?

    • A. <navigate>
    • B. <nav>
    • C. <menu>
    • D. <navigation>
  14. Which attribute is used to specify the URL of the page the link goes to?

    • A. url
    • B. link
    • C. href
    • D. src
  15. What is the purpose of the <meta> tag in the <head> section of an HTML document?

    • A. To create lists
    • B. To define metadata about the HTML document
    • C. To add scripts
    • D. To create hyperlinks

Instructions: