wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Unit11_RevisionQuiz_CSS

Total questions: 16

Worksheet time: 32mins

Name
Class
Date
1.

CSS stand for?

a)

Case Sensitive Style

b)

Computers Style Sheets

c)

Cascade Style Sheets

d)

Cascade Style Systems

2.

CSS helps us bring life and color to our websites. Which of the ways listed below is NOT a form of enabling CSS into an HTML document?

a)

Outline Style CSS

b)

Internal Style Sheet

c)

External Style Sheet

d)

Inline Style

3.

A file format is the layout of a file in terms of how the data within the file is organized. What kind of file format does a CSS file use?

a)

.html

b)

.docx

c)

.css

d)

.ajx

4.

In CSS, what is used to find, or select, HTML elements based on their element name, ID, class, attribute, and more?

a)

CSS Outline

b)

CSS Selectors

c)

CSS Blocks

d)

CSS Values

5.

A ___________ consist of a property and a value,

a)

Tag

b)

Attribute

c)

Declaration

d)

This is H1

6.

Fill in the following:h1 {_________:VALUE;}

a)

Tag

b)

Attribute

c)

Declaration

d)

This is H1

7.

A declaration is terminated by a..

a)

; - Semi colon

b)

} - end curly bracket

c)

. - period

d)

! - explanation point

8.

When you design a website in a way that helps users learn the navigation easily, so that they don’t have to click several buttons to reach their goal, you are following what kind of design principle?

a)

Flexibility

b)

Robustness

c)

Ease of Use

d)

Consistency

9.

For your website to function in a way that it changes the size of its content depending on the device, what kind of web design principle would you implement?

a)

Responsiveness

b)

Robustness

c)

Simplicity

d)

Ease of Use

10.

Imagine you are told by Aramco to build a website for their employees. When you have completed the entire process, you run into an issue: It does not function properly on Internet Explorer. The navigation, images, and text is all jumbled up. Under which category would you place this issue?

a)

Accessibility

b)

Usability

c)

Browser Compatibility

d)

Simplicity

11.

As a web developer, you are supposed to be excellent with numbers – especially numbers associated with the size of the screen(s) you are working with. To give this a more technical term, web developers decided to base it on the number of pixels your screen is made up of. What is this term?

a)

W3C Standards

b)

Screen Resolution

c)

Screen Size

d)

All of the above.

12.

To make computers do more useful work and to develop systems that can support trusted interactions over the internet, web data is implemented. Which of the W3C standards does this fall under?

a)

XML Technology

b)

Web Architecture

c)

Web of Devices

d)

Semantic Web

13.

For users that have disabilities, it is crucial to follow accessibility guidelines. Which of the guidelines would help you provide alt text for an image?

a)

Transcripts for Audio

b)

Keyboard Input

c)

Alternative Texts for Images

d)

None of the above.

14.

Some people cannot use a mouse, including many older users with limited fine motor control or skills. An accessible website should not rely on a mouse, it should make all functionality available from the use of a keyboard. In order to do this, which accessibility guideline is the most appropriate?

a)

Keyboard Input

b)

Semantic Web

c)

Transcripts for Audio

d)

Alternative Texts for Images

15.

When building webpages, you include HTML, CSS, SVG, Ajax, and other technologies used for WebApps. Which W3C Standard would this fall under because this has information on how to make pages accessible to people with disabilities, to make them international, and make them work on mobile devices?

a)

Web of Devices

b)

Web Architecture

c)

Semantic Web

d)

Web Design and Applications

16.

When designing a website, you are bound to use images to make the website more visually pleasing and appealing. In order to do so, you will use images and GIFS. What are the two file formats you would use to display images on a webpage?

a)

.pdf and .exe

b)

.gif and .jpg

c)

.png and .mp3

d)

All of the above.