Is it really wrong to use depreciated HTML if it still actually works? For example I had to align two images laying next to each other to the center of the block they were in, and instead of creating a new block around the images and using margin:auto to center them... I just threw <center> and </center> tags in front and behind the images. It looked fine in IE8 and FF3.
So if it works... does it really matter. I know it's a bit lazy... but it's also a bit cleaner in the code to use those depreciated tags.
Thanks.
So if it works... does it really matter. I know it's a bit lazy... but it's also a bit cleaner in the code to use those depreciated tags.
Thanks.






