.NET Written Work 3

.NET Written Work 3

12th Grade

10 Qs

quiz-placeholder

Similar activities

BÀI 16. ĐỊNH DẠNG KHUNG

BÀI 16. ĐỊNH DẠNG KHUNG

12th Grade

10 Qs

Mastering Web Development Concepts

Mastering Web Development Concepts

12th Grade

15 Qs

WD3-HTML and Creative Commons Concepts

WD3-HTML and Creative Commons Concepts

9th - 12th Grade

8 Qs

CSS - quiz 2

CSS - quiz 2

9th - 12th Grade

7 Qs

Intro to CSS Styling Quiz

Intro to CSS Styling Quiz

9th - 12th Grade

5 Qs

Ôn tập cuối HKII tin 12 CD đúng-sai

Ôn tập cuối HKII tin 12 CD đúng-sai

12th Grade

10 Qs

Web Development

Web Development

9th - 12th Grade

10 Qs

LibreOffice Writer Styles Quiz

LibreOffice Writer Styles Quiz

10th Grade - University

15 Qs

.NET Written Work 3

.NET Written Work 3

Assessment

Quiz

Information Technology (IT)

12th Grade

Medium

Created by

Micah Regaspi

Used 3+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is the correct syntax for CSS?

selector: value = property;

selector { property: value; }

property { selector: value; }

value { property: selector; }

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which CSS type is most appropriate for styling a single-page website?

Inline CSS

Internal CSS

External CSS

Browser default

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which CSS type has the lowest priority in the cascading order?

Inline CSS

Internal CSS

External CSS

Browser default

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the main advantage of external CSS?

It can only be applied to one page.

It requires no additional files.

It can be reused across multiple pages.

It automatically overrides inline styles.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which is NOT an advantage of using CSS?

Easier maintenance.

Consistency across pages.

Ability to separate content from design.

Ability to store user data.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct way to add an external CSS file in HTML?

<css src="style.css">

<stylesheet link="style.css">

<style href="style.css">

<link rel="stylesheet" href="style.css">

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a valid CSS declaration?

font color = blue;

color: blue;

text-color = blue;

color; blue:

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?