Home > Article > Web Front-end > What is the difference between html and url
Difference: 1. Different definitions. URL is a uniform resource locator, while html is a hypertext markup language; 2. There can be many urls in an html, but only one html page can exist in a url. ;3. HTML refers to the web page, and url refers to the website address.
The difference between html and url:
1. The definitions are different. URL is a uniform resource locator, while html is a hypertext tag. language.
2. There can be many URLs in one HTML, but only one HTML page can exist in one URL.
3.html refers to the web page, and url refers to the 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!