1. Question: Choose the correct HTML tag for the largest heading

    A
    <h1>

    B
    <h2>

    C
    <h3>

    D
    <h7>

    Note: Not available
    1. Report
  2. Question: How can you create an e-mail link?

    A
    <a href="xxx@yyy">

    B
    <mail>xxx@yyy</mail>

    C
    <mail href="xxx@yyy">

    D
    <a href="mailto:xxx@yyy">

    Note: Not available
    1. Report
  3. Question: How can you open a link in a new browser window?

    A
    <a href="url" new>

    B
    <a href="url" target="new">

    C
    <a href="url" target="_blank">

    Note: Not available
    1. Report
  4. Question: Which of the following are not valid?

    A
    <h2>Main Title</h2>

    B
    <h>Main Title</h>

    C
    <h3>Main Title</h3>

    D
    <h7>Main Title</h7>

    Note: Not available
    1. Report
  5. Question: Which of the following font styling tag is not valid?

    A
    <small>

    B
    <i>

    C
    <b>

    D
    <big>

    E
    <large>

    Note: Not available
    1. Report
  6. Question: What is the correct HTML tag for inserting a line break?

    A
    <br />

    B
    <break />

    C
    <lb />

    D
    <b />

    Note: Not available
    1. Report
  7. Question: In HTML5, which element is used to group multiple headings?

    A
    <group>

    B
    <headings>

    C
    <hgroup>

    D
    <header>

    Note: Not available
    1. Report
  8. Question: Which of the following elements is no longer supported in HTML5?

    A
    <base>

    B
    <acronym>

    C
    <abbr>

    D
    <cite>

    Note: Not available
    1. Report
  9. Question: Which of the following statement is not true for <summary> element?

    A
    Syntax: <summary></summary>

    B
    The Summary element provides a summary, caption, or legend for the other contents of details element.

    C
    Comes in HTML5

    D
    None

    Note: Not available
    1. Report
Copyright © 2024. Powered by Intellect Software Ltd