You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
programming-examples/css/Base sets a base URL for th...

11 lines
285 B
HTML

<html>
<head>
<title>base element - base sets a base URL for the website</title>
<base href="http://www.happycodings.com" target="_blank">
</head>
<body>
<p>
<a href="index.html">happycodings</a> code examples.
</p>
</body>
</html>