1. Question: Which of the following is the correct HTML5 doctype declaration?

    A
    <!DOCTYPE HTML5>

    B
    <!DOCTYPE html>

    C
    <!DOCTYPE XHTML 1.0 Strict>

    D
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

    Note: Not available
    1. Report
  2. Question: Which HTML5 element is used to define a navigational block within a page?

    A
    <nav>

    B
    <section>

    C
    <aside>

    D
    <header>

    Note: Not available
    1. Report
  3. Question: Which of the following best describe the difference between inline and block-level elements?

    A
    Inline elements occupy the full width, while block-level elements do not.

    B
    Block-level elements stack vertically by default, whereas inline elements do not cause line breaks.

    C
    Inline elements always start on a new line, but block-level elements do not.

    D
    Block-level elements cannot contain inline elements

    Note: Not available
    1. Report
  4. Question: How will you import a style sheet named basic.css in your Web page?

    A
    <import name="stylesheet" url="basic.css">

    B
    <link rel="stylesheet" type="text/css" href="basic.css">

    C
    <style name="stylesheet" url="basic.css">

    D
    <link item="stylesheet" type="text/css" href="basic.css">

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