About 167 results
Open links in new tab
  1. <base> HTML document base URL element - HTML | MDN

    Apr 24, 2026 · The <base> HTML element specifies the base URL to use for all relative URLs in a document. There can be only one <base> element in a document.

  2. HTMLBaseElement - Web APIs | MDN - MDN Web Docs

    Apr 10, 2025 · The HTMLBaseElement interface contains the base URI for a document. This object inherits all of the properties and methods as described in the HTMLElement interface.

  3. MDN Web Docs

    The MDN Web Docs site provides information about Open Web technologies including HTML, CSS, and APIs for both Web sites and progressive web apps.

  4. HTML elements reference - HTML | MDN - MDN Web Docs

    Feb 6, 2026 · HTML elements reference This page lists all the HTML elements, which are created using tags. They are grouped by function to help you find what you have in mind easily. An alphabetical list …

  5. data: URLs - URIs | MDN - MDN Web Docs

    Oct 31, 2025 · Data URLs, URLs prefixed with the data: scheme, allow content creators to embed small files inline in documents. They were formerly known as "data URIs" until that name was retired by the …

  6. HTML: Creating the content - Learn web development | MDN

    Nov 7, 2025 · HTML (HyperText Markup Language) is the code that is used to structure a web page and its content. This article provides a basic understanding of HTML and its functionality, and shows you …

  7. HTML: HyperText Markup Language | MDN

    Dec 22, 2025 · HTML (HyperText Markup Language) is the most basic building block of the Web. It defines the meaning and structure of web content. Other technologies besides HTML are generally …

  8. HTMLBaseElement: href property - Web APIs | MDN

    Dec 19, 2024 · The href property of the HTMLBaseElement interface contains a string that is the URL to use as the base for relative URLs.

  9. Content-Security-Policy: base-uri directive - HTTP | MDN

    Jul 4, 2025 · The HTTP Content-Security-Policy base-uri directive restricts the URLs which can be used in a document's <base> element. If this value is absent, then any URI is allowed. If this directive is …

  10. <base>:文档根 URL 元素 - HTML(超文本标记语言) | MDN

    HTML <base> 元素 指定用于一个文档中包含的所有相对 URL 的根 URL。一份中只能有一个 <base> 元素。