Quiz SCSS dan SASS

Quiz SCSS dan SASS

Professional Development

10 Qs

quiz-placeholder

Similar activities

Revisão HTML / CSS - CEMI

Revisão HTML / CSS - CEMI

Professional Development

14 Qs

jQuery I

jQuery I

Professional Development

15 Qs

Repaso  - Sass 1

Repaso - Sass 1

Professional Development

6 Qs

IW 1 - 1B3

IW 1 - 1B3

Professional Development

15 Qs

Android Study Jam session 3 "Scrollable List"

Android Study Jam session 3 "Scrollable List"

University - Professional Development

14 Qs

_Fundamentos HTML y CSS

_Fundamentos HTML y CSS

Professional Development

12 Qs

Basic Microsoft Word

Basic Microsoft Word

1st Grade - Professional Development

15 Qs

Web Development Quiz

Web Development Quiz

Professional Development

10 Qs

Quiz SCSS dan SASS

Quiz SCSS dan SASS

Assessment

Quiz

Computers

Professional Development

Medium

Created by

ade aye

Used 3+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Apa kepanjangan dari SASS?

Simple and Smooth Style

Syntactically Awesome Stylesheets

Style and Structure Syntax

Stylish and Simple Sheets

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Apa perbedaan utama antara SASS dan SCSS?

SASS menggunakan sintaks yang lebih singkat dibandingkan SCSS

SCSS tidak mendukung variabel

SCSS adalah versi lama dari SASS

SCSS hanya dapat digunakan untuk proyek React

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Bagaimana cara mendeklarasikan variabel di SCSS?

$primaryColor = red;

var primaryColor = red;

$primaryColor: red;

--primaryColor: red;

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Apa fungsi dari mixin dalam SASS?

Membuat loop untuk menghasilkan gaya CSS

Menyimpan blok kode yang dapat digunakan kembali

Menyisipkan file CSS ke dalam SCSS

Menggabungkan beberapa file SCSS

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Bagaimana cara mengimpor file SCSS lain ke dalam sebuah file SCSS?

import "file.scss";

include "file.scss";

@include "file";

@import "file";

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Apa tanda yang digunakan untuk membuat mixin di SCSS?

{}

@

&

$

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Apa output dari kode berikut? $color: blue; .button { color: $color; }

.button { color: $color; }

.button { color: #0000FF; }

.button { color: blue; }

.button { color: var(--color); }

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?