Sunday, July 9, 2023
Saturday, July 8, 2023
Sunday, June 11, 2023
class 10 ex 3 Q2 A
Chapter #1
Exercise # 1.3
Q.NO. 2
i. 2/3 : 3/5
=2/3 x15 : 3/5 x15
=30/3 : 45/5
=10 : 9
ii. 4/5 : 3/4
=4/5 x20 : 3/4 x20
=80/5 : 60/4
=16 : 15
iii. 5/6 :7/10
=5/6 x30 : 7/10x30
=150/6 : 210/30
=25 : 21
Class 9 ex3 Q1
Chapter # 1
Exerise # 1.3
Q.NO.1
i. Rs. 24,Rs.6
=24:6
Divided by 6
=4:1
ii. 20 kg,5kg
=20:5
Divided by 5
=4:1
iii. 20cm,80cm
=20:80
Divided by 10
=2:8
Divided by 2
=1:4
iv. 5m,5m
=5:5
Divided by 5
=1:1
v. 1500km,1200km
=1500:1200
Divided by 100
`=15:12
Divided by 3
=5:4
vi. Rs.150,Rs.275
=150:275
Divided by 5
=30:55
Divided by 5
=6:11s
Monday, June 5, 2023
Class 8 ex1 Q4
Chapter no. 1
Exercise # 1.1
Q.NO. 4 Darj zail asharia ko fesad mein tabdeel kijiye
vii. 2.64
=2.64x100
=264%
viii. 3.41
=3.41x100
=341%
ix.0.845
=0.845x100
=84.5%
x. 1.78
=1.78x100
=178%
xi. 1.58
=1.58x100
=158%
xii. 0.065
=0.065x100
=6.5%
Sunday, June 4, 2023
Class 7 ex1 Q4
Chapter no. 1
Exercise # 1.1
Q.NO. 4 Darj zail asharia ko fesad mein tabdeel kijiye
i. 0.5
=0.5x100
=50%
ii. 0.9
=0.9x100
=90%
iii. 1.25
=1.25x100
=125%
iv. 1.39
=1.39x100
=139%
v. 1.72
=1.72x100
=172%
vi. 0.22
=0.22x100
=22%
Thursday, June 1, 2023
Class 6 ex1 Q3
Chapter no. 1
Exercise# 1.1
Wednesday, May 31, 2023
Class 5 ex1 Q3
Chapter no. 1
Exercise # 1.1
Q.NO.3 Di gai fesad ko asharia mein tabdeel kijiye jb k jawab teen darga asharia tak drust ho
i. 47%
=47/100
=0.47
ii. 58%
=58/100
=0.58
iii. 92%
=92/100
=0.92
iv. 8%
=8/100
=0.08
v. 12%
=12/100
=0.12
vi. 120%
=120/100
=1.2
Tuesday, May 30, 2023
Class 4 ex1 Q2
Chapter no. 1
Exercise # 1.1
Q.NO.2 Darjzail kasoor ko fesad ki shakal mein likhiye
vii. 23/60
=23x100/60
=2300/60%
=38.3%
viii. 8/3
=8x100/3
=800/3%
=266.7%
ix. 8/5
=8x100/5
=800/5%
=160%
x. 7/8
=7x100/8
=700/8%
=87.5%
xi. 5/8
=5x100/8
=500/8%
=62.5%
xii. 3/8
=3x100/8
=300/8%
=37.5%
Sunday, May 28, 2023
Class 3 ex1 Q2
Chapter no. 1
Exercise # 1.1
Q.NO.2 Darjzail kasoor ko fesad ki shakal mein likhiye
i. 3/4
=3x100/4
=300/4%
=75%
ii. 3/5
=3x100/5
=300/5%
=60%
iii. 4/25
=4x100/25
=400/25%
=16%
iv. 13/20
=13x100/20
=1300/20%
=65%
v. 31/25
=31x100/25
=3100/25%
=124%
vi. 21/40
=21x100/40
=2100/40%
=52.5%
Thursday, May 25, 2023
Class 1 ex1 Q1
Chapter no. 1
Exercise # 1.1
Q.NO.1 Darjzail fesad ko kasroon ki asan shakal mein waziah kijiye
i. 95%
= 95/100
5 pr divide krny sy
=19/20
ii. 65%
=65/100
5 pr divide krny sy
=13/20
iii. 75%
=75/100
5 pr divide krny sy
=3/4
iv. 25%
=25/100
5 pr divide krny sy
=1/4
v. 56%r
=56/100
2 pr divide krny sy
=28/50
2 pr divide krny sy
=14/25
vi. 48%
=48/100
2 pr divide krny sy
=24/50
2 pr divide krny sy
=12/25
vii. 8%
=8/100
2 pr divide krny sy
=4/50
2 pr divide krny sy
=2/25
Monday, November 15, 2021
Thursday, November 11, 2021
Source Code of HTML Form Styling With CSS
<!DOCTYPE html>
<html>
<head>
<title>Wasim Teach</title>
<meta charset="UTF-8"/>
<link rel="stylesheet" href="" type="text/css"/>
</head>
<body>
<div class="div1">
<h3 class="dmo">Demo log in Form</h3>
<input class="inp" placeHolder= "E-mail"></input>
<input class="inp" placeHolder= "Password"></input>
<button class= "btn">Log in</button>
<font color= "white" size= "3">Forgot Password.</font>
</div>
<style>
.div1{
background-color:#000000;
width:200px;
height:250px;
position:relative;
top:50px; left:50px;
border:solid;
border-radius:0px 50px 0px 50px;
padding:40px;
}
.dmo{
color:#ffffff;
padding:0px;
border:solid;
padding:5px;
border-color:#ffff00;
border-width:0px 0px 3px 0px;
margin:10px;
}
.inp{
background-color:#8F0873;
color:#ffffff;
border:solid;
border-color:#ffffff;
border-radius: 0px 16px 0px 16px;
padding:10px;
margin:10px;
}
.inp::placeholder {
color: yellow;
font-size: 1.2em;
font-style: italic;
}
.btn
{
background-color:#8F0873;
color:#ffffff;
border:solid;
border-color:#ffff00;
border-radius: 16px;
padding:4px;
margin:10px;
width:150px;
font-size:20px;
}
</style>
</body>
</html>
View Out Put of this Code
Monday, November 8, 2021
Demo Log in Form Using HTML
For Source Code Click on Source code button to view source code of this form.
Demo log in Form
Forgot Password.For Source Code
Source Code of Calculator
Source Code of Calculator.
<!DOCTYPE html>
<html>
<head>
<title>Untitled</title>
<meta charset="UTF-8"/>
<link rel="stylesheet" href="" type="text/css"/>
</head>
<body>
<div class="div1">
<div class="div3">
<div class="div2">
<font color= "white" class="result">0123456789</font>
</div>
</div>
<div class="btn">
<button onClick="" class="sym">C</button>
<button onClick="" class="sym">00</button>
<button onClick="" class="sym">%</button>
<button onClick="" class="sym">^</button>
<br>
<button onClick="" class="num">7</button>
<button onClick="" class="num">8</button>
<button onClick="" class="num">9</button>
<button onClick="" class="sym">÷</button>
<br>
<button onClick="" class="num">4</button>
<button onClick="" class="num">5</button>
<button onClick="" class="num">6</button>
<button onClick="" class="sym">×</button>
<br>
<button onClick="" class="num">1</button>
<button onClick="" class="num">2</button>
<button onClick="" class="num">3</button>
<button onClick="" class="sym">-</button>
<br>
<button onClick="" class="num">0</button>
<button onClick="" class="num">.</button>
<button onClick="" class="num">=</button>
<button onClick="" class="sym">+</button>
</div>
</div>
<style>
.div1{
background-color:#ABAAA7;
width:350px;
height:540px;
border:solid;
border-width:5px;
border-radius:20px;
box-shadow: 4px 7px #202714;
}
.div2{
background-color:#3F393B;
width:328px;
height:70px;
border:solid;
border-radius:20px;
position:relative;
top:10px; left:3px;
padding:0px;
margin:0px;
}
.result{
padding:13px;
font-size:55px;
}
.btn{
position:relative;
top:30px;
padding:5px;
}
.num{
background-color:#1B393B;
color:#ffffff;
width:70px;
height:70px;
font-size:50px;
margin:5px;
box-shadow:2px 3px #ffffff;
}
.sym{
background-color:#703135;
color:#ffffff;
width:70px;
height:70px;
font-size:50px;
margin:5px;
box-shadow:2px 3px #ffffff;
}
.div3{
background-color:#000000;
width:340px;
height:90px;
border:solid;
border-radius:20px;
position:relative;
top:10px; left:3px;
padding:0px;
margin:0px;
box-shadow:2px 3px #ffffff;
}
</style>
</body>
</html>
How to Make Calculator By Using CSS and HTML
Wednesday, September 1, 2021
Bling :Play Game and get Money. Online Earning throug playing games.
Asslam o Alaikum dear friends.
Earn money |
Today i tell you how to earn from playing game.
just play game and earn real bitcoin.
First of all Download the game from Play Store .
Click Here to download the game
click on upper link to download the game.
online money |
after Installation the game open and play.
and get more score and watch add after the level complete .
complete more level and get more money.
How to withdraw money by playing game.
Click on upper link to Know how you can collect money from the game.
Recent added
TypeScript Class 5
Common Syntax Errors in TypeScript and How to Avoid Them Syntax errors are among the most common issues developers encounter when writing Ty...
-
How to solve EEPROM ERROR in china tv kit Hi friends if you "EEPROM ERROR PLEASE CHECK" fault in your china ...
-
Youtube Videos Download Any Online Videos - wasimteach.blogspot.com ...
-
How to Reset Easypaisa Account Pin Code. How To Recover Easypaisa Pin Code . How to forget Easypaisa PinCode. Hello Friends Assla...