Quote:
|
Originally Posted by jonathan lall
Code:
p span { font-size:larger; }
instead of simple <large> tags, etc.
|
wait, what ive been reading about html and css, the problem in most pages is the fact that they use tags like <large>, <big>, etc over and over agian instead of just using css. as i understand it, html should just be used for simple content and css should be used for the actual styling of the page.