This is the ninth in a series of computer science videos about creating a web page by combining HTML, CSS and JavaScript. It includes how to apply sets of styles to a web page using element selectors, class selectors and ID selectors. It also shows how to use styles that have been defined in an external style sheet with the file name extension .CSS (cascading style sheet) by means of the HTML Link element.
Chapters:
00:00 Element Selector
01:00 Class Selector
03:24 ID Selector
06:50 Universal Selector
08:05 External Style Sheet