To Write a html webpage using heading, paragraph and list tags.
create a simple html page using heading tag
Add a paragragh tag to the program
Execute the program fff
<html>
<body>
<h1>Name: Karthi govindharaju</h1>
<h3>Designation: Assistant Professor (SG) /h3>
<h5>Dept.:Artificial Intelligence and Data Science</h5>
</body>
</html>