Skip to content

srijith-rj/Experiment_Basic_HTML_Tag

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Experiment_Basic_HTML_Tag

AIM

To Write a html webpage using heading, paragraph and list tags.

ALGORITHM

STEP 1

create a simple html page using heading tag

STEP 2

Add a paragragh tag to the program

STEP 3

STEP 4

Execute the program

CODE

<!DOCTYPE HTML>
<html>
<body>
<h1>Name:SRIJITH R</h1>
<h2>Reference Number: 21004191</h2>
<h3>Dept:Artificial Intelligence and Machine Learning</h3>
</body>
</html>

OUPUT

Name: SRIJITH R Reference Number: 21004191 Dept: Artificial Intelligence And Machine Learning

About

Basic Html Tag

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors