4. Create a webpage in html describing the uses and harmful effects of television using
tag three times.
Please answer as fast as you can please
Answers
Answer:
Mark me as the brainliest
Explanation:
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="" content="">
<title></title>
</head>
<body>
<h1>The uses and harmful effects of television</h1>
<br>
<h2>Uses</h2>
<ul>
<li>Ability to create powerful touchstones</li>
<li>TV enables young people to share cultural experiences with others</li>
<li>Educational programming can develop young children's socialization and learning skills</li>
</ul>
<br>
<h2>Harmful Effects</h2>
<ul>
<li>TV exposes your kid to negative influences, and promotes negative behavior</li>
<li>TV shows and commercials usually show violence, alcohol and drug </li>
<li>Kids who watch too much TV are usually overweight, according to the American Medical Association. Kids often snack on junk food while watching TV.</li>
</ul>
</body>
</html>