Pre Board Ca 10TH

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 6

NANDINI SHARMA

X RAMANUJ
ROLL NO.- 18
COMPUTER APPLICATIONS
Q1:
</HEAD>
<body>
<h1>Ice cream order form</h1>
<FORMS>
<P>
<label for="email"><b>Email:</b></label>
<input type="text" placeholder="Email" name="email"
id="email">
</P>
<P>
<label for="psw"><b>Password:</b></label>
<input type="password" placeholder="Password"
name="psw">
</P>
<P>
<label for="Flavors"><b>Flavors:</b></label>
<div class="custom-select" style="width:200px;">
<select>
<option value="0">Flavors:</option>
<option value="dc">dark choclate</option>
<option value="cc">choclate cookie</option>
<option value="v">vanilla</option>
</select>
</div>
</P>
<P>
<label for="top"><b>Toppings:</b></label>
<input type="checkbox"> <label
for="sprinkles"><b>sprinkles</b></label>
<input type="checkbox"> <label
for="nuts"><b>nuts</b></label>
</P>
<P>
<label for="cupcone"><b>cup or cone ?</b></label>
<input type="radio"> <label for="cc"><b>choclate
cookie</b></label>
<input type="radio"> <label for="dc"><b>dark
choclate</b></label>
<input type="radio"> <label for="v"><b>vanilla</b></label>
</P>
<P>
<button type="submit" class="placeorderbtn">place
order</button>
</P>
</FORMS>
</BODY>
</HTML>

__________________________________________________________________________________
__________________________________________________________________________________

Q2:
<html>
<html>
<head>
<style>
h2 {
color: black;
font-family: arial;
font-style: tahoma :
font-size: 10%;
background: #87d036
}
h3 {
color:black;
font-family:britannic bold ;
font-size: 150%;
background:lightblue
}
</style>
</head>
<body>
<h2>dive the mesophotic phillippines. rise through treetops
of tropical malasyia.
zoom in on a single scale of a butterflys wing. academy
science helps explore
our world.Explore it with us.</h2>
<h3>
<UL>
<LI> Science heroes
<LI> if it blooms,swims or flies, its probably on academy
scientist obsession.
get to know the people putting their curiosity into work, for
the future of
our planet.
</UL>
<UL>
<LI>Scientefic expeditions
<LI>madagascer. the phillipines. palau. cameroon. the
acedmy goes where
biodiversity is thrives-or threatend. explore the globe with us
and expierience
the adventurous side of science.
</UL>
</h3>
</body>
</html>
__________________________________________________________________________________
__________________________________________________________________________________

You might also like