I've been thinking a lot recently about HTML tags, such as which ones I should use and which ones are too old (obsolete) to be necessary.
I'm thinking like this because I want to update my website, and I want it to look as good as possible in all kinds of browsers in as many versions of as many operating systems as possible.
Take the HTML tag <center> for example.
It was replaced with <div align="center"> and everyone phased out <center>.
So my question is this; Is it worth it putting in BOTH tags (like <center><div align="center">Text</div></center>) to ensure maximum compatibility?
Cruzer323
I'm thinking like this because I want to update my website, and I want it to look as good as possible in all kinds of browsers in as many versions of as many operating systems as possible.
Take the HTML tag <center> for example.
It was replaced with <div align="center"> and everyone phased out <center>.
So my question is this; Is it worth it putting in BOTH tags (like <center><div align="center">Text</div></center>) to ensure maximum compatibility?
Cruzer323