Search notes:

HTML element: base

The <base> uses one or both of the following attributes for the noted purpose:
Attribute Purpose Misc
href Specify the document's base URL, used when parsing URLs (for example in <a href="…" … or <img src="…">). The value can be accessed in JavaScript with Node.baseURI.
target The default navigable, used for following hyperlinks
There can (should) be at most one <base> element in a document.
Open Graph tags are not influenced by the <base> element; they should always have a full URL.

Simple snippet

In the following example, the first link points to https://server.xyz/path/to/root/dir/sub/abc.html and the second one to https://server.xyz/top/abc.html.
This is because the first link does not start with a slash, but the second one does.
<base href="https://server.xyz/path/to/root/dir/">

<a href="sub/abc.html">relative link</a>

<a href="/top/abc.html">absolute link</a>

See also

HTML elements

Index

Fatal error: Uncaught PDOException: SQLSTATE[HY000]: General error: 8 attempt to write a readonly database in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php:78 Stack trace: #0 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(78): PDOStatement->execute(Array) #1 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(30): insert_webrequest_('/notes/developm...', 1743722304, '3.138.118.52', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/development/web/HTML/tags/base(64): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78