Wrox Home  
Search P2P Archive for: Go

  Return to Index  

html_code_clinic thread: Center an Image Without Using

Tag

Message #1 by "Rita Greenberg" <rg1@h...> on Tue, 8 May 2001 23:05:45
Hi Marc,

Yes, I totally agree with you. Attributes like align will be with us for 
quite some time. I find myself using deprecated tags all the time as well. 
Somehow, <center> feels way more natural than: <p style="text-align : 
center" /> ;-)


On the other hand, it's never too early to get into good coding habits. 
What is "according the standard" is likely to stick around even longer.

Imar



At 03:43 PM 5/9/2001 -0400, you wrote:
>Just a bit of an addendum here,
>
>Not to take away any from this info, but the W3's recommendations *are* 
>still just that. Deprecation does not mean tags will suddenly stop working 
>on all browsers everywhere. And until the new layout methods - 
>specifically CSS - becomes more globally and uniformly supported, I 
>wouldn't go out of my way to worry overly much about deprecated and 
>non-deprecated tags.
>
>just my 2 cents.
>-marc
>
>At 5/9/2001 06:10 PM, you wrote:
>>Yes, I can. The organization that creates / guards the standards (W3C), 
>>make them available at their website. Their homepage is at www.w3.org.
>>
>>The HTML specs can be found at http://www.w3.org/TR/html401/ (the latest, 
>>401 standard).
>>
>>http://www.w3.org/TR/html401/index/elements.html and
>>
>>http://www.w3.org/TR/html401/index/attributes.html
>>
>>give a list of available elements and attributes respectively in HTML 4.01
>>
>>A  D in the column Depr. means the element or attribute has been deprecated.
>>
>>The "home" of CSS can be found here:
>>
>>http://www.w3.org/Style/CSS/


  Return to Index