Text Element

  • Abbreviation - <abbr> ... </abbr>
Example: PD


  • Delete - <del> ... </del>


  • Divide - <div> ... </div>


  • Insert - <ins> ... </ins>


  • Preview - <pre> ... </pre>


  • Strike - <strike> ... </strike> or <s> ... </s>
Example: <strike>strike the text</strike>
Result: strike the text


  • Table - <table> ... </table>


  • Text (big) - <big> ... </big>
Example: <big>piping-designer</big>
Result: piping-designer


  • Text (bold) - <b> ... </b>
Example: <b>piping-designer</b>
Result: piping-designer


  • Text (font) - <font> ... </font>
Example: <font color="green">piping-designer</font>
Result: piping-designer
Example: <font size="3">piping-designer</font>
Result: piping-designer
Example: <font face="courier">piping-designer</font>
Result: piping-designer


  • Text (italic) - <i> ... </i>
Example: <i>piping-designer</i>
Result: piping-designer


  • Text (small) - <small> ... </small>
Example: <small>piping-designer</small>
Result: piping-designer


  • Text (subscript) - <sub> ... </sub>
Example: piping-designer<sub>1</sub>
Result: piping-designer1


  • Text (superscript) - <sup> ... </sup>
Example: piping-designer<sup>1</sup>
Result: piping-designer1


  • Underline - <u> ... </u>
Example: <u>piping-designer</u>
Result: piping-designer


  • Redirect to "Level 2 Heading" - #
Example: Category:Flange#Flange Types
Example: Oxygen#Properties


  • Comment (only appears in the code when editing)" - <!-- abc -->
Nothing appears on page


  • Quoted text (appears indented)" - other text<blockquote>abc</blockquote>other text
Top of Page