Monday 16 July 2012

How to create Html links


<!DOCTYPE html>
<html>
<body>

<a href="http://www.w3schools.com">
This is a link</a>

</body>
</html>

0 Responses to “How to create Html links”

Post a Comment