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: 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
  3. Question: Which is the correct syntex for making a frame set?

    A
    <html>
    <head>
    <title>index</title>
    </head>
    <frameset>
      <frame src="page1.htm" />
      <frame src="page2.htm" />
      <frame src="page3.htm" /> 
    </frameset>
    </html>

    B
    <html>
     <head>
    <title>index</title>
    </head>
    <body>
    <frameset>
       <frame src="page1.htm" />
       <frame src="page2.htm" />
       <frame src="page3.htm" /> 
     </frameset>
    </body>
    </html>

    C
    <html>
    <head>
    <title>index</title>
    </head>
    <body>
    <frameset>
      <frame href="page1.htm" />
      <frame href="page2.htm" />
      <frame href="page3.htm" /> 
    </frameset>
    </body>
    </html>

    D
    <html>
    <body>
    <frameset>
       <frame href="page1.htm" />
       <frame href="page2.htm" />
       <frame href="page3.htm" />
     </frameset>
    </body>
    </html>

    Note: Not available
    1. Report
  4. Question: Which of the following tags is used to represent a definition term within a definition list in HTML?

    A
    None

    B
    <dd>

    C
    <dl>

    D
    <dt>

    E
    <dfn>

    Note: Not available
    1. Report
  5. Question: Which are not the correct document types?

    A
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

    B
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict">

    C
    <!DOCTYPE html PRIVATE "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

    D
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">

    E
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.1 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">

    Note: Not available
    1. Report
  6. Question: <address> element stands for

    A
    a generic container

    B
    a menu of choices

    C
    author contact information

    D
    information about document

    Note: Not available
    1. Report
  7. Question: Which is the root element of every HTML document is

    A
    html

    B
    base

    C
    head

    D
    body

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