Quantcast
Channel: DaddyDev | Life of Dad - The Social Network For Dads
Viewing all articles
Browse latest Browse all 22

DaddyDev 5: HTML HEAD and BODY Tags

$
0
0
DaddyDev 5: HTML HEAD and BODY Tags

In this DaddyDev lesson, Ryan E. Hamilton teaches the kiddos how webpages are fundamentally very similar to us human beings, because they, like us, have a HEAD and a BODY.

Enjoy! 8)

DaddyDev 5: HTML HEAD and BODY Tags

Sample Code

<html>
	
	<head>
	</head>

	<body>
	</body>

</html>

Code View

DaddyDev 5: HTML HEAD and BODY Tags

Browser View

DaddyDev 5: HTML HEAD and BODY Tags

Viewing all articles
Browse latest Browse all 22

Trending Articles