Category:Pages with deprecated tags

From Uncyclopedia, the content-free encyclopedia
Jump to navigation Jump to search
All Categories Index: ! 0-9 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z Random Category

Search Category:

This category contains pages containing

HTML tags deprecated in HTML5.
Deprecated tag What you should use instead
<font color="somecolor" size="somesize">...</font> <span style="color:somecolor; font-size:somesize;">...</span>
<center>...</center> For centering text:
<div style="text-align:center;">...</div>

For centering another element, such as a <div>:

<div style="margin:auto;">...</div>
<applet>...</applet> <object>...</object>
<div align="center">...</div> <div style="text-align: center;">...</div>

Pages in category "Pages with deprecated tags"

The following 155 pages are in this category, out of 155 total.