HTML - Deprecated & Obsolete
Overview
Estimated time: 10–15 minutes
Examples to avoid
- <font>, <center>, <marquee>, <big>, <strike>.
- Presentational attributes:
bgcolor
,border
,align
,width
/height
on tables.
Alternatives
- Use CSS for colors, alignment, spacing, borders.
- Use semantic elements and ARIA where necessary.