Auto AdSense

Saturday, 30 January 2016

How to create hyperlinks - HTML Programs

<html>
<body>
<p>
<a href="http://www.google.com/">HTML Tutorial</a> This is a link to a page on this website.
</p>

<p>
<a href="http://www.google.com/">Google</a> This is a link to a website on the World Wide Web.
</p>

</body>
</html>

Output

HTML Tutorial This is a link to a page on this website.
Google This is a link to a website on the World Wide Web.

No comments:

Post a Comment