Share
Deprecated Tags and Attributes
In HTML 4, several tags and attributes are deprecated. Deprecated means that they will not be supported in future versions of HTML and XHTML.
The message is clear: Avoid using deprecated tags and attributes!
| Tags | Description |
| <center> | Defines centered content |
| <font> and <basefont> | Defines HTML fonts |
| <s> and <strike> | Defines strikethrough text |
| <u> | Defines underlined text |
| Attributes | Description |
| align | Defines the alignment of text |
| bgcolor | Defines the background color |
| color | Defines the text color |