In this DaddyDev lesson, Ryan E. Hamilton teaches the kiddos about Cascading Style Sheets, also known as CSS.

If HTML is the skeleton of a webpage, then CSS is the skin, the clothing, the cosmetics, etc. CSS is, quite simply, how we add style and flair to our HTML Elements.

Learn about how to apply CSS to HTML tags to change the look-and-feel of them by using the HTML style attribute and by assigning CSS properties and values for those properties.

Enjoy! 8)

DaddyDev 15: Introduction to CSS

Inline CSS Syntax

property: value;

Code View

DaddyDev 15: Introduction to CSS

Browser View

DaddyDev 15: Introduction to CSS