<b>this text is bold</b>
<i>this text is italic</i>
<u>this text is underlined</u>
<h1>this text is an h1 heading</h1>
<h2>this text is an h2 heading</h2>
<h3>this text is an h3 heading</h3>
<a href="https://www.google.com">This is a link to Google</a>
<img src="https://www.w3schools.com/images/img_girl.jpg">
<p style="font-size:30px">This is a paragraph.</p>
<p style="font-size:11px">This is another paragraph.</p>
<p style="color:red">This is a paragraph.</p>
<p style="color:blue">This is another paragraph.</p>