Create a HTML web page to show personal information.
COMPUTER APPLICATION
Exercise: 2
Aim:
Create a HTML web page to show personal
information.
HTML:
· HTML Stands for Hyper Text Markup Language.
· It is the coding language that makes web-pages;
it is the skeleton of every web-page
that exists. HTML
elements are represented by tags and Browsers do not display the
HTML tags, but use them
to render the content of the page.
· Basic example of html
<html>
<head>
<title>sample</title>
</head>
<body>
<h1>This is a
heading</h1>
<p>Document content goes
here……</p>
</body>
</html>
Steps to create html page which show your
personal information.
Step 1: Open text editor
by clicking at a START button àNote pad or Note pad++
<td>Year
</td>
<td>Percentage</td>
</tr>
<tr>
<td>B.pharm.</td>
<td>Pannai Marimuthu College of Pharmacy</td>
<td>2024-2028</td>
<td>98.9%</td>
</tr>
</table>
</td>
</tr>
<tr>
<td colspan=3>
<hr color=brown></center>
<B>Declaration</B>
<hr color =brown>I
hereby declare that the above written particulars are true to the
best of my knowledge and
belief.<BR>
Date:<BR>
Place:
</td>
</td>
</tr>
</table>
<Br>
<Marquee><font color=red><B></td> © Copyrights
reserved
</B></font></Marquee>
</html>
Step 3: Save
the file with any name with
.html as extension “FILE NAME.html”
in
your local disk.
a) In notepad, click
File àSave as command
b) Choose ‘all files’ in
the ‘save as type’ box.
c) Now give name to your
HTML document with ‘.html’ extension.
Step 4: Open the file in
any browser (chrome, mozila firefox, internet explorer, etc)
and you will get below
output.
a) Open the browser window. Open any of your
favorite browsers like Mozilla firefox
or google chrome, etc.
b) Press ctrl+o or if you can see the top menu
bar you may even click on File àopen
command
c) File open dialog will
open. Now find your HTML document and click open button
at the bottom.
d) The browser will show
the webpage created by you
Comments
Post a Comment