The differences between DIV and SPAN tags
The DIV and SPAN tags are very similar but they have a different meaning. While the DIV tag is used to group elements together as a whole grouping the span is used as a way to just mark without any meaning some content. In other words you can never put a DIV inside of a SPAN tag. Click play to learn more.
Getting Stylish with CSS: Intro
This session is all about Style. By the end of it the scary words CSS will actually have a meaning.
03:19
Getting Stylish with CSS: The Style Tag
Until now we worked only with pure HTML in this session we will take our first step into the world of styles.
08:20
Getting Stylish with CSS: Pixels vs. Points
Picking the right color for your website and the differences between Pixels and other measurement units. With some more live Styling updates to our web page.
05:37
Inline CSS Styles
Until now all of our styling was done globally to the whole page or every single tag. In this section of our session we will look at how to add specifically to a tag some styling using the style attri
02:17
Moving CSS Styles to External Files
Learn how to export our CSS into an external file. In general it's a great idea to put your CSS in an external file so you can share it with other pages.
04:33
What is the DIV tag and how ot use it
The div tag on it's own doesn't have a meaning. All the DIV is is a grouping of a complete group of elements.
08:46
The differences between DIV and SPAN tags
The DIV and SPAN tags are very similar but they have a different meaning. While the DIV tag is used to group elements together as a whole, the span is used as a way to just mark without meaning.
04:32
One final FireBug Tip
When you install FireBug it enables you more quickly and easily to edit your CSS live on the site before you make the update directly to your site. Use it, it's fun and very useful.
01:41