In this DaddyDev lesson, Ryan E. Hamilton lets the kiddos surf on YouTube and have a little bit of "video fun" inside the BODY container.

In so doing, he conveys that all HTML elements are stackable like building blocks, while also showing that the BODY element is the container into which we place ALL of the viewable content that we see within the browser window.

Enjoy! 8)

DaddyDev 6: Rock Your BODY

Sample Code

<html> 	 	<head> 	</head>  	<body> 	 		Hello I'm Mario!  		<iframe width="560" height="315" src="http://www.youtube.com/embed/mU7tXqYplA8?rel=0" frameborder="0" allowfullscreen></iframe>  		<iframe width="560" height="315" src="http://www.youtube.com/embed/mU7tXqYplA8?rel=0" frameborder="0" allowfullscreen></iframe> 		 		<iframe width="560" height="315" src="http://www.youtube.com/embed/mU7tXqYplA8?rel=0" frameborder="0" allowfullscreen></iframe> 		 	</body> 	 </html>

Code View

DaddyDev 6: Rock Your BODY

Browser View

DaddyDev 6: Rock Your BODY