0% found this document useful (0 votes)
48 views

Practical File Class X - (Computer Application) 1

Uploaded by

Chirag pardeshi
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
48 views

Practical File Class X - (Computer Application) 1

Uploaded by

Chirag pardeshi
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 12

P1-Create an HTML Web page using basic tags and formatting tags discussing about application

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>

<TABLE align="center" border="1">

<CAPTION>Distribution of Marks and Periods </CAPTION>

<TR><TH rowspan="2"> Unit No.</TH><TH rowspan="2"> Unit Name</TH>

<TH rowspan="2"> Marks</TH> <TH colspan="2"> Periods</TH></TR>

<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>

<HEAD> <TITLE> P4</TITLE> </HEAD>

<BODY bgcolor=”green”>

<H2 align=”center”>List of states and their popular cities </H2>

<img src="at.png" width=10% height=15%>

<ol type=1>

<li> Uttar Pradesh</li>

<ul type= “square”>

<li> Lucknow </li>

<li>Banaras </li>

</ul>

<li> Bihar </li>

<li> Madhya Pradesh</li>

<li> Punjab </li>

<ul type= “square”>

<li> Amritsar </li>

<li> Ludhiana</li>

</ul>

<li> Maharashtra </li>

</ol>

Give <a href=”mailto:[email protected]”> feedback </a>

</BODY>

</HTML>
P5-Write a HTML code to create a Web page for displaying a Motivational Books with Author.

<HTML>

<HEAD> <TITLE>P5- Motivational Books </TITLE> </HEAD>

<BODY bgcolor="orange">

<center> <h1> Indian Motivational Books </h1> </center>

<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>

<table border=2> <caption>Popular Books in India</caption>

<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>

<a href="mailto:[email protected]"> <img src="feedback.png" width=20% height=10%>


</a>

</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>

<H1><FONT color="red"><CENTER> FORM TO BE FILLED BY THE


SCHOOL</CENTER></FONT></H1>

<H3><FONT color="black"><CENTER>DETAILS OF STUDENT</CENTER></FONT></H3>

<FONT color="black" size="4"><CENTER>

Name of the Student:

<INPUT type="text" maxlenght="15" placeholder="First Name">

<INPUT type="text" maxlenght="15" placeholder="Last Name">

<BR><BR>

E-mail Address:<INPUT type="text"><BR><BR>

Select Class:

11<sup>th</sup><INPUT type="radio"> 12<sup>th</sup><INPUT type="radio"><BR>

<H3><FONT color="black">SELECT OPTIONAL SUBJECT </FONT></H3>

<INPUT type="checkbox" name="subject">Biology<BR>

<INPUT type="checkbox" name="subject">Maths<BR>

<INPUT type="checkbox" name="subject">Computer Science<BR>

<INPUT type="checkbox" name="subject">Physical Education<BR>

<BR><BR>

Enter DOB:Date<INPUT type="date"><BR><BR>


<INPUT type="submit"><INPUT type="reset">

</FORM>

</BODY>

</HTML>

P7-Create a web page discussing plagiarism.


<HTML>

<HEAD> <TITLE>P7- Plagiarism</TITLE> </HEAD>

<BODY bgcolor="orange">

<center> <h1> Plagiarism </h1> </center>

<DL>

<DT>Plagiarism</DT>

<DD>-Plagiarism is the fraudulent representation of another person's language, thoughts, ideas,


or expressions as one's own original work.</DD>

<TABLE BORDER="1" width="50%" align="Center">

<CAPTION> Plagiarism Cases in India</CAPTION>

<TR><TD>1. Chemistry Professor Accused of Plagiarizing More Than 70 Articles


</TD><TD>University Executive Council of the Sri Venkateswara University banned their
chemistry professor accused of plagiarizing not just one or two research papers, but almost
seventy of them.</TD>

<TR><TD>2.Kavya Viswanathan Was Accused of Plagiarism for Her Debut Novel</TD><TD>Now,


the charges almost ended the career of this author. However, according to her, those
similarities were unintentional. None believed her. Her contracts for the few other books were
called off and the movie deals that she made.</TD>

<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>Copyrights and Related Rights</LI>

<LI>Industrial Designs</LI>

<LI>Geographical Indications</LI>

<LI>Layout Designs of Integrated Circuits</LI>


<LI>Information Technology and Cyber crimes</LI>

<LI>Data Protection</LI>

</OL>

</BODY>

</HTML>

P8-Write a HTML code to insert an audio and video file.

<HTML>
<HEAD> <TITLE>P8</TITLE> </HEAD>

<BODY bgcolor="lightblue">

<H1>Inserting audio file</H1>

<AUDIO controls>

<source src="sample.mp3" type="audio/mp3">

Your browser does not support the audio tag.

</AUDIO>

<H1>Inserting Video file</H1>

<VIDEO controls>

<source src="samplefile.mp4" type="video/mp4">

Your browser does not support the video tag.

</VIDEO>

</BODY>

</HTML>

P9-Write a HTML code to create a table displaying Student Information.

<HTML>
<HEAD>

<TITLE> P9</TITLE>

</HEAD>

<BODY>

<TABLE border="1" bordercolor="red" bgcolor="yellow" align="center" width="30%"


height="30%" cellpadding="10"cellspacing="30">

<CAPTION> STUDENT INFORMATION</CAPTION>

<TR><TH>NAME</TH> <TH>ID</TH> <TH>COUNTRY</TH> </TR>

<TR><TD>SHEENA</TD> <TD>1056</TD> <TD>GERMANY</TD> </TR>

<TR><TD>SANVI</TD> <TD>5678</TD> <TD>MEXICO</TD> </TR>

<TR><TD>SAMARYA</TD> <TD>4567</TD> <TD>AUSTRIA</TD> </TR>

</TABLE>

</BODY>

</HTML>

P10-Write a HTML code to create a Web page discussing viruses, malware,


spyware and antiviruses.

<HTML>
<HEAD> <TITLE>P10</TITLE> </HEAD>

<BODY bgcolor="lightpink">

<center> <h1> Viruses, Malware, Spyware and Antiviruses</h1> </center>

<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>

You might also like