Friday, October 17, 2014

Write a HTML program to demonstrate the use of <a> tag.


Write a HTML program to demonstrate the use of <a> tag.
Code :anchor.html

<html>
<head>
<title>example of ANCHOR tag</title>
</head>
<body>
<h3>example of marquee tag</h3>
<a href="marquee.html" target="_blank">MARQUEE</a><BR>
<h3>example of sub or sup tag</h3>
<a href="subsup.html" target="_blank">SUB OR SUP</a><BR>
<h3>example of formatting tag</h3>
<a href="formatting.html" target="_blank">B_U_I_SUB_SUP</a>
</body>
</html>

No comments: