Computer Science, asked by kamaljit51, 11 months ago

write the HTML code to demonstrate the use of herf and new the attributes of a tag​

Answers

Answered by priyakhigogoi
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