1. Question: While designing the links page of your website, you want the link to open a new browser window. How will you implement this with HTML?

    A
    <anchor href="http://www.mailer.com">Mailer</anchor>

    B
    <anchor href=http://www.mailer.com target=_blank>Mailer</anchor>

    C
    <a href="http://www.mailer.com" target="_new">Mailer</a>

    D
    <a href="http://www.mailer.com" target="_blank">Mailer</a>

    Note: Not available
    1. Report
  2. Question: which of the following values is not valid for the align attribute of a heading tag? Note: The align attribute was deprecated in HTML 4.01. Use styles instead in new coding.

    A
    right

    B
    left

    C
    middle

    D
    center

    Note: Not available
    1. Report
  3. Question: Which of the following would give a yellow background to the web page? Note: The code used in the "correct" answer below was deprecated in HTML 4.01! Use styles instead for new code.

    A
    <body backcolor="Yellow">

    B
    <body background="Yellow">

    C
    <Body bgcolor="Yellow">

    D
    <body color="Yellow">

    Note: Not available
    1. Report
  4. Question: Which of the following tag has alt attribute?

    A
    <applet>

    B
    <table>

    C
    <a>

    D
    <img>

    Note: Not available
    1. Report
  5. Question: onBlur, onClick, and onFocus are all ______ handlers.

    A
    elements

    B
    properties

    C
    methods

    D
    events

    Note: Not available
    1. Report
  6. Question: Which are the global attributes of HTML5?

    A
    id

    B
    title

    C
    style

    D
    class

    E
    dir

    F
    xml:base

    G
    xml:lang

    H
    alt

    Note: Not available
    1. Report
  7. Question: Which two attributes are used to l18n (internationalization)?

    A
    dir

    B
    lang

    C
    date

    D
    time

    Note: Not available
    1. Report
  8. Question: Which four attributes are used as core attributes?

    A
    class

    B
    id

    C
    style

    D
    title

    E
    alt

    F
    align

    Note: Not available
    1. Report
  9. Question: Which of the following are not event attributes?

    A
    ondblclick

    B
    onkeydown

    C
    onload

    D
    onabort

    E
    onkeyrelease

    F
    onpress

    Note: Not available
    1. Report
  10. Question: Which of the following event attributes are the part of the Global in HTML5?

    A
    onclick

    B
    oncanplay

    C
    onprogress

    D
    onseeked

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