tutorial 2

HTML Tutorial 2

HTML Tutorial 2

Style sheets aren't hard. What they are are a template for how your page looks. They can work on the whole page, a specific tag type or an individual tag. They can be manipulated using scripts but that's for .. ya you guessed it, later on. For now we'll look at how to apply a style sheet specification to the whole site through the <body> tag.

To add a style sheet we need the <style> tag. This goes in the <head> tag. Your page should look like this:

Subscribe to tutorial 2