vijay21500269 / Experiment_Basic_HTML_Tag

Basic Html Tag

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Add your Name and Reference Number using heading tag

STEP 4

Execute the program

CODE

<html>

<body>
<h1>Name: Vijay</h1>
<h3>Register number:21500269 </h3>
<h5>Dept.:Artificial Intelligence and Data Science</h5>
</body>

</html>

OUPUT

Name: Vijay

Register number:21500269

Dept.:Artificial Intelligence and Data Science

About

Basic Html Tag

License:BSD 3-Clause "New" or "Revised" License