---------------------------------------------------------------------------
IF YOU'RE HERE FROM
Prediquette, THESE ARE FOR YOU
Italics
<i>TEXT</i>
Bold
<b>TEXT</b>
Underline
<u>TEXT</u>
Strike-through
<d>TEXT</d>
Line breaks
<br>
Font color
<font color='#XXXXXX'>TEXT</font>
Image sourcing
<img src='DIRECT LINK TO IMAGE'>
Hyper-links + Hyper-links with different name
<a href='LINK'>LINK OR LINK TEXT</a>
---------------------------------------------------------------------------
BODY
<iframe width="560" height="315" src="https://www.youtube.com/embed/BsL7btr89Q0" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
"Youtube Embed"
BODY
<div style="width: 100%; height: 0px; position: relative; padding-bottom: 69.498%;"><iframe src="https://streamable.com/e/exazgc" frameborder="0" width="100%" height="100%" allowfullscreen style="width: 25%; height: 25%; position: absolute;"></iframe></div>
"Streamtable Embed"
BODY
<a href="https://pastebin.com/tLffHjDC">EXAMPLE TEXT</a>
"Hypertext"
BODY
<img id="temp" src='https://i.imgur.com/NWQ4jNc.png'/>
STYLESHEET
#temp {
filter: grayscale(100%);
}
"Greyed out for temp"
STYLESHEET
body {
background-color: #914674;
}
"Background Color"
JAVASCRIPT
$(document).ready(function() {
$("#charname span").text("EXAMPLE NAME HERE")
});
"Replace name on your profile"
BODY
<a href="https://rp.aryion.com/profile/MarieDelQui_"><font color='#46f500'>MarieDelQui</font></a>
"Hyperlink a profile to change their name and match their color code."
BODY
<img src="https://i.imgur.com/FXL7Jm7.jpg" onmouseover="this.src='https://i.imgur.com/GSS2b6o.jpg';" onmouseout="this.src='https://i.imgur.com/FXL7Jm7.jpg';">
"Hovering over an image changes what the image is."