<!DOCTYPE html>
<html>

<head>
  <title>Leeta's First Webpage. </title>
</head>

<body>
  <h1>Hi, I am Leeta</h1>
  <h2> This is my first webpage</h2>
  <h3> Here is some information about me</h3>
  <h4>My Hobbies</h4>
  <h5>Cricket</h5>
  <p>My hobby is playing cricket. Cricket is my favorite sport. When I get some free time after my studies,I go outside to the ground with my friends and play cricket. Cricket is the game which requires physical fitness. The running between the wickets,
    fielding within the ground and stress bearing during batting and fielding make my body fit and mind fresh. So, after playing cricket when I study, I can better grab the concepts. I also become delighted by playing cricket because I don’t waste my
    mind sitting in front of a computer or playing video games. Instead, I do some healthy activity. On every Sunday evening, I have two or three hours free. Mostly, I play cricket at that time. I have purchased my cricket kit. I also got another benefit</p>
  <h6>--Leeta</h6>

</body>

</html>
body {
  background-color: pink;
  text-align: center;
}
h1 {
  color: blue;
  border-style: solid;
  border-color: black;
}
h2 {
}
h3 {
}
h4 {
}
h5 {
}

p{
}
View Compiled

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

This Pen doesn't use any external JavaScript resources.