HTML Resource Locator-url

Source: Internet
Author: User

URLs are also known as URLs.

URLs can consist of words such as "www.baidu.com", or Internet Protocol (IP) addresses: 192.168.1.253.

Url-uniform Resource Locator

When you click a link in an HTML page, the corresponding <a> tag points to an address on the World Wide Web.

A Uniform Resource Locator (URL) is used to locate documents (or other data) on the World Wide Web.

URLs, such as http://www.w3school.com.cn/html/index.asp, adhere to the following grammatical rules:

Scheme://host.domain:port/path/filename

Explain:

    • Scheme-Defines the type of Internet service. The most common type is the HTTP
    • Host-Defines the domain host (the default host for HTTP is www)
    • Domain-Define Internet domain names, such as w3school.com.cn
    • :p ORT-Defines the port number on the host (the default port number for HTTP is 80)
    • Path-Defines the path on the server (if omitted, the document must be in the root directory of the Web site).
    • FileName-Defines the name of the document/resource
URL schemes

Here are some of the most popular scheme:

URL encoding:

URLs can only be sent over the Internet using the ASCII character set.

Because URLs often contain characters outside of the ASCII collection, URLs must be converted to valid ASCII formats.

URL encoding uses a "%" followed by a two-bit hexadecimal number to replace non-ASCII characters.

The URL cannot contain spaces. URL encoding typically uses + to replace spaces.

URL Encoding Example:

HTML Resource Locator-url

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.