show-notice
hide-notice

Thursday 8 August 2013

HTML base Tag


Introduction:

The HTML base tag is used to specify a base URI, or URL, for relative links. For example, you can set the base URL once at the top of your page, then all subsequent relative links will use that URL as a starting point.

Example:
<html>
<head>
<base href="http://gohilinfotech.blogspot.in/search/label/HTML" target="_blank"/> 
<title>HTML base Tag</title> 
</head>

<body>
<p>Learn about <a href="http://www.gohilinfotech.blogspot.in/2013/08/html-b-tag.html">Html B Tag</a></p>

</body>
</html>


SHARE THIS POST   

0 comments :

Post a Comment

Design by Gohilinfotech | www.gohilinfotech.blogspot.com