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)

DaddyDev 9: Hyperlinks aka Links

Sample Code

<html> 	 	<head> 	</head>  	<body> 		 		<a href="http://badpiggies.com">Bad Piggies</a>  	</body> 	 </html>

Code View

DaddyDev 9: Hyperlinks aka Links

Browser View

BEFORE click:
DaddyDev 9: Hyperlinks aka Links

AFTER click:
DaddyDev 9: Hyperlinks aka Links