XHTML & CSS Tutorial - Introduction

Welcome to my XHTML and CSS tutorial. Here you will learn the amazing power XHTML and CSS gives to you when creating websites. I myself have been making websites for years and had fun doing it, there nothing like seeing all your work turn into a great looking website which is valid and perfectly coded. You might be thinking "Ugh computer stuff, too hard no thanks". If you are your be glad to hear that it isn't hard at all, a lot is really simple. For example in XHTML "<table>" is the beginning tag to make a table, simple right? CSS is easy too, for example "p{text-align: right;}" just aligns the text to the right, your find out what p means later.

Previous - Contents || Next - 2. What is XHTML & CSS?