--%>

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 : Explain Object reference Object

    Object reference: It is a reference to an object. Languages other than Java employ terms like pointer or address or. It is significant to keep the difference clear between an object and its reference. The variable like argo

    Q : Why is Java pure object oriented

    Explain the reasons that Java is pure object oriented programming language.

  • Q : Explain Command-line argument

    Command-line argument: The arguments passed to a program whenever it is run. The Java program receives such in the single formal argument to its major method: public static void main(String[] args)

  • Q : Reference variables Reference variable

    Q : Explain Copy constructor Copy

    Copy constructor: It is a constructor which takes a single argument of similar class. For illustration:     public class Point {        

  • Q : Differences between logical and

    What are the differences between logical and physical address spaces?

  • Q : Define Final class Final class : This

    Final class: This is the class with final reserved word in its header. A final class might not be extended by the other class.

  • Q : Inventory management system in UML

    Mini-Case The Hatcher Company is in the process of developing a new inventory management system.  One of the event handling processes in that system is Receive Supplier Shipments.  The (inexperie

  • Q : What is validating parser What is

    What is validating parser? Answer: A parser makes sure that an XML document is valid additionally to being well formed.

  • Q : Define Fetch-execute cycle

    Fetch-execute cycle: The simple set of steps which are endlessly recurring by a computer's Central Processing Unit for each and every program instruction: `Fetch the next instruction suggested by the program counter,' `update the program counter to pa