write the HTML code to demonstrate the use of herf and new the attributes of a tag
Answers
Answered by
4
<!DOCTYPE html>
<html>
<head>
<tittle> Creating Links </tittle>
</head>
<body>
<a href = "nextpage.html"> This is a link to a
page on the same website</a>
<br>
<br>
<a href = "http://www.oup.com"> This is a link to another website</a>
</body>
</html>
I hope it..what you want...
Similar questions