Tools, FAQ, Tutorials:
Relation between HTML and HTTP
What Is the relation between HTML and HTTP?
✍: FYIcenter.com
HTTP (HyperText Transfer Protocol) is an Internet communication protocol,
that allows a viewer's computer talking to a publisher's computer
to fetch HTML documents and other resources.
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.
The following diagram shows how HTTP works with XHTML documents:
For more information on HTTP, please visit http://www.w3.org/Protocols/.
Â
⇒⇒HTML Tutorials
2017-02-20, 1074👍, 0💬
Popular Posts:
Where to see some Examples of Invalid JSON Values? Here are some Examples of Invalid JSON Values: 1....
How to add an API to an API product for internal testing on the Publisher Portal of an Azure API Man...
Where to find tutorials on Visual Studio? I want to know How to learn Visual Studio. Here is a large...
How to send an FTP request with the urllib.request.urlopen() function? If an FTP server supports ano...
How to add a new operation to an API on the Publisher Portal of an Azure API Management Service 2017...