Computer Science, asked by ammub387, 4 hours ago

When you click the hyperlink, the web page not opening automatically, but whereas it is showing the hyperlink above the word in black color?

Answers

Answered by robinphili24
0

You should use the anchor tag in the body of the html like this :

<!DOCTYPE html>

<html>

<head>

<title>Mark List</title>

</head>

<body>

<p> HELLO TIS IS A HYPER LINK <a href="some.com">Hello</a></p>

</body>

</html>

Please mark me as the brainliest.

Helps a lot.

Similar questions