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
<!DOCTYPE HTML>
<html>
<body>
<h1>Name:SRIJITH R</h1>
<h2>Reference Number: 21004191</h2>
<h3>Dept:Artificial Intelligence and Machine Learning</h3>
</body>
</html>
Name: SRIJITH R Reference Number: 21004191 Dept: Artificial Intelligence And Machine Learning