Page 69 - Touchpad_Plus_V3.2_Class 6
P. 69
Periodic Assessment 2
(Based on chapters 3 to 5)
A. Write ‘T’ for True and ‘F’ for False.
1. Formatting refers to the grammatical correction in the text. ............................
2. You can insert mathematical equations using the Object option. ............................
3. A footer means the space left on the right side of the page. ............................
4. You can adjust the paragraph spacing according to your requirement. ............................
B. Label the following window:
C. Fill in the blanks to display the text in white colour with red background:
<!DOCTYPE html>
<html>
<head>
<title>My Name</title>
<style>
body {
: red;
: white;
}
</ >
</head>
<body>
My name is Amit
</body>
</ >
Periodic Assessment 2 67

