Class 10 Computer Applications Project
Class 10 Computer Applications Project
EDUCATION
UMAKRISHNA EDUCATIONAL FOUNDATION
Cantt,Kanpur
Abdulla Rasheed
Asheish Pandey
10 – FA
Roll no. 4
ACKNOWLEDGEMENT
I wish to express my deep sense of gratitude and
indebtedness to our learned teacher ASHEISH PANDEY,
DESIGNATION, UA KRISHNA EDUCATION for his
invaluable help, advice and guidance in the preparation of
this project. I am also greatly indebted to our principal
Ravi srivastav and school authorities for providing me
with the facilities and requisite laboratory conditions for
making this practical file. I also extend my thanks to a
number of teachers ,my classmates and friends who
helped me to complete this practical file successfully.
Abdulla RAsheed
CERTIFICATE
This is to certify that Abdulla rasheed, student of Class X, uma
krishna educational foundationhas completed the PRACTICAL
FILE during the academic year 10-fa towards partial fulfillment of
credit for the Computer Applications practical evaluation of 2022-
23 and submitted satisfactory report, as compiled in the following
pages, under my supervision.
Internal Examiner
External Examiner
Signature
Date: 3/10/2023
Principal Signatur
1 Create an HTML Basic Web page using basic tags and formatting
tags. Write a paragraph with proper headings and subheadings and
relevant text with some images.
<html> is playing a major role
because by using
RESULT
Prepare a list
<html> </ul>
<head>
</head>
<ul> <li>Vivah</li>
<li>Paathshaala</li> <ol>
</ul> <li>Lagaan</li>
<li>Pardes</li>
<ul> </body>
<li>Engineering Girls</li>
RESULT-2
Create a given table
<html> <tr>
<td align='center'>14.00</td>
<tr>
RESULT-3
Create a form
</head>
<input type="radio" id="magazine"
<body>
name="source" value="magazine">
<h1>Subscribe to Our Newsletter</h1>
<label for="magazine">In a
<p>For more updates, please subscribe to our magazine</label><br>
newsletters:</p>
<label for="email">Email:</label>
<p>Which games do you like to play:</p>
<input type="email" id="email" name="email"
size="40" required><br> <select id="games" name="games" size="2">
<option>Cricket</option>
<option>Football</option> <textarea id="comments" name="comments"
rows="6" cols="80">Enter comments about this
<option>Hockey</option>
website. Good or Bad</textarea><br>
<option>Chess</option>
<option>Tennis</option>
<input type="submit" value="Submit">
</select><br>
<input type="reset" value="Reset">
</form>
<p>Enter comments about this website:</p>
</body>
</html>
RESULT-4
HTML Code for Links in HTML
about_us.html [Link]
<html> <html>
<head> <head>
</head> </head>
</ul>
</body>
</html>
[Link]
<head>
<meta charset="UTF-8">
<title>>[Link]</title>
</head> [Link]
<li><a href="[Link]">Career</a></li>
</ul>
</body>
</html>
RESULT-5
HOME PAGE
About ua
CSS and HTML
<html> <td>England</td>
<head> </tr>
<title>StyleSheet</title> </body>
</head>
[Link]
<body>
body {
<h1>External Style Sheet Demo</h1> background: ivory;
}
<hr class="green-hr">
p {
<table border="1"> font-family: Arial, sans-
serif;
<tr> font-size: 12px;
color: brown;
<th>[Link]</th>
}
<th>Player Name</th>
h1 {
<th>Team</th> font-family: Arial, sans-
serif;
</tr> font-size: 20px;
color: red;
<tr> }
<td>1</td>
[Link]-hr {
<td>Virat Kohli</td> color: green;
}
<td>India</td>
table {
</tr> background: pink;
border: 2px solid;
<tr> text-align: right;
color: brown;
<td>2</td> }
RESULT-6
Frames
[Link] [Link]
<html> <html>
<head> <head>
<title>Frames</title> <title>Frames</title>
</head> </head>
<body> <body>
<h1 align="center">Fun facts about You’ve probably heard some of the jokes
cricket</h1> about how cricket matches last a long time.
Even if you’ve watched a cricket game unfold
</body>
over a couple of days, though, you haven’t
</html> come anywhere near close to watching the
longest match ever recorded. That honour goes
[Link] to the England-South Africa Test match in 1939,
<html> which lasted an astonishing 12 days and still
concluded without a clear winner.
<head>
<a href='photos/[Link]' target='l1'>Show
<title>Frames</title> Pics</a>
<frameset rows="10%,*"> <br><br>
<frame src="[Link]"> You’d think that achieving a score of 111 runs
<frameset cols="50%,50%"> would be something to celebrate, wouldn’t
you? However, many cricket players – especially
<frame src="[Link]"> those who are particularly superstitious –
regard this score as bad luck. 111 resembles the
<frameset rows="50%,50%">
wickets and stumps in cricket, so many view this
<frame src="[Link]" name="l1"> score as a bad omen of things to come.
Obviously, this has never been substantiated
<frame src="[Link]" name="l2">
because there really is no such thing as a “bad
</frameset> omen.” Still, it’s pretty spooky, no?
<head> }
<meta charset="UTF-8">
margin: 20px;
<section class="welcome-section">
}
<h1>Welcome to our website!</h1>
.welcome-section {
<p>In addition, students enhance both </section>
their intellectual and social development by
taking full advantage of the many opportunities
that are offered in sports, music, drama, <section class="staff-section">
debating, community service, and other forms
of civic engagement.</p> <h2>Our Staff</h2>
</html>
<p>Come and find out for yourselves. We
look forward to meeting you!</p>
RESULT-8
Write a blog using HTML pages discussing viruses,
malware, spam and antiviruses.
<head>
Malware is a catch-all term for any type of
<meta charset="UTF-8">
malicious software, regardless of how it works,
<title>Virus, Malware, Spam, and Antivirus its intent, or how it’s distributed. A virus is a
Blog</title> specific type of malware that self-replicates by
inserting its code into other programs.
</head> Computer viruses have been prominent since
<body> almost the beginning of the commercial
internet: The first one was created in 1982 for
<header> the Apple II, and other versions quickly
<h1>Welcome to the Blog!</h1> followed.
</header>
<li><a </body>
href="[Link]">Antiviruses</a></li>
</html>
</ul>
[Link]
</nav>
<!DOCTYPE html>
<main>
<html>
<p>Welcome to our blog, where we
<head>
explore the world of digital threats and security
[Link] terms "virus" and "malware" are <title>Antiviruses</title>
often used interchangeably. However, they are
</head>
<body> [Link]
<header>
[Link]
Spam is annoying, but it’s also a threat. While
many of us might think we’re savvy enough to
<html> recognize any form of it, spammers regularly
update their methods and messages to trick
<head> potential victims. The reality is that we’re all
<meta charset="UTF-8"> constantly under attack from cybercriminals
and the proof is in your inbox.</p>
<title>Spam</title>
<!-- Add content about spam here -->
</head>
</main>
<body>
</body>
<header>
</html>
<h1>The Problem of Spam</h1>
[Link]
</header>
<nav>
<html>
<ul>
<head>
<li><a href="[Link]">Home</a></li>
<meta charset="UTF-8">
<li><a
href="[Link]">Viruses</a></li> <title>Viruses</title>
<li><a </head>
href="[Link]">Malware</a></li> <body>
<li><a <header>
href="[Link]">Antiviruses</a></li>
<h1>Understanding Viruses</h1>
</ul>
</header>
</nav>
<nav>
<ul> </html>
<li><a href="[Link]">Home</a></li>
<li><a
href="[Link]">Malware</a></li>
<li><a href="[Link]">Spam</a></li>
<li><a
href="[Link]">Antiviruses</a></li>
</ul>
</nav>
<main>
</main>
</body>
Result-9
Create a web page discussing plagiarism. List some reported
cases of plagiarism and the consequent punishment meted
out. Explain the nature of the punishment in different
countries as per their IP laws.
<!DOCTYPE html> padding: 20px;
<meta charset="UTF-8"> }
<body>
header {
<header>
background-color: #333;
<h1>Turning in Someone Else's Work as
color: #fff;
Your Own</h1>
text-align: center;
</header>
padding: 20px;
<main>
}
<section id="overview">
<h2>Overview</h2>
main {
<p>
max-width: 800px;
Copyright infringement occurs when
margin: 0 auto; someone uses another's original creative work
without permission or authorization. In India, using a part of their work in your own creation,
copyright is governed by the Copyright Act of copying their work or sharing it with others
1957 and its amendments. without permission. Copyright laws protect
different types of creative work, such as books,
</p>
music, movies, paintings, photos, and software.
<p> To avoid breaking these laws, you should
always ask for permission before using
When someone reproduces, someone else's work. If you're caught breaking
distributes, displays, or performs copyrighted these laws, you could face serious penalties
work without the owner's consent, they infringe such as fines or lawsuits. It's important to know
on the owner's rights. For example, copying what's considered copyright infringement and
music, movies, books, or other creative works take steps to avoid it.
without permission, using photographs, videos,
or graphics without permission, or uploading or </p>
sharing copyrighted content online are
</section>
examples of copyrighted content.
</p>
<section id="documents-needed">
<p>
<h2>What Documents You Need to Fight
In India, copyright owners have the
a Copyright Infringement?</h2>
exclusive right to reproduce, publish, and sell
their work. Any unauthorized use of <ul>
copyrighted material violates the owner's rights
<li>A copy of the original copyrighted
and could result in legal action, including civil
work</li>
and criminal penalties. Before using another's
creative work, it is important to obtain the <li>Proof of ownership or authorship
appropriate permissions and licenses to avoid of the copyrighted work</li>
copyright infringement. Obtaining written
consent from the owner, obtaining a license, or <li>Evidence of the alleged
using works in the public domain or covered by infringement, such as copies of the infringing
fair use are all ways to accomplish this. work or website links</li>
<li>Any correspondence or
communication with the infringing party,
<section id="define-infringement">
including emails or letters</li>
<h2>Define Copyright Infringement</h2>
<li>Witness statements or affidavits
<p> from anyone who has knowledge of the
infringement</li>
Copyright infringement means using,
copying, sharing, or displaying someone's
creative work without permission. This includes
<li>Any contracts or agreements copyrighted material, such as music, movies, or
related to the copyrighted work, such as software.</li>
licensing or distribution agreements</li>
<li>Infringement on moral rights: This
<li>Any relevant copyright registration refers to the violation of the non-economic
certificates or applications</li> rights of the copyright owner, such as the right
to be recognized as the author of a work or the
<li>Documentation of any damages or
right to prevent any distortion or mutilation of a
financial losses incurred as a result of the
work.</li>
infringement, such as sales reports or financial
statements.</li> </ul>
</ul> </section>
</section> </main>
</body>
<p>
</p>
p{
</main>
margin-bottom: 20px;
</body>
}
</html>
</style>
<html>
</head>
<head>
<body>
<meta charset="UTF-8">
<header>
<title>Taking Passages and Global
<h1>Copying Large Pieces of Text Without
Plagiarism</title>
Citing</h1>
<style>
</header>
body {
<main>
background-color: #f5f5f5; /* Light white
<p>
background color */
Verbatim plagiarism, also called direct
font-family: Arial, sans-serif;
plagiarism, means copying and pasting
someone else’s words into your own work margin: 0;
without attribution.
padding: 0;
} <h1>Taking Passages from Multiple Sources
and Global Plagiarism</h1>
</header>
header {
<main>
background-color: #333;
<p>
color: #fff;
Global plagiarism means taking an entire
text-align: center;
text by someone else and passing it off as your
padding: 20px; own.
} </p>
<p>
h1 { </p>
</p>
p{
</main>
margin-bottom: 20px;
</body>
}
</html>
</style>
<html>
</head>
<head>
<body>
<meta charset="UTF-8">
<header>
<title>Plagiarism: Cases and
Consequences</title>
<link rel="stylesheet" type="text/css"
href="[Link]">
<section id="punishments">
</head>
<h2>Punishments in Different
<body> Countries</h2>
</ul>
</nav> </ul>
<main> </section>
<ul> </html>
<main>
header {
<p>
background-color: #333;
Section 57 of the 'Indian Copyright Act'
color: #fff;
allows the author an exclusive right. It offers
text-align: center; the author protection against any unauthorized
use of his work, including plagiarism. Section 63
padding: 20px; of the act considers copyright infringement as a
} criminal offense. The punishment may include
imprisonment for 6 months to 3 years.
</p>
main {
</main>
max-width: 800px;
</body>
margin: 0 auto;
</html>
padding: 20px;
background-color: #fff;
<html>
box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
<head>
}
<meta charset="UTF-8">
<body> header {
<header> background-color: #333;
color: #fff; In more major cases of plagiarism at
universities in the UK, students have been
text-align: center;
suspended or expelled. Plagiarism is a form of
padding: 20px; lying, and doing so makes you a dishonest
person. Professors and employers are less likely
} to trust you in the future if you plagiarize.
</p>
main { </main>
max-width: 800px; </body>
margin: 0 auto; </html><!DOCTYPE html>
padding: 20px; <html>
background-color: #fff; <head>
box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); <meta charset="UTF-8">
} <title>Punishment for Plagiarism in
USA</title>
h1 { <style>
</head>
header {
<body>
background-color: #333;
<header>
color: #fff;
<h1>Punishment for Plagiarism in UK</h1>
text-align: center;
</header>
padding: 20px;
<main>
}
<p>
main { </p>
background-color: #fff;
body {
box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); font-family: Arial, sans-
serif;
} margin: 0;
padding: 0;
background-color: #f5f5f5;
h1 { }
REESULT-10
THANKYOU