our-resources

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:

HTML Tutorial 3

HTML Tutorial 3

Whew! We've just flown through stuff so far. If you're still with me after all we've done I think you'll make the grade. Honestly it gets easier as we go along. The important thing is not to take what I've taught you as the only way to do things. Experiment with what you've learnt. Look at different way of doing it because once you know the basics it's just a matter of rearranging. Now we have colors and fonts on the site but it's going to be pretty boring without pictures. And it won't go anywhere without links.

HTML Tutorial 1

HTML Tutorial 1

Welcome to my test page for a HTML tutorial. I've started so many of these but I always get bogged down in detail or something else comes up and my notes get mislaid and I end up throwing in the towel. And always a few months later I think to myself why don't I try writing that tutorial again. Well my New Years resolution this year was to get this done so let's give it another shot.

Subscribe to our-resources