InterviewSolution
| 1. |
What Is The Relation Between Xhtml And Http? |
|
Answer» HTTP (HyperText Transfer Protocol) is an Internet communication protocol, that allows a VIEWER’s computer talking to a publisher’s computer to FETCH XHTML DOCUMENTS. The viewer’s computer issues a HTTP request message to the publisher computer first. Then the publisher returns a HTTP response message back to the viewer’s computer with the REQUESTED XHTML document included in the message. HTTP (HyperText Transfer Protocol) is an Internet communication protocol, that allows a viewer’s computer talking to a publisher’s computer to fetch XHTML documents. The viewer’s computer issues a HTTP request message to the publisher computer first. Then the publisher returns a HTTP response message back to the viewer’s computer with the requested XHTML document included in the message. |
|