You are on page 1of 4

Image Inserting:

<img src=”imageurlhere” />


<img src=”https://preview.ibb.co/dnat2G/image1_2.jpg” />

Formatting:
<img src=”imageurlhere” width=”number” />
<img src=”https://preview.ibb.co/dnat2G/image1_2.jpg” width=”200” />
~~can also do height :D UNIT IS SCREEN PIXELS

If image cant be displayed for whatever reason, could also have alt text which will take the place
of it
<img src=”imageurlhere” alt=”alt text here” />
<img src=”https://preview.ibb.co/dnat2G/image1_2.jpg” width=”200” alt=”Photo Of Void” />

Right to left:
<p dir=”rtl”> insert words here </p>
<p dir=”rtl”> This is a text message from Izu </p>
~~WHAT IT WOULD SHOW UP AS ----->>>>>>
This is a text message from Izu

Headings:
<h1> Heading Title Here </h1>
<h1> Why Is Bakugou Extra </h1>

~~Can also do up to heading six, each get progressively smaller (like on drive and docs?) just
replace the numbers.
~~heading three has a thick underline under it and heading six has a thinner underline under it.
Lmk if you want pic that shows this

Bold/Italicizing/Underlining:
Bold:
<strong> word(s) you want bolded </strong>

OR
<b> word(s) you want bolded </b>

Italicizing:
<em> word(s) you want italicized </em>

OR
<i> word(s) you want italicized </i>

Both:
<em><strong> words for both </em></strong>

Underlining:
<u> word(s) want underlined </u>

Strikethrough:
<strike> word(s) want struckthrough </strike>

OR:
<s> word(s) you want struckthrough </s>

Paragraphs:
<p> Sentence sentence sentence </p>
<p> He gets dropped into the darkness below </p>

~~These automatically get added so if you just use the enter key you don’t have to worry about
continuously adding them :D Just so if you go back to edit and you see these that you know
what they mean and that they are there for a reason.

Abbreviations:
<abbr title=”Whatever abbreviation stands for”>ABREVIATION</abbr>
<abbr title=”World Health Organization”>WHO</abbr>

~~When you hover it should give whatever is in the “”

Hyperlinks:
<a href=”LINK HERE”> Whatever you want said that link will be on </a>
<a href=”https://archiveofourown.org/users/Born2bujo/works”> Check out my other works! </a>
~~~Would look like:
Check out my other works!

Bigger/Smaller Text:
Big:
<big> Whatever you want a bigger size </big>
<big> I want to sleep! </big>

~~I don’t know if this still works with the markup? But its supposed to make whatever you put in
a bigger like font size?

Small:
<small> Whatever you want a smaller size </small>
<small> I want to eat </small>

Blockquote:
<blockquote cite=”Insert link”>
Whatever you want blockquoted here.
</blockquote>

<blockquote cite=”https://archiveofourown.org/works/27787354”>
Neither could really stomach the sweets, so they ended up having to give them to their
neighbors and in Inko’s case, people at work, before they went bad.
</blockquote>

Centering:
<center> Whatever you want centered </center>
<center> Pizza is the best </center>

Citing:
<cite> whatever you're citing </cite>
<cite> Battleship </cite> by Born2bujo

Sub/Superscript:
Subscript:
<sub>whatever subscript </sub>
NO<sub>3</sub>
NO3

Superscript:
<sup> whatever superscript </sup>
5<sup>2</sup>
52
Monospace Text:
<tt> whatever monospace </tt>
<tt> This is a mess. Over </tt>

~~basically whatever characters are in the tt will be all the same pixel width?

A humongous thank you to everyone on the How Izuku Took Over Japan Collab Server for
helping me:
<a href=”https://archiveofourown.org/users/My_Inner_Introvert”> My_Inner_Introvert </a>
<a href=”https://archiveofourown.org/users/bunbun_boy”> bunbun_boy </a>
<a href=”https://archiveofourown.org/users/ChisakiTenko”> ChisakiTenko </a>
<a href=”https://archiveofourown.org/users/Lubblub”> Lubblub </a>
<a href=”https://archiveofourown.org/users/SiannaKerik”> SiannaKerik </a>
<a href=”https://archiveofourown.org/users/sunteapot”> sunteapot </a>

You might also like