Categories:
.NET (961)
C (387)
C++ (185)
CSS (84)
DBA (8)
General (31)
HTML (48)
Java (641)
JavaScript (220)
JSP (109)
JUnit (31)
MySQL (297)
Networking (10)
Oracle (562)
Perl (48)
Perl (9)
PHP (259)
PL/SQL (140)
RSS (51)
Software QA (28)
SQL Server (5)
Struts (20)
Unix (2)
Windows (3)
XHTML (199)
XML (59)
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, 4555👍, 0💬
Popular Posts:
Where are all .NET Collection classes located ? System.Collection namespace has all the collection c...
How To Control Table Widths? - XHTML 1.0 Tutorials - Understanding Tables and Table Cells Usually, b...
Which bit wise operator is suitable for checking whether a particular bit is on or off? The bitwise ...
What is the method to customize columns in DataGrid? Use the template column.
Where are all .NET Collection classes located ? System.Collection namespace has all the collection c...