DeviantART Typing Codes

7 min read

Deviation Actions

DevNews's avatar
By
Published:
4K Views
If you're making a journal not in St.ash writer, then learning how to code different formats is very important.






BOLD TEXT

  <b>This will make bold text.</b
<strong>This will also make bold text.</strong>  

 Italicised Text

<i>This will make italicized text.</i>
<em>This will also make italicized text.</em>

 

Underlined Text

               <u>This will make underlined text.</u>               


Crossed Out Text 

<s>This will make striked out text.</s>
<strike>This will also make striked out text.</strike>
<del>This will also make striked out text.</del>


Subscript Text

<sub>This will display the text in subscript.</sub>
<sub>Use it multiple times to make text smaller  <sub>and smaller <sub>and smaller</sub></sub></sub>!
                                   

Superscript Text

<sup>This will display the text in superscript.</sup>
<sup>Use it multiple times to make text smaller  <sup>and smaller <sup>and smaller</sup></sup></sup>!

Small Text

<small>This will make text smaller (and not go below like subscript or above like superscript).small>



Text Effect

Type effects like thissssssby typing this<sub>s<sub>s<sub>s<sub>s<sub>s


Monospaced Font

<code>This will change your text to a monospaced font.</code>
<tt>This will also change your text to a monospaced font.</tt>



Border Line

Type <hr /> or > to get the line that I was using throughout this guide


Block Quote

 <blockquote>Use this to create an indented section of text.</blockquote>

                      <blockquote><blockquote>Use it multiple times to indent text further!</blockquote></blockquote>



Ordered, Numbered List

Cute Animals


      
  1. Kitten
  2.   
  3. Puppy
  4.   
  5. Chick
  6.   
  7. Piglet

Use
      for ordered list by typing: <h4>Cute Animals</h4> <ol>   <li>Kitten</li>   <li>Puppy</li>   <li>Chick</li>  <li>Piglet</li> </ol>

      Unordered List

      Cute Animals

          
      • Kitten
      •   
      • Puppy
      •   
      • Chick
      •   
      • Piglet                                 
  Use the unordered list tag
      by typing: <h4>Cute Animals</h4> <ul>   <li>Kitten</li>   <li>Puppy</li>   <li>Chick</li>   <li>Piglet</li></ul>

      Change Font of Text

      <font face="impact">This will change your font, depending on what font name you type in the "quotation marks".</font>(Some might not work)

      Change size of Text

      <font size="4">This will change the size of your font.</font>

      Align location of Text




      <div align="left">This will align your text to the left.</div>


      <div align="center">This will center your text.</div>


      <div align="justify">This will justify your text.</div>


      <div align="right">This will align your text to the right.</div>

      Headers

      <h1>

      This will give you heading text.

      </h1> 


















      <h2>

      This will give you heading text.

      </h2>
      <h3>

      This will give you heading text.

      </h3>
      <h4>

      This will give you heading text.

      </h4>
      <h5>
      This will give you heading text.
      </h5>








      <h6>
      This will give you heading text.
      </h6>
      This was originally done by SweetDuke  



© 2016 - 2024 DevNews
Comments36
Join the community to add your comment. Already a deviant? Log In
vanndra's avatar
Thanks for this really useful information!!!