TLE 7 - 4Q L11 L2

TLE 7 - 4Q L11 L2

7th - 12th Grade

25 Qs

quiz-placeholder

Similar activities

Evaluación teórica: CSS

Evaluación teórica: CSS

11th Grade

22 Qs

HTML-CSS

HTML-CSS

8th Grade

21 Qs

Webxam Programming

Webxam Programming

12th Grade

20 Qs

Code.org: Web Development: Unit 2 Lessons 10 - 14 Test

Code.org: Web Development: Unit 2 Lessons 10 - 14 Test

7th - 10th Grade

22 Qs

HTML & CSS Review

HTML & CSS Review

7th - 10th Grade

24 Qs

Unit 9 | Web Development Vocabulary

Unit 9 | Web Development Vocabulary

8th Grade

20 Qs

HTML/CSS Quiz

HTML/CSS Quiz

6th Grade - University

20 Qs

Web Design CSS Study Set

Web Design CSS Study Set

9th - 12th Grade

20 Qs

TLE 7 - 4Q L11 L2

TLE 7 - 4Q L11 L2

Assessment

Quiz

Computers

7th - 12th Grade

Easy

Created by

Gabriel Adrian Angeles

Used 1+ times

FREE Resource

25 questions

Show all answers

1.

DROPDOWN QUESTION

1 min • 5 pts

LESSON 1: Cascading Stylesheets & Defining Styles

​ (a)   are a stylesheet language used to define how HTML elements are presented in the page.​

CSS discourages the use of ​ (b)   including those you learned in your previous topics.

The ​ (c)   used in the web today is CSS Level 3. ​

​ (d)   may be defined in three ways: inline, internal, and external.

The style definition is also called a ​ (e)  

CSS
formatting tags
current version
Styles
style rule.

2.

DROPDOWN QUESTION

1 min • 4 pts

A style defined inside a tag using the ​style attribute .​ ​ - ​ (a)  

Example:

<p style=“font-family: verdana;”>The font used in this text is Verdana</p>​

A style defined in the head of the ​HTML document . - ​ (b)  

A style sheet defined in a separate file. - ​ (c)  

The extension name that is used in ​ (d)  

inline style
internal stylesheet
external stylesheet
.css

3.

MATCH QUESTION

1 min • 4 pts

EXTERNAL STYLESHEET

(1) tag is omitted in HTML document. Instead, the (2) tag is used.

Comments in a CSS file starts with (3) and ends with (4).

3

Media Image

1

Media Image

2

Media Image

4

Media Image

4.

DROPDOWN QUESTION

1 min • 3 pts

The <link> tag has the following attributes:

​ (a)   - defines the relationship of the linked file.

​ (b)   - defines the content type of the data in the file.

​ (c)   - defines the URL of the CSS file.

rel
type
href

5.

DROPDOWN QUESTION

1 min • 5 pts

LESSON 2: CSS-SELECTORS

​ (a)   are used in CSS to indicate which HTML element, attribute, or value is “selected” to apply a design with.

There are ways of choosing or indication which and how elements are to be styled. The example below is called a ​ (b)   .

p { color: red; }​

You may also set a multiple style definitions for an element using the ​ (c)   class and id.

A ​ (d)   is created by adding a period and a name of your choice to name a class. 

An​ (e)   is created the same way except that it uses the number sign (#) instead of a period.

Selectors
type selector
global attributes
class selector
id selector

6.

DROPDOWN QUESTION

1 min • 5 pts

A ​ (a)   may be also be created by omitting the tag. This way, you may use the class or id selector in any element that you ​ (b)   .

Moreover, two or more classes may be specified in a​ (c)   .

A universal selector uses ​ (d)   that serves as a wildcard.

​ (e)   - This is used to refer to elements based on the attribute. Use the bracket characters for it.

generic class or id
choose
class attribute
*(asterisk)
attribute selector

7.

DROPDOWN QUESTION

1 min • 5 pts

​ (a)   Are used to set additional effects to selectors and always start with a colon (:).

Using the global attribute ​ (b)   you may also set a multiple style definitions for an element.

A ​ (c)   may be also be created by omitting the tag. This way you may use the class or id selector in any element that you choose.

A ​ (d)   uses *(asterisk) that serves as a wildcard.​

An ​ (e)   is used to refer to elements based on the attribute. Use the bracket characters for it

Pseudo-Classes selector
class and id
generic class or id
universal selector
attribute selector

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?