forked from anmolsri150/tut
-
Notifications
You must be signed in to change notification settings - Fork 0
/
digichild.html
94 lines (93 loc) · 5.15 KB
/
digichild.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
<!DOCTYPE html>
<html>
<head>
<title>Digital Ehtics - About Us</title>
<link rel="stylesheet" type="text/css" href="ntheme.css">
<link rel="stylesheet" type="text/css" href="nstyle.css">
<script type="text/javascript" src="slide.js"></script>
</head>
<body id="top">
<div class="header" style="margin-top: -30px;">
<h2 class="title">DIGITAL ETHICS</h1>
<ul class="nav-bar">
<li><a href="nindex.html">HOME</a></li>
<li><div class="dropdown">
<button class="dropbtn">DIGITAL ETHICS</button>
<div class="dropdown-content">
<a href="digintro.html">About</a>
<a href="digiequity.html">Digital Equity</a>
<a href="digichild.html">Digital Ethics - Children</a>
</div>
</div>
</li>
<li><div class="dropdown">
<button class="dropbtn">SERVICES</button>
<div class="dropdown-content">
<a href="consult.html">Consultancy</a>
<a href="workshop.html">Workshop</a>
</div>
</div></li>
<li><a href="naboutus.html">ABOUT US</a></li>
<li><a href="ncontactus.html">CONTACT</a></li>
</ul>
</div>
<div class="outer">
<div class="content">
<h1>Digital Equality - Children</h1>
<p>
We invest heavily in teaching our children about what constitutes appropriate behavior within different environments. It is also important that we help children understand that this same standard of ethics and responsibility apply to their interactions online as well.
<br><br>
<h3>Acting Ethically and Responsibly</h3>
<p>
Most people try to act responsibly and live by a set of ethical standards that they’ve learned. These guidelines for appropriate behavior may vary depending on the place we are and the people we’re with.
</p><p>
Just as we explicitly teach children the proper behavior in “real life” situations, we must help kids learn how to behave appropriately, responsibly, and ethically in a variety of digital spaces: multi-player online games, social networking, etc.
</p><p>
Problems arise because children often feel anonymous when using the Internet or mobile phones and, since they usually don’t see the person with whom they are interacting, they don’t see the impact of the things they do or the words they use. That leads to what psychologists call “disinhibition.” Kids may act meaner, more irresponsibly, and more dangerously because it seems like they’re not harming anyone and they can get away with it. That’s one of the reasons children may cyberbully, sext, plagiarize or illegally share copyrighted content. And it’s a good reason to have a conversation with your children about cyberethics. Help them learn to apply the “golden rule” to their online interactions, to act responsibly, and to treat themselves and others with respect and kindness.
</p>
<br/><br/>
<h3>Maintaining a Digital Reputation</h3>
<p>
A concept parents should keep in mind-and teach their children-is that digital content never dies: once material is created and posted, it lives on the Internet–often for anyone to see–now and well into the future. Pictures taken by your teen at a fun party that are then posted to a social networking site, questionable comments made in a tweet, gossip about others published on a blog, all of which seem harmless at the time, can come back to haunt them down the road. Even apps that restrict access to your posts and delete them shortly after they’re made cannot prevent a friend from making a copy and using it later.
</p><p>
Teach your children that they have a digital reputation to maintain and protect. What they may see as fun might be viewed as inappropriate by others. Schools, colleges, potential employers, and others now routinely check Internet sources for information about applicants. Even deleting material may not make it go away entirely. Deleted material can be saved in the files of others only potentially to reappear at a latter time. Make sure your children and teens understand it’s their responsibility to maintain their online reputations and the consequences of not doing so.</p>
<div class="image_holder">
<img src="6.jpg" align="left" class="image"><img src="7.jpg" align="right" class="image">
</div>
</div>
</div>
<div class="foot">
<div class="foot-lside">
<h5>Owners</h5>
<p>Shubhranshu Sanjeev Srivastava</p>
<p>Apurva Nagar (Note: Last 'A' is silent in 'Apurva'.. He is male!!)</p>
</div>
<div class="foot-mside">
<h5>Contact Info</h5>
<p>Address: 184 Main Collins Street West Victoria 8007 </p>
<p>Phone no: +1800-222-3333 </p>
<p>Mobile no: +1833-232-3443 </p>
<p>Email: [email protected]</p>
</div>
<div class="foot-rside">
<h5>Careers</h5>
<p>Full Time</p>
<p>Internship</p>
</div>
<div class="foot-xrside">
<h5>Social</h5>
<p>Facebook</p>
<p>Twitter</p>
<p>Blog</p>
</div>
<div class="b-footer">
<div><p>© Electric Web Inc.</p></div>
<div class="btt">
<a href="#top">
<img src="btt.png" align="right" />
</a>
</div>
</div>
</div>
</body>
</html>