Page 164 - Web Applications (803) Class 11
P. 164
Example:
<! DOCTYPE html>
<html>
<head>
<title> External link example</title>
</head>
<body>
<h1> This page creates external links in html webpage</h1>
<br>
<a href= https://www.orangeeducation.in/> URL external link </a>
</body>
</html>
The Target Attribute
The target attribute denotes where to open the linked document.
Syntax:
<a target="_blank|_self|_parent|_top|framename">
162 Touchpad Web Applications-XI

