Basic HTML Tags

by Patel1327

HTML

<body>
<u1>
<h1>
this is me
</h1>
<u1>
<li>I have a lots of friends</li>
<li>I am 16 years old</li>
<li>I am in 10th grade</li>
<li >I am going to conant HS</li>
<li>I love to play Hockey</li>
<p >Thank you</p>
<h2>HTML Image</h2>
<img src="https://pbs.twimg.com/profile_images/794260638365351936/JvFg4bDv_400x400.jpg" alt="Cougars width="460  height="345">
<h2>Animated Images</h2>
<p>The GIF standard allows moving images.</p>

<img src="https://media.giphy.com/media/3o6vXURvyF7bmW1HGg/source.gif" alt="Thank you"style="width48px;height:48px;">

</u1>
<body>

CSS

body{
  background-color:grey;
}
h1{
 color:white;
  
}
p{
  font-size:29
}
li{
  Color:blue;
}