Tables
Wow, learning how to understand CSS tables is one of the hardest things I've ever done, because I couldn't seem to find any good tutorials, so therefore; I've made this one. I certainly hope you understand.
Example: Okay, so I have already pasted my CSS code into my website, and now I want to make some tables. Below you're going to see what I am writing;
This is h1
This is h2
This is h3
And this is h4
With the help of the CSS code, my tables will turn out like this:
Whenever you type <*H1>TEXT HERE<*/H1> (wihtout the stars), there will appear a headline. The same thing will happend with the other tables. If you have worked with HTML and HTML tables previoustly, then this shouldn't be too hard.
What so if you don't get it the first time you try? Do not give up. Repeat trying to make this several times because
Practise makes Perfect, and eventually you'll figure this out!