Hi, I'm upgrading my web sites to the XHTML 1.0 Strict DTD. However a couple of attributes have been depreciated from HTML 4.
<a href ... target="_blank"> and
<img ... align="left">.
Am I correct in thinking that the correct way is now to do both these in CSS, and therefore use a class for each type of href (blank/self) and each type of img (left/right)?
Cheers
Rory
<a href ... target="_blank"> and
<img ... align="left">.
Am I correct in thinking that the correct way is now to do both these in CSS, and therefore use a class for each type of href (blank/self) and each type of img (left/right)?
Cheers
Rory