Tools, FAQ, Tutorials:
Relation between HTML and URI?
What is the relation between HTML and URI?
✍: FYIcenter.com
URI (Uniform Resource Identifier) is a superset of URL.
URI provides a simple and extensible means for identifying a resource
in a more generic way. For example, the following strings are all valid URIs:
ftp://ftp.is.co.za/rfc/rfc1808.txt http://www.ietf.org/rfc/rfc2396.txt ldap://[2001:db8::7]/c=GB?objectClass?one mailto:John.Doe@example.com news:comp.infosystems.www.servers.unix tel:+1-816-555-1212 telnet://192.0.2.16:80/ urn:oasis:names:specification:docbook:dtd:xml:4.1.2
When an HTML document is published on the Internet, its location can be represented by a URL, which is also a URI.
For more information on URI, please visit http://www.gbiv.com/protocols/uri/rfc/rfc3986.html.
⇒ Relation between HTML and CSS?
2024-02-09, ∼2016🔥, 0💬
Popular Posts:
How To Read a File in Binary Mode in PHP? If you have a file that stores binary data, like an execut...
How To Create an Array with a Sequence of Integers or Characters in PHP? The quickest way to create ...
How to create a navigation file like navigation.xhtml for an EPUB 3.0 book? At least one navigation ...
What Azure AD App Registration Manifest? Azure AD App Registration Manifest is JSON file that contai...
Where to find tutorials on HTML language? I want to know how to learn HTML. Here is a large collecti...