Advance XHTML Programming Question:
Download Questions PDF

What Is the Relation between XHTML and URL?

Answer:

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 XHTML 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 XHTML 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 globalguideline.com, and you have uploaded an XHTML document called welcome.html, then the URL of that XHTML document on the Internet is http://www.globalguideline.com/html

Download XHTML Interview Questions And Answers PDF

Previous QuestionNext Question
What Is the Relation between XHTML and HTTP?What Is URI?