Sunteți pe pagina 1din 32

D.A.

V FERTILIZERS PUBLIC SCHOOL , INDRADHAM , BABRALA

FIT PROJECT FILE


CLASS 10TH BROWN
GAURI VARSHNEY

2017-18

SUBMITTED TO- PRAHALAD MISHRA SIR


This is to certify that Gauri
Varshney of class 10th brown
has successfully completed
this computer project on the
topics “ HTML, XML and
DATABASE’’ prescribed by Mr.
Prahalad Mishra sir , during
academic session 2017-18 as
per the guidelines issues by
Central Board of Secondary
Education.

Mr. Prahalad Mishra


Subject teacher
( D.A.V. Fertilizer Public School , Babrala )
Signature
_________________

( HTML )
1.Student Detail
Html code
<html>

<head>

<title>formatting tables in html</title>

</head>

<table border=''2'' width=''80%'' height=''70%''>

<caption align=''top''>

<tr bgcolor=pink>

<th colspan=3>student details</th>

</tr>

<tr bgcolor=purple>
<td>s.no. </td>

<td>name</td>

<td>class</td>

</tr>

<tr bgcolor=orange>

<td>1 </td>

<td>sarabjeet</td>

<td>10th</td>

</tr>

<tr bgcolor=green>

<td>2 </td>

<td>gauri</td>

<td>10th</td>

</tr>

<tr bgcolor=yellow>

<td>3</td>

<td>drashya</td>

<td>10th</td>

</tr>

</table>

</html>

Output
2. My School
Html code
<html>

<head><title>our school</title>

</head>

<body bgcolor= '' blue''>

<center> <h1> My School </h1></center>

<B>Infrastructure </b>

<br>The infrastructure of our school is very good. There are many big rooms , labs, etc.

There is a big auditorium in our school which is in front of our school gate. In our school
here are
biolabs,physics lab, maths lab, chemistry lab ,computer lab , sst lab,language lab and
many

cultural room like music room,art room, dance room , sports room , sitar room , etc.

There is a big playground in our school.The school is surounded by a number of plants.

<br><b>Facilities</b>

<br>We can play many of the games like basketball,football,cricket,volleyball,etc.

All the facilities are provided in the school.Smart boards,ac in our labs, highly skilled
good teachers of all subjects.

<br><b>Uniform</b>

<br>In our school uniforms are different for each category , uniform of junior category
is frock and shirt for girls and

duangree for boys ,etc.

<br><b>Motto</b>

<br>To give the best education for each category of chilren.

<br><b>Extra curricular activities</b>

<br>Many of the curricular activities are held weekly in the school. Two periods are
arranged on every saturday for this work

any of the student willing can take part.Chance to every student is given.

</body>

</html>

Output
3. Information Technology
Html Code
<html>

<head>

<title>creating internal links </title>

</head>
<body>

<center><h1>Information Technology </h1></center>

<a href=#ch1>chapter-1: Basics of information technology</a>

<br><a href=#ch2>chapter-2: Database management tools</a>

<br><a href=#ch3>chapter-3: Data validation</a>

<br><a href=#ch4>chapter-4: Html</a>

<br><a href=#ch5>chapter-5: Xml</a>

<br><a href=#ch6>chapter-6: Business computing</a>

<br><a href=#ch7>chapter-7: Website designing </a>

<br><a href=#ch8>chapter-8: Societal impact of it </a>

<br>

<a name=ch4><center><h1> Html</h1></center></a>

<h2>Introduction</h2>

<p>Today, internet (rightly called the global information system) has become a popular
mediam for the exchange of information. Whether you need to communicate with your

friends or you have to share some informatiuon or explore some topic of your interest,
you are just a click away.

<p>Internet allows you to:

<ul>

<li>Keep in touch and send things to your friends using e-mail and chatting.

<li>Gather information on any topic of interest. the information can be in the form of text
, pictures, or even video material .

<li>Locate and download computer software and other products that are available in
cyberspace.

<li>Listen to music and watch digital movies.

</ul>

<p>the internet is made up of millions of computers linked together around the world .
this has made it possible to send information from a computer to any other copmuter
across the world
24 hours a day.

<p>html is largely based on sgml,which is the mother of all markup languages.html is a


simple text formatting language used to create hypertext documents for the www. these

hypertext documents can be viewed with the help of a web browser.

</body>

</html>

Output
4. Car
Html Code
<HTML>
<BODY>
<TABLE BORDER=6 HEIGHT=60% WIDTH=70%>
<TR BGCOLOR=PURPLE>
<TH ROWSPAN=2>MARUTI</TH>
<TD>ASTAR</TD>
</TR>
<TR BGCOLOR=PINK>
<TD>DZIRE</TD>
</TR>
<TR BGCOLOR=BLUE>
<TH>HONDA</TD>
<TD>CITY</TD>
</TR>
</TABLE>
</HTML>

Output
5. Horizontal Lines
Html Code
<html>

<body>

<hr noshade align=center width=10% size=2 color=violet>

<hr noshade align=center width=20% size=4 color=indigo>

<hr noshade align=center width=40% size=6 color=blue>

<hr noshade align=center width=60% size=6 color=green>

<hr noshade align=center width=70% size=8 color=yellow>

<hr noshade align=center width=90% size=10 color=orange>

<hr noshade align=center width=100% size=12 color=red>

</body>

</html>

Output
6. Syllabus
Html Code
<HTML.
<HEAD>
<TITLE>syllabus class 10</TITLE>
</HEAD>
<BODY>
<H3>INFORMATION TECHNOLOGY SYLLABUS FOR CLASS X (CBSE)</H3>
<OL TYPE=1 START=1>
<LI><B>BASICS OF IT</B>
<DL><DT><I>INTERNET</I>:</DT>
<DD>INFORMATION RETRIEVAL,LOCATING SITES USING SEARCH
ENGINES,CHAT,FTP,ETC.</DD>
</DL>
<LI><B>INFORMATION PROCESSING TOOLS</B>
<DL><DT><I>DATA MANAGEMENT TOOLS</>:</DT>
<DD>BASICS CONCEPTS AND NEED FOR A DATABASE,CREATING A
DATABASE,SETTING THE PRIMARY KEY

Output

7. Heading Tags

Html Code

<html>
<title> heading tag </title>
<body BGCOLOR= pink text= red>
<center><h2> <u>Learning headings</u></h2></center>
<h1>first heading</h1>
<h2>second heading</h2>
<h3>third heading</h3>
<h4>forth heading</h4>
<h5> fifth heading </h5>
<h6>sixth heading</h6>

<center> <h3>Remember three things about the heading tag-</h3> </center>


<ol start=1 type= 1>
<li> ''hn'' tag changes the size of the text.
<li>''hn'' tag makes the text <b>''bold''</b>. That is, the thickness of text increases.
<li>''hn'' tag leaves one blank line above and one blank line below the text . So, this tag
automatically gives

<b>paragraph break</b>.
</ol>
</body>
</html>

Output
8. Candy World
Html Code
<HTML>

<HEAD>

<TITLE> Candy World </TITLE>

</HEAD>

<BODY>

<FONT FACE= "COMIC SANS MS" COLOR= RED>

<H1 ALIGN= CENTER>

Smacking Lollies

</H1>

</FONT>

<P><I><U>Smacking Lollies</U></I> is a new chain of stories selling variety of


candidates and mouth-watering lollies. </P>

<P> The following is the list of major outlets of Smacking Lollies</P>

<ul>

<LI><A HREF= “west.html”>West Delhi</A> - Janak Puri and Rajouri Garden

<LI><A HREF= “south.html”>South Delhi</A>- South Extension and Vasant Kunj

</UL>

<CENTER>

For enquiries mail to us at enquiry@gmail.com

</CENTER>

</BODY>

</HTML>

Output
9. How many crows?
Html Code
<html>

<head>

<title> how many crows </title>

</head>

<body bgcolor=''beige'' textcolor=''blue''>

<center>

<h2>

<font face=''algerian'' color=''green''> how many crows

</h2>

</centre>

<p>

<font face='' courier new'' size=4> one day<b> akbar</b> was strolling in his palace
garden with <b>birbal</b>.

he saw that many crows were flying around .suddenly, a thought crossed his mind that
how many crows could be in his kingdom. he posed this question to <b> birbal <b>.

</p>

<p>

<b>birbal</b> thought for a moment and said ,''huzoor,there are ninety five thousand ,
four hundred and sixty three crows in your kingdom ''.

</p> ...........<br>

<p>

<b>akbar</b>was very pleased with <b> birbal</b>'s answer.


</p>

</body>

</html>

Output
10. Football
Html Code
<head>
<title> football </title>
</head>
<body text= blue bgcolor=pink>
<center><u><h1> Football </h1></u></center>
<p><img src= abc.jpg height=45% width= 45% border = 5>
<img src= football.jpg height= 45% width = 45% align = right border= 5>
<p>The game of <B>football</B> is , without doubt, the most popular game in
the world today. The very term,<B>'

football '</B> has a romance of its own . It is , indeed, a word of millions to


conjure with.
<br> This game of evoking mad excitments was originally played at a village
called <B>rugby</B> in<B> Italy</B>.

Now, two opinions are there about it. But according to some experts in this
discipline , the game had its origin in

<B>China</B>. But this could not be substantially ratified.


<p>Football is played between two teams opposing each other. Each team
consists of eleven players .In the old

method one goalie, two full-backs, three half backs and five forwards made the
line -up. The centre- half had the

pivotal role. This system is now treated to be obsolete.


<p> The duration of game in the international contests is a period of 90 minutes
divided into two halves, there is a

break for not more than 15 minutes .One referee assisted by two linesmen
conducts the game.
</body>
</html>

Output
( XML )
1.DIET
Xml Code
<DIET>

<MORNING>

<CEREAL>OATS</CEREAL>

<FRUIT>PAPAYA</FRUIT>

<LIQUID>TEA</LIQUID>

</MORNING>

<AFTERNOON>

<CEREAL>BRAN</CEREAL>

<FRUIT>APPLE</FRUIT>

<LIQUID>JUICE</LIQUID>

</AFTERNOON>

</DIET>
Output

2.Student
Xml Code
<student>

<name> Aviral </name>

<grade> A+ </grade>

</student>

Output
( DATA BASE )
1. Exam Record

EXAM RECORD
ADMNO SNAME GENDER PERCENTAGE DOB
111 manvi f 87 11/07/04
112 khushi f 82 16/04/05
113 sia f 85 19/12/06
114 suryansh m 90 15/05/05
115 sidharth m 89 08/09/07
116 aradhya f 91 09/09/08
117 khushi f 89 12/05/07
2. Scholars

SCHOLARS

S.NO NAME SCHOLARSHI STREAM AVG GRADE


MARKS
1 NEHA 450 MEDICAL 89 A

2 DAMINI 400 COMMERCE 78 B

3 GAURAV 400 HUMANITIES 78 B

4 ANU 450 COMMERCE 88 A

5 VIKAS 500 NONMEDICAL 96 A+


3. sales

SALES

BILL.NO. SALE-DATE ITEM PRICE QTY

101 11/12/03 PEN 21 5

212 09/10/03 PENCIL 5 12

203 09/10/03 ERASER 8 10


4. Title

TITLE

TITLE-- ID TITLE PRICE RATING CATEGORY RELEASE ON

T0101 HARRY POTTER 300 3 CHILDREN 12/03/54

TIME MACHINE
T0102 230 4 DRAMA 27/12/78

T0103 ALLADIN 510 5 MAGIC 11/11/01

T0104 PANCHTANTRA 100 2 MORAL 02/07/92

T0105 TINKER BELL 400 1 PRINCESS 28/02/99


5. Members

MEMBER
MEM-
LAST-NAME FIRST-NAME ADDRESS CITY PHONE JOINDATE
ID

M001 ARORA VINAY R.K.P. DE LHI 9874561235 21/01/75

M002 JHA NEHA PITAMP DELHI 9865471235 25/09/45

M003 SINGH VAIBHAV ROHINI DELHI 9654781235 17/07/02

M004 SHARMA AMIT DWARIKA DELHI 8999555666 12/09/45

CHANDANI
M005 AGRAWAL KAVYA DELHI 7774445555 17/09/08
CHOWK

S-ar putea să vă placă și