About Devan

This author has not yet filled in any details.
So far Devan has created 22 blog entries.

DaddyDev 11: Clickable Images

In this DaddyDev lesson, Ryan E. Hamilton combines the kiddos’ knowledge of HTML Links and HTML Images to create […you guessed it…] HTML Image Links…or clickable images! Many images (like buttons, icons, profile pics, banner ads, etc.) on the Internet can be clicked upon as links, and you’ll learn how […]

By |2014-04-12T21:45:00-07:00April 12th, 2014|Blog|0 Comments

DaddyDev 10: Images

In this DaddyDev lesson, Ryan E. Hamilton teaches the kiddos about HTML images, or the <img> tag! Much like the <br> tag, the <img> tag is also an empty tag (i.e. it is not a container), but, like the <a> anchor tag, HTML images also contain HTML Attributes – src […]

By |2014-04-12T10:00:00-07:00April 12th, 2014|Blog|0 Comments

DaddyDev 9: Hyperlinks aka Links

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! […]

By |2014-03-29T09:00:00-07:00March 29th, 2014|Blog|0 Comments

DaddyDev 8: Headers & Paragraphs

In this DaddyDev lesson, Ryan E. Hamilton teaches the kiddos about HTML Headers – <h1> to <h6> – and Paragraphs – <p> – and the differences between them! He teaches about the different kinds of HTML Headings: <h1> <h2> <h3> <h4> <h5> <h6> The kiddo conveniently fetches his favorite book […]

By |2014-03-08T10:00:00-08:00March 8th, 2014|Blog|0 Comments

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

DaddyDev 3: How Do We Type HTML?

In this DaddyDev lesson, Ryan E. Hamilton teaches the kiddos the elemental building block of HTML — HTML tags! He shows us what HTML tags look like and how to structure most of them by [a] opening them, [b] putting content inside them, and [c] closing them to form HTML […]

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