Practical File Class X - (Computer Application) 1
Practical File Class X - (Computer Application) 1
of computer.
<HTML>
<HEAD>
<TITLE>P1</TITLE>
</HEAD>
<BODY>
<H1><CENTER><I>Computer</I></CENTER></H1>
<P>As we know that computer has changed our life. Nowadays computers are essential in every
field, before <B>globalization</B> we were not aware of the importance of computers. But the
Internet is playing a major role because by using it we are very close to each other and
<U>communicate</U> anywhere.
<BR>Nowadays internet is like O<SUB>2</SUB> for people. They cannot imagine their life
without the internet. Actually, it helps users to acquire new skills with a<SUP>2</SUP>
speed.</P>
<OL>
<LI>Computer fundamentals</LI>
<LI>Software</LI>
<LI>Internet</LI>
<LI>Hardware</LI>
</OL>
</BODY>
</HTML>
P2-Write a HTML code to create a nested list displaying list of Educational Movies,Web Series
etc.
<HTML>
<HEAD>
<TITLE>P2</TITLE>
</HEAD>
<BODY>
<OL>
<LI>Educational Movies</LI>
<UL>
<LI> SUPER 30 </LI>
<LI> PAREEKSHA</LI>
<LI> NOTEBOOK </LI>
<LI> HINDI MEDIUM </LI>
</UL>
<LI> EDUCATIONAL WEB SERIES</LI>
<UL>
<LI> KOTA FACTORY</LI>
<LI> LAAKHON MEIN EK</LI>
<LI> FLAMES</LI>
</UL>
<LI>CULTURAL MOVIES</LI>
<UL>
<LI> FAMILY DRAMA</LI>
<UL TYPE="SQAURE">
<LI> HUM SATH SATH HAI</LI>
<LI> HUM AAPKE HAI KOUN HAI </LI>
<LI> VIVAH</LI>
</UL>
<LI> INDIAN CULTURE</LI>
<OL>
<LI> LAGAAN</LI>
<LI> PARDESH</LI>
</OL>
</UL>
</OL>
</BODY>
</HTML>
P3-Write a HTML code to create a table for Distribution of marks and periods using colspan
and rowspan attributes.
<HTML>
<HEAD>
<TITLE>P3</TITLE>
</HEAD>
<BODY>
<TR><TH>Theory</TH><TH>Practical</TH></TR>
<TR><TD>1.</TD><TD>Networking</TD><TD>15</TD><TD>17</TD><TD>05</TD></TR>
<TR><TD>2.</TD><TD>HTML</TD><TD>25</TD><TD>30</TD><TD>50</TD></TR>
<TR><TD>3.</TD><TD>Cyber Ethics</TD><TD>10</TD><TD>08</TD><TD>10</TD></TR>
<TR><TD>4.</TD><TD>Practicals</TD><TD>50</TD><TD>-</TD><TD>-</TD></TR>
<TR><TD></TD><TD>Total</TD><TD>100</TD><TD>55</TD><TD>65</TD></TR>
</TABLE>
</BODY>
</HTML>
P4- Write a HTML code to create a nested list displaying list of states and their popular cities.
<HTML>
<BODY bgcolor=”green”>
<ol type=1>
<li>Banaras </li>
</ul>
<li> Ludhiana</li>
</ul>
</ol>
</BODY>
</HTML>
P5-Write a HTML code to create a Web page for displaying a Motivational Books with Author.
<HTML>
<BODY bgcolor="orange">
<p align=”center”> Motivational books or speeches create a positive and optimistic impact on
your life. They boost your confidence and help in developing a positive outlook towards life.
Books make you realize how powerful you can be in your life. Some of the books Motivational
Indian Books and its authors: </p>
<tr> <td> You are Born to Blossom </td> <td> Dr APJ Abdul Kalam </td> </tr>
<tr> <td> The Monk Who Sold His Ferrari</td> <td> Robin Sharma </td> </tr>
<tr> <td> The Five Steps to Success </td> <td> Yandamoori Veerendranath </td> </tr>
<tr> <td> Stay Hungry Stay Foolish </td> <td> Rashmi Bansal </td> </tr>
</table>
<p>Popular Book in India<br> Malgudi Days is a collection of short stories by <B> <I> <U> R.K.
Narayan </U> </I> </B> published in 1943. </p>
</BODY>
</HTML>
P6-Write a HTML code to design a form to collect information of Students.
<HTML>
<HEAD>
<TITLE>P6</TITLE>
</HEAD>
<BODY bgcolor="lightgrey">
<FORM>
<BR><BR>
Select Class:
<BR><BR>
</FORM>
</BODY>
</HTML>
<BODY bgcolor="orange">
<DL>
<DT>Plagiarism</DT>
<H4>India has laws covering various areas of intellectual property as enumerated herein below:
</H4>
<OL TYPE="I">
<LI>Trade Marks</LI>
<LI>Patents</LI>
<LI>Industrial Designs</LI>
<LI>Geographical Indications</LI>
<LI>Data Protection</LI>
</OL>
</BODY>
</HTML>
<HTML>
<HEAD> <TITLE>P8</TITLE> </HEAD>
<BODY bgcolor="lightblue">
<AUDIO controls>
</AUDIO>
<VIDEO controls>
</VIDEO>
</BODY>
</HTML>
<HTML>
<HEAD>
<TITLE> P9</TITLE>
</HEAD>
<BODY>
</TABLE>
</BODY>
</HTML>
<HTML>
<HEAD> <TITLE>P10</TITLE> </HEAD>
<BODY bgcolor="lightpink">
<H3>
<DL>
<DT>Malware</DT>
<DD>"Malware" is short for malicious software and used as a single term to refer to virus, spy
ware, worm etc. </DD>
<DT>Virus</DT>
<DD> Virus is a program written to enter to your computer and damage/alter your files/data.
</DD>
<DT>Spyware</DT>
<DD> Spyware is a type of program that is installed with or without your permission on your
personal computers to collect information about users, their computer or browsing habits
tracks each and everything that you do without your knowledge and send it to remote
user.</DD>
<DT>Antivirus</DT>
<DD>Antivirus is software that is designed to detect, protect against, and remove malware on a
computer or mobile device. </DD>
</H3>
</BODY>
</HTML>