O Level Previous paper
Open in Telegram
https://youtube.com/@Satya806 सभी लोग इस Channel को Subscribe कर लो https://t.me/O_levelpaper Telegram group Quiz 👉https://t.me/o_levelsatya #M4-R5_Paper #M2R5 #O_Level #M3R5_Notes #M1R5Video #PaidClass_O_Level #O_Level_Notes #Satya_Sir
Show more731
Subscribers
+124 hours
-47 days
+230 days
Posts Archive
https://www.nielit.gov.in/content/old-practical-question-papers
Note- M1-R5 जिनका भी प्रैक्टिकल है आप यहां से क्वेश्चंस ले कर प्रैक्टिस कर सकते हैं
<!doctype html>
<html>
<head>
<title>Table Assignment 2 </title>
</head>
<body>
<table border="1" align="center" width="60%"
cellpadding="10px">
<tr>
<th colspan="6">Time Table</th>
</tr>
<tr>
<th rowspan="6">Hours</th>
<th>Mon</th>
<th>Tue</th>
<th>Wed</th>
<th>Thu</th>
<th>Fri</th>
</tr>
<tr>
<td>Science</td>
<td>Maths</td>
<td>Science</td>
<td>Maths</td>
<td>Arts</td>
</tr>
<tr>
<td>Science</td>
<td>Maths</td>
<td>Science</td>
<td>Maths</td>
<td>Arts</td>
</tr>
<tr>
<th colspan="5" align="center">LUNCH</th>
</tr>
<tr>
<td>Science</td>
<td>Maths</td>
<td>Science</td>
<td>Maths</td>
<td rowspan="2">Project</td>
</tr>
<tr>
<td>Science</td>
<td>Maths</td>
<td>Science</td>
<td>Maths</td>
</tr>
</table>
</body>
</html>
<!DOCTYPE HTML>
<html>
<head>
<style type="text/css">
.box{
width:300px;
height:300px;
background:green;
border:3px solid red;
}
</style>
</head>
<body>
<div class="box">
</div>
</body>
</html>
<!DOCTYPE HTML>
<html>
<head>
<style type="text/css">
div{
width:150px;
height:150px;
position:absolute;
opacity:.5;
}
.box1{
background:red;
}
.box2{
background:green;
top:50px;
left:50px;
}
.box3{
background:blue;
top:100px;
left:100px;
}
</style>
</head>
<body>
<div class="box1"></div>
<div class="box2"></div>
<div class="box3"></div>
</body>
</html>
<!DOCTYPE HTML>
<html>
<head>
<style type="text/css">
.circle{
width:200px;
height:200px;
background:red;
border:2px double black;
}
.circle:hover{
background:yellow;
border-radius:50%;
}
</style>
</head>
<body>
<div class="circle"></div>
</body>
</html>
<!DOCTYPE HTML>
<html>
<head>
<style type="text/css">
.circle{
width:200px;
height:200px;
border-radius:50%;
background:red;
border:2px double black;
}
.circle:hover{
background:yellow;
}
</style>
</head>
<body>
<div class="circle"></div>
</body>
</html>
<table border="1" width="600px" align="center">
<tr>
<th>Sr. No</th>
<th>Name</th>
<th>Mobile</th>
<th>City</th>
</tr>
<tr>
<td>1</td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td>2</td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td>3</td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td>4</td>
<td></td>
<td></td>
<td></td>
</tr>
</table>
<table border="a" width="600px" cellpadding="0">
<tr>
<th>First Name</th>
<th>Last Name</th>
<th>Point</th>
</tr>
<tr>
<td>Eve</td>
<td>Jackson</td>
<td>94</td>
</tr>
<tr>
<td>John</td>
<td>Doe</td>
<td>80</td>
</tr>
<tr>
<td>Adam</td>
<td>Johnson</td>
<td>67</td>
</tr>
<tr>
<td>Jill</td>
<td>Smith</td>
<td>50</td>
</tr>
</table>
<!DOCTYPE HTML>
<html>
<head>
</head>
<frameset rows="50%,50%">
<frameset cols="50%,50%">
<frame src="" style="background:red"></frame>
<frame src="" style="background:green"></frame>
</frameset>
<frame src="" style="background:orange"></frame>
</frameset>
</html>
<table>
<tr>
<th><u>Online Courses</u></th>
</tr>
<tr>
<td>
<ol>
<li>
Web Programming
<ul type="square">
<li>HTML 5</li>
<li>CSS 3</li>
<li>JavaScript</li>
</ul>
</li>
<li>
PHP Framework
<ul type="square">
<li>Laravel</li>
<li>Cupcake</li>
<li>Slim</li>
</ul>
</li>
</ol>
</td>
</tr>
<tr>
<td>20% Dicount for the ten Student Contact us on
9900990000</td>
</tr>
</table>
<!doctype html>
<html>
<head>
<title>HTML Assignment 4</title>
</head>
<body topmargin="50px" leftmargin="200px">
<center>
<u>
<h4>List of Courses</h4>
</u>
</center>
<h4>Certificate Courses</h4>
<ul type="square">
<li>CCA</li>
<li>DTP</li>
<li>TALLY</li>
</ul>
<h4>NIELIT Courses</h4>
<ol type="I">
<li>CCC</li>
<li>O Level</li>
<li>A Level</li>
</ol>
<h4>Diploma Courses</h4>
<ol type="A">
<li>DCA</li>
<li>ADCA</li>
<li>DFA</li>
<li>DDNT</li>
</ol>
<h4>Programming Courses</h4>
<ol start="11">
<li>PYTHON</li>
<li>Java</li>
<li>C Programming</li>
<li>C++</li>
<li>Data Structure using C</li>
</ol>
<h4>Web Designing Courses</h4>
<ol>
<li>HTML</li>
<li>CSS</li>
<li>Bootstrap</li>
<li value="11">Java Script</li>
<li>JQuery</li>
<li value="21">MySQL</li>
<li>PHP</li>
</ol>
</body>
</html>
Note- कुछ लोगों से खास करके विनम्र निवेदन है अभी समय है आप प्रेक्टिकल करिए अच्छे से आप पास हो जाएंगे
👉 पैसे देकर पास होना है इन सब के चक्कर में ना रहो ❌
वे मारे गए
क्योंकि वे साधारण थे
वीआईपी नहीं थे
वे मारे गए
क्योंकि वे श्रद्धालु थे
सांप्रदायिक नहीं थे
वे मारे गए
क्योंकि वे भीड़ थे
उनके अपने नहीं थे..!!
#महाकुंभ
Available now! Telegram Research 2025 — the year's key insights 
