1028232381
1028232381
1028232381
ICT Booklet
2nd Trimester
Grade 7 ( )
Name: __________________________________
Chapter 1: Stylesheet
Key Vocabulary:
1. HTML: HTML stands for Hyper Text Markup Language. It is a special (markup)
language used to create webpages.
2. HTML Tags: To create a webpage, HTML has pre-defined keywords, called
TAGS. They are used to add content in a webpage.
3. Webpage: A document created using HTML that can only be viewed in a
browser.
4. Website: A collection of web pages with related content that has a common
domain name.
5. CSS: CSS stands for Cascading Style Sheet. It is a language used to design
webpage e.g., specifying colors, layout of webpages etc.
Exercises:
4- Which tag creates a heading for the page which appears at the top of the
browser in the title bar?
a-<head> </head> b-<body> </body> c-<title> </title> d-<h1> </h1>
5-The main tag inside which all HTML code is written is ___________
a-<img> b-<body> </body> c-<p> <p> d-<title></title>
1
8- If multiple CSS properties are specified inside one STYLE tag, they must be
separated using a ___________ symbol.
a- ; Semicolon b- , Common c- : Colon d- . Full stop
9-The _______ CSS property is used to set or change the color of texts on a web
page.
a- Color style b- Text-color c- color d- bg-color
Fill in the blank with the help of the given word bank:
2
5 Text-align Cascading Style Sheet
6 <div> </div> Tag used to add a paragraph
2. What is HTML?
Fill in the missing tags to complete the basic structure of html document:
3
Key Vocabulary:
1. CSS Grid Layout: It is a layout system that allows us to divide a webpage into
sections.
2. Website Layout: This defines a website structure. It defines how components
will be arranged in a website.
3. Minimalist Web Design: A website design concept which implements the
following principles:
a. User-friendly interface.
b. Limiting the color scheme to only 2-3 colors.
c. Plenty of empty space in between components.
d. Fewer details like, color transitions, shadows, textures, etc.
Exercises:
4-To arrange grid area items within a grid container, we use the _________ property.
a-Grid-Template b-Grid-Template-Area c-Grid d-Grid-Area
5-We can align HTML components at the center of a page by setting the margin
property to ________________.
a-Center b-Middle c-Auto d-None
6-Which of the following property will be used to add a border only to the bottom?
a-border-left b- border-right c- border-top d- border-bottom
4
State, whether the given statements are “TRUE” or “FALSE”:
1. To specify the size of background image of a webpage three values
can be used.
Fill in the blank with the help of the given word bank:
border-top
Column A Column B
5
1. Which of the property here is used to add a gap from the top of the
webpage?
a. 2px: __________________________
b. Solid: _________________________
c. Orange: ______________________
Key Vocabulary:
6
1. Responsive Web design: Responsive web design is about creating web
pages that look good on all devices. A responsive web design will
automatically adjust for different screen sizes and viewports.
2. Bootstrap: It is a framework which provides built-in components to create
responsive websites.
3. Carousel: A collection of images which appear one after another in a
horizontal direction.
4. Cards: A small rectangular or square shaped container with images or
buttons within it.
Exercises:
1-To include internal CSS designs, <style> tag is written within ___________ tag.
a-<body> b- <head> c- <img> d- <div>
6-A Bootstrap carousel displays ______________ that play one after another
a- Images b- Videos c-Text d-Audio
7
3. Use background-position property to place the image at the center.
Fill in the blank with the help of the given word bank:
8
3. Answer with reference to the given code:
9
Key Vocabulary:
Exercises:
6- UI stands for:
a- User Interface b-User Experience c-Unit Interface d-None of these
10
4. There are two sections to the Blocks Editor: Blocks and Viewer.
Fill in the blank with the help of the given word bank:
11
2. What are three components of MIT APP?
1. 2. 4. 5.
3.
12