Sie sind auf Seite 1von 4

PRACTICAL NO.

3
Aim: To create a general HTML program

SOFTWARE REQUIREMENT:

OS/Platform Windows
Program Required Notepad, Any web browser

HARDWARE REQUIREMENT:
COMPONENTS MINIMUM RECOMMENDED
REQUIREMENTS
Processor Pentium 133 MHz Pentium 166 MHz or
higher
Memory (RAM) 256 MB 512 MB or more
Hard Disk 8 GB 20 GB or more
Display (Resolution) VGA having 640 × 480 VGA having 800 × 600
resolution resolution

Starting Notepad :
Step 1:
Click on start

Step 2:
Click on all programs

Step 3:
Click on accessories

Locate the written program notepad and click on it

OR
Click windows key + R and type notepad aclick on OK

Craeating HTML file :


Source code

<html>
<title>Gernal Program Of Html</title>
<body bgcolor="pink">
<h1>WELCOME TO THE CAMPUS OF JCDV</h1>
<h2> WELCOME TO THE CAMPUS OF JCDV </h2>
<h3> WELCOME TO THE CAMPUS OF JCDV </h3>
<h4> WELCOME TO THE CAMPUS OF JCDV </h4>
<h5> WELCOME TO THE CAMPUS OF JCDV </h5>
<h6> WELCOME TO THE CAMPUS OF JCDV </h6>
</body>
</html>
( Display View of simple HTML program in web browser)

Das könnte Ihnen auch gefallen