placeholder image to represent content

TLE 10 - ICT B

Quiz by Hajie Rosario

Our brand new solo games combine with your quiz, on the same screen

Correct quiz answers unlock more play!

New Quizalize solo game modes
50 questions
Show answers
  • Q1
    What is metadata in HTML?
    A way to specify colors in HTML
    A tag used to create tables
    Data about data
    A piece of code ignored by web browsers
    30s
  • Q2
    What is the purpose of the tag in HTML?
    To create comments
    To create tables
    To specify colors
    To add metadata to the document
    30s
  • Q3
    Which of the following attributes can used with the tag in HTML?
    Size
    Color
    Bgcolor
    Name
    30s
  • Q4
    What is the purpose of HTML comments?
    To create tables
    To add notes to the code
    To specify colors
    To add metadata to the document
    30s
  • Q5
    What is the syntax for HTML comments?

    <comment> ... -->

    <!-- ... </comment>

    <comment> ... </comment>

    <!-- ... -->
    30s
  • Q6
    What is the purpose of the tag in HTML?
    To create comments
    To create tables
    To add metadata to the document
    To specify colors
    30s
  • Q7
    Which attribute of the tag is used to set the color for the background of the page?
    link
    text
    bgcolor
    alink
    30s
  • Q8
    How can you specify colors in HTML?
    By using color names
    All of the above
    By using hex codes
    By using decimal or percentage values
    30s
  • Q9
    What is the purpose of the tag in HTML?
    To create tables
    To add metadata to the document
    To specify colors
    To customize fonts
    30s
  • Q10
    What is the purpose of the tag in HTML?
    To create tables
    To add metadata to the document
    To specify colors
    To customize fonts
    30s
  • Q11
    What is the purpose of the tag in HTML?
    It defines metadata about an HTML document.
    It changes the font attributes within a webpage.
    It specifies important keywords related to the document.
    It sets the color for the background of the page.
    30s
  • Q12
    What is the correct syntax for adding metadata to an HTML document?
    <body><meta name="description"content="This is an HTML document"></body>
    <head><meta name="keywords"content="HTML, metadata, web page"></head>
    <meta name="author" content="JohnDoe">
    <html><meta name="keywords"content="HTML, metadata, web page"></html>
    30s
  • Q13
    What is the purpose of HTML comments?
    To customize fonts using the tag.
    To add metadata to an HTML document.
    To provide notes and indicate sections in the HTML code.
    To specify colors on page level using the tag
    30s
  • Q14
    Which of the following is a valid HTML comment?
    <!-- This is a comment with spaces at the start-->
    <!-- This is a comment -- with double-dash sequence
    <!-- This is a comment -->
    <!-- This is a comment --
    30s
  • Q15
    How can you set a color for the background of an HTML page?