how can Linking to Other Sites in a web page code
<html><head>
<title>Linking to Other Sites</title>
</head>
<body>
<p>website linkings:
<ul>
<li><a href="https://www.google.co.in/">google.com</a></li>
<li><a href="https://www.blogger.com/">blogger.com</a></li>
<li><a href="https://www.youtube.com/">youtube.com</a></li>
<li><a href="https://www.nature.com/">nature.com</a></li>
</ul>
</p>
</body>
</html>
0 comments:
Post a Comment