OBJEKTIF:
MATERI:
Element AELEMENT A
Element A befungsi untuk menghubungkan ke internal ataupun eksternal halaman web. Element ini mempunyai attribute href, name, dan target. Attribute href berfungsi sebagai hypertext reference yang mempunyai nilai URI (uniform resource identifier) yang akan menghubungkan ke eksternal halaman web. Attribute name berfungsi untuk menghubungkan ke tempat tujuan dalam halaman web (anchor). Attribute target berfungsi untuk menampilkan halaman web pada suatu jendela frame atau jendela baru.Sintaks:
<a href="uri" name="name" target="_blank"|"parent"|"_top"|"_self">
...........................
</a>
<html>
<head> <title>Latihan Hyperlink</title> </head> <body>Link: <ol> <li><a href="http://www.yahoo.com" target="_blank">yahoo</a></li> <li><a href="http://www.google.com" target="_self">google</a></li>
<li><a href="http://ums.ac.id">UMS </a></li>
</ol>
</body> </html> |
Post a Comment Blogger Facebook
Click to see the code!
To insert emoticon you must added at least one space before the code.