Page 123 - 2403_Trackpad_V5.1_C6_Fb
P. 123
3. Meera is using a stacked area chart to visualise the performance of Suresh’s Logistics and Meera’s
Travel Agency. She wants to move the chart to a new worksheet for better representation clarity.
How can Meera move the chart to a new worksheet?
4. Ravi wants to compare the number of apples sold each month over the past year. Should he use
a pie chart or a line chart to represent this data? Explain why the chosen chart is the best option.
5. Lakshay has created a bar chart showing the sales of different products in his store. He feels that
the chart is too small and wants to make it larger for better visibility. How can Lakshay resize the
chart in Excel?
6. Aadya created a column chart in Excel to display her friends’ scores in a game. Later, he added
more players to his data. What actions should Aadya take to guarantee the inclusion of the new
players’ data in the chart?
Chapter 3: Learn HTML5 and CSS3
1. Suppose you have created a webpage using HTML. To do so, you use a text editor and Microsoft
Edge web browser. How does the role of the text editor differ from that of the Microsoft Edge web
browser in this process?
2. Your friend Neha has created an HTML document in Notepad and has saved it. She has opened it
in the Microsoft Edge web browser but doesn’t get the desired result. So, she shows you the given
code and asks you to help her correct it. What correction would you suggest for the given code?
<!DOCTYPE html>
<html>
<head>
<title>Introduction to HTML
</head>
<body>
HTML stands for Hypertext Markup Language. It is a markup language that describes the structure
of the web page. It allows us to create web pages that contain paragraphs, headings, links and
block quotes.
</body>
</html>
3. Ismat has created a webpage using HTML and wants to style it using CSS. What are the different
ways she can implement CSS in her HTML webpage?
4. Design a simple webpage using both HTML and CSS. The webpage should include:
• A heading with the text “Welcome to CSS” that is centered and has a font size of 30px.
• A paragraph with the text “CSS makes web pages look beautiful!” which is styled in Pink colour
and uses the font “Arial”.
5. Find error(s) in the following HTML code segment. Rewrite the correct code and underline the
corrections made.
body {
font-family: arial;
Assignments 121

