Home > Article > Web Front-end > What is the difference between html and url?
The differences are as follows:
(Recommended tutorial: html tutorial)
1. Different definitions
HTML is HyperText Mark-up Language;
URL is Uniform/Universal Resource Locator.
2. Different usages
1. One HTML page can have multiple URL addresses;
2. One URL can only point to one HTML page.
To put it bluntly, html is a web page, and URL is a web page or website address.
The above is the detailed content of What is the difference between html and url?. For more information, please follow other related articles on the PHP Chinese website!