1,419 views
0 votes
0 votes

Given below are some HTML lines.

<img src = "pict.jpg" width = "256" height = "256" border = "0" usemap = "#map" />
<map name = "map" >
<area shape = "poly" coords = "50, 50, 50, 100, 100, 100, 75, 75, 100, 50" href = "fl.html">
<area shape= "circle" coords = "100, 75, 5" href = "../cgi-bin/f2.p1 ? v1 = ask abc's age">
<area shape=" default" href = "fd.html">
</map>


With reference to the HTML lines given above, consider the following statements.

  1. Clicking on the point <80, 75> does not have any effect.
  2. The web browser can identify the area applicable to the mouse-click within the image and the subsequent action to be taken without additional responses from the web server.
  3. The dots in the cgi-bin URL will be resolved by the web browser before it is sent to the web server
  4. The "fd.html" request when sent to the web server will result in a GET request.

Exactly how many of the statements given above are correct?

  1. 0
  2. 1
  3. 2
  4. 3

Please log in or register to answer this question.

Answer:

Related questions

4 votes
4 votes
3 answers
1
Ishrat Jahan asked Oct 27, 2014
4,023 views
Which of the following is TRUE only of XML but NOT HTML?It is derived from SGMLIt describes content and layoutIt allows user defined tagsIt is restricted only to be used ...
2 votes
2 votes
2 answers
4
Kathleen asked Sep 22, 2014
4,619 views
Consider a HTML table definition given below:<table border =1 <tr <td rowspan=2 ab </td <td colspan=2 cd </td </tr <tr <td ef </td <td rowspan=2 gh </td </tr <tr <td cols...