o level practical exam question paper - O Level

o level practical exam question paper

o level practical exam question paper

In this Article you will get o level practical exam question paper. Here you will get o level m2r5 practical question. In the middle of article i provide the link of other o level practical papers . So must check the full article-

 

Question-1 Write Html code to create following table.

Coding

<html>
<body>
<table border=”1″>
<tr>
<th rowspan=”2″>Train Number</th>
<th rowspan=”2″>Train Number</th>
<th colspan=”2″>Timing</th>
</tr>
<tr><th>Arrival</th><th>Departure</th></tr>
<tr>
<td>15004</td>
<td>Dakshin Express</td>
<td>5:30 AM</td>
<td>5:45 AM</td>
</tr>
<tr>
<td>15159</td>
<td>Telengana Express</td>
<td>6:50 AM</td>
<td>7:15 AM</td>
</tr>
<tr>
<td>19877</td>
<td>Samta Express</td>
<td>8:00 AM</td>
<td>8:30 AM</td>
</tr>
</table>
</body>
</html>

Question-2 Write Html code for the following output

Coding

<html>
<body>
<ol type=”1″>
<li>IT Tools</li>
<li>Web Designing</li>
<ul type=”circle”>
<li>HTML </li>
<li>CSS</li>
<li> Javascript</li>
</ul>
<li> Python</li>
<li>IoT</li>
</ol>
</body>
</html>

For Live Class Click on the below link

Practical Live Class -3

Question 3: Design color specific rows in the following table using css:

<html>
<head>
<style>
table,th,td
{
border:2 px; solid red;
}
table
{
border-collapse:border-collapse;
width:80%
}
tr{
height:40 px;
}
tr:nth-child(1)
{
background-color:violet;
color:brown;
}
tr:nth-child(2)
{
background-color:blue;
color:white;
}tr:nth-child(3)
{
background-color:green;
color:yellow;
}
tr:nth-child(4)
{
background-color:yellow;
color:blue;
}tr:nth-child(5)
{
background-color:orange;
color:brown;
}
</style>
</head>
<body>
<table>
<tr>
<td>Voilet</td><td>I Love Voilet</td></tr>
<tr>
<td>Blue</td><td>Blue is the most Loved Color</td></tr>
<tr>
<td>Green</td><td>Green is the second Most Favorite color</td></tr>
<tr>
<td>Yellow</td><td>Yellow is the stands for caution and it is used for traffic sign </td></tr>
<tr>
<td>orange </td><td>Orange symbolizes youthfulness </td></tr>
</table>
</body>
</html>

For Live Class Click on the below link

https://youtu.be/KstJ482cUMw

Subscribe Our Youtube channel for More Video Class link is given below-

click here

Also Check Our Latest Upload by click on the link

o level m1 r5 viva questions

o level web design practical paper 2024

Olevel M3R5 Practical Exam

OLevel M2R5 Practical Questions

O level it tools questions

O level m1 questions

OLevel Practical Question Jan2023

1 thought on “o level practical exam question paper”

Leave a Comment