
In this DaddyDev lesson, Ryan E. Hamilton teaches the kiddos about just what makes HTML hyper -- HTML Links aka Hyperlinks...or, simply, Links!
He also shows us how to structure HTML Links and make them work by using the <a> anchor tag and a special thing called HTML Attributes.
Enjoy! 8)
Sample Code
<html>
<head>
</head>
<body>
<a href="http://badpiggies.com">Bad Piggies</a>
</body>
</html>
Code View
Browser View