Practical : 2
Subject : Web Technology
Aim : WAP in html which demonstrate anchor tag and href attribute to link up a page.
Source Code :
<html>
<head>
<title>Anchor tag example</title>
</head>
<body>
<br>
<a href="https://www.instagram.com/"
target="_self">Click Here to open <i>Instagram</i>
(Open in same page)</a> <br>
<a href="https://www.gtu.ac.in/result.aspx"
target="_blank">Click Here to open <i>GTU</i> (Opens
in new tab)</a>
</body>
</html>
Output :
0 comments:
Post a Comment