1. Question: View the following code:
         <html> 
           <frameset cols="20%,20%,*"> 
             <frame src="a.html"/><frame src="b.html"/><frame src="c.html"/> 
           </frameset> 
         </html>
    What will be displayed on viewing the above in a browser?

    A
    An HTML page with three columns of equal width.

    B
    An HTML page with three rows of equal height.

    C
    An HTML page with the last column occupying 60% space.

    D
    An HTML page with the last column occupying 40% space.

    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: What is the HTML feature that divides a web page into two or more scrollable parts?

    A
    Split Page

    B
    Frame

    C
    Form

    D
    Table

    E
    textarea

    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