Categories:
.NET (357)
C (330)
C++ (183)
CSS (84)
DBA (2)
General (7)
HTML (4)
Java (574)
JavaScript (106)
JSP (66)
Oracle (114)
Perl (46)
Perl (1)
PHP (1)
PL/SQL (1)
RSS (51)
Software QA (13)
SQL Server (1)
Windows (1)
XHTML (173)
Other Resources:
What Is the Relation between XHTML and URL
What Is the Relation between XHTML and URL? - XHTML FAQs - Introduction To XHTML 1.0
✍: 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 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 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/.
2007-05-12, 5068👍, 0💬
Popular Posts:
What is ISO? ISO 9000 is a family of standards for quality management systems. ISO 9000 is maintaine...
How To Increment Dates by 1? - Oracle DBA FAQ - Understanding SQL Basics If you have a date, and you...
What Happens to Indexes If You Drop a Table? - Oracle DBA FAQ - Managing Oracle Table Indexes If you...
How To Wirte a Simple JUnit Test Class? This is a common test in a job interview. You should be able...
What is the difference between CALL_FORM, NEW_FORM and OPEN_FORM? CALL_FORM: start a new form and pa...