Sie sind auf Seite 1von 4

PRACTICAL NO.

7
Aim: Creating a ordered list and after the fifth item
increase the next list value by 5

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 :


<html>
<head>
<title> MY WEBPAGE </title>
</head>
<body bgcolor="pink">
<ol start = 1>
<li> Aarush Chawla</li>
<li> Balwant Singh</li>
<li> Jagmeet Singh</li>
<li> Nishant Mehta</li>
<li> Pankaj Sethi </li>
</ol>
<ol start = 10>
<li> Rajan Bansal</li>
<li> Vijay Kumar</li>
<li> Yogesh Muneja</li>
</ol>
(Display view of experiment no. 7)

Das könnte Ihnen auch gefallen