Thanks to visit codestin.com
Credit goes to www.scribd.com

0% found this document useful (0 votes)
113 views4 pages

I F Prac, No. 3 General HTML Program

This document provides instructions for creating a basic HTML program using Notepad on Windows. It lists the minimum system requirements as a Pentium 133 MHz processor, 256 MB of RAM, and 8 GB of hard disk space. It then provides steps to open Notepad and type source code to create an HTML file with different sized headings welcoming users to a campus. The HTML file is then displayed in a web browser.

Uploaded by

YOGESH MUNEJA
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
113 views4 pages

I F Prac, No. 3 General HTML Program

This document provides instructions for creating a basic HTML program using Notepad on Windows. It lists the minimum system requirements as a Pentium 133 MHz processor, 256 MB of RAM, and 8 GB of hard disk space. It then provides steps to open Notepad and type source code to create an HTML file with different sized headings welcoming users to a campus. The HTML file is then displayed in a web browser.

Uploaded by

YOGESH MUNEJA
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 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)

You might also like