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, 1395👍, 0💬
Popular Posts:
How to add request URL Template Parameters to my Azure API operation to make it more user friendly? ...
How to add request query string Parameters to my Azure API operation 2017 version to make it more us...
How to search for the first match of a regular expression using re.search()? The re.search() functio...
How to add request query string Parameters to my Azure API operation 2017 version to make it more us...
What is Azure API Management Developer Portal? Azure API Management Developer Portal is an Azure Web...