Page 107 - TP_iPlus_V2.1_Class6
P. 107
Life Skills and Values
Create a Webpage on the topic "How to Save Water".
#Coding & Computational Thinking
#Experiential Learning
Practical Time
Create a web page with the name Moon.html to display the following information about Moon:
“The Moon is Earth’s only natural satellite. It orbits around the Earth and is the fifth largest moon
in the Solar System.”
Apply the red colour to the background of the web page and white colour to the text using
internal CSS. The output should look like this:
The Moon is Earth’s only natural satellite. It orbits around the Earth and is the fifth largest moon in the Solar System.
Create the following web page using the clues given below:
Success is no accident. It is hard work, perseverance, learning, studying, sacrifice, and most of all, love of what you are
doing or learning to do.
– Pele
• Title of the web page should be ‘Hard Work Quote’.
• Save the web page with the name ExternalCSS.html
• Create a separate CSS file with the name style.css.
• Background colour of the web page should be lightgreen.
• Text colour should be red.
• Add the reference of the stylesheet using
the <LINK> tag.
Create a web page on “Earth Day” in HTML5
similar to the one given below using the
following instructions:
• The title of the web page should be EARTH
DAY.
• The background colour of the page should
be ‘Cyan’.
Teacher’s Corner
1. Explain the basic structure of an HTML5 document.
2. Do a walk-through of all the HTML Tags discussed in this chapter.
3. Explain three ways to use CSS styles in an HTML document.
105
HTML—An Introduction

