DaddyDev 7: These Are The BReaks!

In this DaddyDev lesson, Ryan E. Hamilton has a little fun teaching the kiddos about line breaks, or the <BR> tag! He also lets distiguishes the <BR> from other HTML Elements because it is NOT a container. It is an empty tag (i.e. it doesn’t have an opening and closing [...]

By |2014-03-02T03:00:00-08:00March 2nd, 2014|Blog|0 Comments

DaddyDev 6: Rock Your BODY

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 [...]

By |2014-03-01T03:00:00-08:00March 1st, 2014|Blog|0 Comments

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) Sample Code <html> <head> </head> <body> </body> </html> Code View Browser View

By |2014-02-23T10:00:00-08:00February 23rd, 2014|Blog|0 Comments

DaddyDev 4: What Are HTML Tags?

In this DaddyDev lesson, Ryan E. Hamilton teaches the kiddos what exactly HTML tags are and how to view their elemental nature as the "building blocks" of a webpage, but also as "containers" that can hold content. In that sense, most HTML tags are like "stackable containers", which can be [...]

By |2014-02-16T12:00:00-08:00February 16th, 2014|Blog|0 Comments
Go to Top