Home >
Article > Web Front-end > What is the html base URL? html base detailed analysis and summary
What is the html base URL? html base detailed analysis and summary
寻∝梦Original
2018-08-16 17:40:5215472browse
html What is the base URL? This article mainly explains what the html base URL value is, as well as the detailed analysis and usage examples of html base
html base URL tag definition and usage instructions:
## The # tag specifies the default URL or default target for all relative links on the page. At most one element can be used in a document. The tag must be inside a element.
html base URL attribute value:
html base tag definition and usage:
What is the html base tag: The tag specifies the default address or default target for all links on the page.
Normally, the browser will extract the corresponding elements from the URL of the current document to fill in the gaps in the relative URL. Use the tag to change this. The browser will then no longer use the URL of the current document, but will use the specified base URL to resolve all relative URLs. This includes URLs in , , ,
The above is the detailed content of What is the html base URL? html base detailed analysis and summary. For more information, please follow other related articles on the PHP Chinese website!
Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn