Day-5 Part-1


<!DOCTYPE html> <html> <head> <title>Day-5 Getting Started with HTML!</title> <style> span{ font-weight: bold; color: #00eeff; } img{ height: 150px; width: 150px; } </style>
</style>
  </head>
<body> <!--Please Code HTML tags Here in the Body Tag--> <h1>Prem Lata</h1>
 </section>
       <img src="https://cdn-icons-png.flaticon.com/512/10337/10337609.png"/>
     <section>
  
 <section>
   <h2>About Me</h2>
<div> Hi, I'm <span>Premlata</span>. I graduated in 2022 and currently reside in Ara, Bihar. I'm passionate about cooking and love experimenting with new recipes. In my free time, you'll often find me surfing the internet and exploring the fascinating world of technology. I enjoy staying updated on the latest trends and advancements, always eager to learn something new. <br /> As I look ahead, I'm excited to dive deeper into the tech world, explore new opportunities, and grow both personally and professionally. I believe the future holds endless possibilities, and I'm ready to embrace every challenge and adventure that comes my way. </div>
 <h2> Find Me Online </h2>
 
 
 <div> <a href="http://www.youtube.com">Youtube</a></div>
 <div><a href="http://www.Instagram.com">Instagram</a></div>
 <div><a href="http://www.twitter.com">Twitter</a></div>
 
 </section> 

 
</body> </html>