Help:HTML in wikitext: Difference between revisions

Content deleted Content added
Obsolete/deprecated elements: update and link to Linter project page
Line 782:
=== center ===
{{for|centering tables|Help:Table#Centering tables}}
{{dc|{{tag|center}} (obsolete)}} iswas used to center text elements.
 
Templates: {{tlx|center}} uses CSS.
 
=== font ===
{{dc|{{tag|font}} (obsolete)}} iswas used to set the font size, font face and color of text.
 
Templates: {{tlx|font}} uses CSS.
 
=== rb ===
{{dc|{{tag|rb}} (obsolete)}} Usedwas used to mark base text in a ruby annotation.
 
For replacements, see: [[Help:HTML in wikitext#rp, rt, ruby]]
 
=== strike ===
{{dc|{{tag|strike}} (obsolete)}} formatsformatted strike-through characters; use {{tag|s|o}} instead.
 
=== tt ===
{{dc|{{tag|tt}} (obsolete)}} formatsformatted text in a fixed-width font. Use {{tag|code|o}}, {{tag|kbd|o}} or {{tag|samp|o}} instead, depending on the context.
 
Templates: {{tlx|mono}} uses CSS.