Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

<!

DOCTYPE html>
<html lang = "en">
<body style=background-color:powderblue;">
<head>

<b> the text is bold </b>


<i>this text is italic</i>
<em>this text is emphasized</em>
<p>i went</mark> out buy some eggs</p>
<p>red <del>green</del> <ins>blue</ins> </p>
<p>please follow my <sub>youtube</sub> <sup>channel</sup></p>
<p style="color:red;"> I am RED</p>
<p style="font -size:60px;">I am big </p>
<p style="background-color:red;">I have a background</p>
<p style="background-color:pink;">I have a pink</p>
<p style="font family:courier;"> This is spart
<p style="font family:verdana;">This is spart
<p style="font-size:100%;"> This is 100%</p>
<p style="text-align:center ;"> I'm at the center </p>

<h3 style="color:tomato;">Hello World </h3>


<p style="color:Blue;">hello my name is emily </p>
<p style="color:Mediumseagreen;">12345 </p>

<p style="border:2px solid LightBlue;">I love Momoko</p>


<p style="border: 10px solid Thisle;>I love gasle</p>
<p style="background-color:rgb(255,123,174);"> rgb(255,123,174)</p>
x

</body>

</html>

You might also like