When you around in website page, you must be found the text when you click wil go to another web page.Its Call "link" So how to create a link like that? Its so easy to make link with another web page in HTML.
First, you just write the code like this..
<a href="http://learn-htmlcss.blogspot.com">Link 1</a>
see the red text! that is you can change with other website page url. When you clik the text.. you will be go to web page which you write in "<a href>" tag.
This is the full HTML code
<html>
<head>
<title>Learn HTML</title>
</head>
<body>
<a href="http://learn-htmlcss.blogspot.com">My First Link</a>
</body>
</html>
click the image for the zoom view
Make tag Link in HTML
Label:
beginner
Langganan:
Posting Komentar (Atom)
0 Comments:
Posting Komentar