html basics

text in bold:
<strong>text</strong>

text in italics:
<em>text</em>

text underlined:
<u>text</u>

text strike through:
<s>text</s>

text on center
<center>text</center> or <div align="center">text</div>

text on right
<div align="right">text</div>

text on left:
<div align="left">text</div>

change font size:
<font size="#">text</font>

change font color:
<font color="#htmlcolor">text</font>

make a url:
<a href="URL">Title</a> to open link in a new window: <a href="URL" target="_blank">Title</a>

putting images:
<img src="ImageURL">

marquee:
<marquee>text</marquee>

( Made with Carrd )