Horje

How to add The <base> tag inside <head>

(specifies a default URL and target for all links on a page) See the Example
index.html
Example: HTML
<html>
<head>
  <base href="https://horje.com/" target="_blank">
</head>
<body>

<img src="images/stickman.gif" width="24" height="39" alt="Stickman">
<a href="tags/tag_base.asp">HTML base Tag</a>

</body>
</html>

Output should be:

How to add The <base> tag inside <head>




Type:
html
Category:
Web Tutorial
Sub Category:
HTML Tag
Uploaded by:
Admin