TLE 7 - 4Q L11 L2

TLE 7 - 4Q L11 L2

7th - 12th Grade

25 Qs

quiz-placeholder

Similar activities

Year 8 Lists

Year 8 Lists

8th Grade

20 Qs

PTS PWPB Kelas 11 Sem 1

PTS PWPB Kelas 11 Sem 1

11th Grade

21 Qs

Introduction to E-commerce chapter 10 (RB3)

Introduction to E-commerce chapter 10 (RB3)

6th - 8th Grade

20 Qs

ICT

ICT

1st Grade - University

20 Qs

Wireless and Bluetooth devices

Wireless and Bluetooth devices

11th Grade

20 Qs

Topic 2 - Revision Quiz (4th)

Topic 2 - Revision Quiz (4th)

11th Grade

20 Qs

R12.2 Quiz: Collaborative Communication Tools and Technologies

R12.2 Quiz: Collaborative Communication Tools and Technologies

12th Grade

20 Qs

Html - язык гипертекстовой разметки

Html - язык гипертекстовой разметки

10th Grade

20 Qs

TLE 7 - 4Q L11 L2

TLE 7 - 4Q L11 L2

Assessment

Quiz

Computers

7th - 12th Grade

Practice Problem

Easy

Created by

Gabriel Adrian Angeles

Used 1+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

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).

1

Media Image

3

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

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?