HTML General - Relation between HTML and URL
Interview Question Database For Software Developers
|
|
| Relation between HTML and URL | | What Is the Relation between HTML and URL? | | By: FYIcenter | 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 a HTML document is usually the document file name
prefixed with
the domain name of your Web server and the http protocol name. So as
soon as
you uploaded a 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 a HTML document called welcome.html, then the URL of that HTML
document
on the Internet is http://www.fyicenter.com/welcome.html.
For more informationon URL, please visit
http://www.w3.org/Addressing/. | | ID: 139 | Rank: 1306 | Votes: 0 | Views: 208 | Submitted: 20070303 |
Copyright © 2009 FYIcenter.com
All rights in the contents of this Website are reserved by the individual author.
No part of the contents may be reproduced in any form without author's permission.
|
|
|