--%>

Explain the relationship between XHTML and HTTP

Explain the relationship between XHTML and HTTP?

E

Expert

Verified

Hyper-Text Transfer Protocol (HTTP) is Internet communication protocols that permit a viewer's computer talking to a computer of publisher to fetch XHTML documents.

The computer of viewer issues a Hyper-Text Transfer Protocol request message to the publisher computer first. After that the publisher returns a Hyper-Text Transfer Protocol response message back to the viewer's computer with the requested Extensible Hyper-Text Markup Language document integrated in the message.

   Related Questions in Programming Languages

  • Q : UK assignment & homework help Need UK

    Need UK Assignment Help, UK Homework Help. Get it now! HwA provides email based and live UK assignment help and UK homework help in a variety of subjects to the students based out

  • Q : Write a program that enters some text

    Write a program that enters some text into a char string called char text[100] and does the following: a) Calls a function called void vowels(char text[]) that prints out how many times each vowel (a/A, e/E, I/i, O/o, U/u) was foun

  • Q : What is Actual argument Actual argument

    Actual argument: The value of an argument enacted to a method from exterior to the method. Whenever a method is called, the real argument values are copied into analogous formal arguments. The kinds of the actual arguments should be compatible with th

  • Q : Why do I require TC Trustcenter

    Why do I require TC Trustcenter Publisher ID?

  • Q : Use the Processing program for the

    1. Here is a short program. It prints out the value of a variable "x". Ernie and Bert disagree about what will be printed: Ernie says, the value gets changed in "changeX" so it will print "7", and Bert says, no, when the function exits the changes get reversed and the value goes back to "5". Expl

  • Q : Define the term Key value Define the

    Define the term Key value: The object employed to produce an associated hash code for look-up in an associative data structure.

  • Q : What is Process Process : It is an

    Process: It is an individual thread-of-control to which an execution time slice is assigned by the operating system.

  • Q : Define Finally clause Finally clause :

    Finally clause: This is a part of try statement which is always executed, either subsequent the handling of caught exception, and normal termination of the protected statements.

  • Q : What are the valid and invalid XHTML

    What are the valid and invalid XHTML element names?

  • Q : Function of STR and LPSTR Explain what

     Explain what is the function of STR and LPSTR?