1. Question: What does HTML stand for?

    A
    Hyper Text Markup Language

    B
    Home Tool Markup Language

    C
    Hyperlinks and Text Markup Language

    Note: Not available
    1. Report
  2. Question: Who is making the Web standards?

    A
    The World Wide Web Consortium

    B
    Microsoft

    C
    Mozilla

    Note: Not available
    1. Report
  3. 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
  4. Question: A <!DOCTYPE> defines the document type of any HTML document. It can be of three types:

    A
    Strict,Transitional, or Frameset

    B
    Strict,Transitional, or Loose

    C
    Fixed,Intermediate, or Loose

    D
    Fixed, Intermediate, or Frameset

    Note: Not available
    1. Report
  5. Question: Find errors of the following code for HTML validator error
    <!DOCTYPE html>
    <html>
    <head>
    <meta charset="utf-8" />
    <title>Untitled Document</title>
    </head>
    <body>
    <table width="38%" border="1" cellspacing="0" cellpadding="0">
      <tr>
        <td height="48" colspan="3" valign="top"><img src="images/banner.jpg" /></td>
     </tr>
      <tr>
        <td width="21%" height="250" valign='top'> </td>
        <td width="55%" valign="top"><h1>Home Page</h1><br>
        <hr /></td>
        <td width="24%"></td>
      </tr>
      <tr>
        <td>&nbsp;</td>
        <td>&nbsp;</td>
        <td>&nbsp;</td>
      </tr>
    </table>
    </body>

    A
    Line 10: required attribute "alt" not specified

    B
    Line 14: end tag for "br" omitted, but OMITTAG NO was specified

    C
    Line 14, Column 41: an attribute value specification must be an attribute value literal unless SHORTTAG YES is specified

    D
    No errors found

    Note: Not available
    1. Report
  6. Question: Which is the final version of HTML?

    A
    HTML 4.01 is the last version of HTML

    B
    HTML 1.1 is the last version of HTML

    C
    HTML 2.0 is the last version of HTML

    D
    HTML 5 is the last version of HTML

    Note: Not available
    1. Report
  7. Question: Which is the latest version of XHTML?

    A
    5.0

    B
    4.0

    C
    2.1

    D
    3.1

    Note: Not available
    1. Report
  8. Question: Which is/are correct statement(s) for XHTML syntax?

    A
    All elements and attribute names must appear in lower case

    B
    All attribute values must be quoted

    C
    Non-Empty Elements require a closing tag

    D
    Empty elements are terminated using a space and a trailing slash

    E
    No attribute minimization is allowed

    F
    In strict XHTML, all inline elements must be contained in a block element

    Note: Not available
    1. Report
  9. Question: Which is the correct URL for W3C recommended HTML5 validator?

    A
    validator.w3.org

    B
    w3.validator.org

    C
    w3.org/validator

    D
    w3.org/validator.htm

    Note: Not available
    1. Report
  10. Question: Which are the document metadatas?

    A
    The head element

    B
    The title element

    C
    The base element

    D
    The link element

    E
    The meta element

    F
    None

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