Page 87 - TP_Prime_V2.2_Class8
P. 87
21 st
4. Competency-based/Application-based questions. Century #Technology Literacy
Skills
a. You are developing an online learning platform where students can access
courses, resources and discussions. Consider incorporating internal links within
courses, external links to additional resources and internal links for easy
navigation within lengthy course materials.
b. You want to view two web pages on a single screen in a web browser. Show how lists, radio
buttons, and checkboxes are displayed and used on these two different web pages. Write
the HTML code to create this.
Activity Time MORE ON HTML
21 st
1. Surf the internet find out a video that can be played on mute. Century #Critical Thinking
Skills
If yes, how?
2. Anuradha wants to recreate the given web page. Century #Media Literacy
21 st
Skills 85
Select Harmful effects of plastics:
• Pollution
• Pleasant Weather
• Endangering Wildlife
• Toxicity
• Greenery
She has written the given code:
<!DOCTYPE html>
<html>
<head>
<title>Harmful Effects of Plastics</title>
</head>
<body>
<h2>Select Harmful Effects of Plastics:</h2>
<form>
<input type="radio" name="effect1" value="Pollution">Pollution<br>
<input type="radio" name="effect2" value="Pleasant Weather">Pleasant
Weather<br>
<input type="radio" name="effect3" value="Endangering
Wildlife">Endangering Wildlife<br>
<input type="radio" name="effect3" value="Toxicity">Toxicity<br>
<input type="radio" name="effect3" value="Greenery">Greenery<br>
</form>
</body>
</html>
But her output is not same. Help her identify the mistake and recreate the code.

