P
Run
<!doctype html>
<head>
   <title>The P tag</title>
</head>
<body>
   <h1>StudyTonight</h1>
   <h3>Given below is  a paragraph</h3>
   <p>This is studytonight.We provide best online tutorials to Learn Coding Online.Join Us ! For more details visit our Home Page</p>
   <br>
   This is general text now!!!
</body>
</html>