Tools, FAQ, Tutorials:
Relation between HTML and URL
What Is the relation between HTML and URL?
✍: FYIcenter.com
URL (Uniform Resource Locator) is a compact string representation
of the location for a Web document or other resource that is available
on the Internet.
The URL of an HTML document is usually the document file name prefixed with the domain name of your Web server and the http protocol name. As soon as you uploaded an HTML document to a Web server, that document will have a URL to represent its location on the Internet.
For example, if you have a Web server with domain name like fyicenter.com, and you have uploaded an XHTML document called welcome.html, then the URL of that XHTML document on the Internet is http://www.fyicenter.com/welcome.html.
For more information on URL, please visit http://www.w3.org/Addressing/.
Â
⇒⇒HTML Tutorials
2017-02-20, 874👍, 0💬
Popular Posts:
How To Pad an Array with the Same Value Multiple Times in PHP? If you want to add the same value mul...
How to add request query string Parameters to my Azure API operation 2017 version to make it more us...
How to Build my "sleep" Docker image from the Alpine image? I want the container to sleep for 10 hou...
What is EPUB 2.0 Metadata "dc:creator" and "dc:contributor" elements? EPUB 2.0 Metadata "dc:creator"...
dev.FYIcenter.com is a Website for software developer looking for software development technologies,...