1. Question: Which tag is used to link an external CSS file to an HTML document in the head section?

    A
    <link>

    B
    <style>

    C
    <script>

    D
    <meta>

    Note: Not available
    1. Report
  2. Question: Which of the following values is/are valid for the valign attribute of a <tr> tag?

    A
    base

    B
    bottomline

    C
    middle

    D
    baseline

    E
    none

    Note: Not available
    1. Report
  3. Question: Which event is fired when an element loses its focus on a form?

    A
    onfocus

    B
    onload

    C
    onblur

    D
    onselect

    Note: Not available
    1. Report
  4. Question: Which HTML5 attribute allows storing custom data private to the page or application?

    A
    name

    B
    data-*

    C
    id

    D
    meta

    Note: Not available
    1. Report
  5. 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
  6. Question: How will you specify a comment in an HTML document?

    A
    <!!-Here is a comment...-!>

    B
    <-Here is a comment...->

    C
    <!--Here is a comment...-->

    D
    <!Here is a comment...-!>

    Note: Not available
    1. Report
  7. 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
  8. Question: Which of the following is not a valid input type of the form tag?

    A
    Checkbox

    B
    image

    C
    hidden

    D
    button

    E
    All are valid

    Note: Not available
    1. Report
  9. Question: What is the purpose of the <title> element in an HTML document?

    A
    To specify the main header of the document

    B
    To display a tooltip when hovering over the page.

    C
    To set the title that appears on the browser tab or bookmark.

    D
    To add a subtitle below the main title.

    Note: Not available
    1. Report
  10. Question: On one of your Web pages named listing.html, you have specified a target at the following: <a name="target4" id="target4">Old Listing</a> How will you make a link to the above target?

    A
    <a url="#target4">Check Old Listing as well</a>

    B
    <a href="#target4">Check Old Listing as well</a>

    C
    <link href="#target4">Check Old Listing as well</link>

    D
    <a url="#Listing.target4">Check Old Listing as well</a>

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