Webtech Tut3 CSS

Webtech Tut3 CSS

University

7 Qs

quiz-placeholder

Similar activities

Pre Test ComputerProgramming

Pre Test ComputerProgramming

University

10 Qs

Ms Word

Ms Word

12th Grade - University

10 Qs

Web-II-Loop and Function

Web-II-Loop and Function

University

10 Qs

Desain Grafis Kelas ''COVID-19"

Desain Grafis Kelas ''COVID-19"

12th Grade - University

10 Qs

Algorithm analysis: divide & conquer theory

Algorithm analysis: divide & conquer theory

University

10 Qs

Porcentajes

Porcentajes

University

12 Qs

Aplikasi Komputer Pengolah Angka

Aplikasi Komputer Pengolah Angka

University

10 Qs

Create a Website 1

Create a Website 1

KG - University

10 Qs

Webtech Tut3 CSS

Webtech Tut3 CSS

Assessment

Quiz

Computers

University

Practice Problem

Hard

Created by

Loris Galler

Used 2+ times

FREE Resource

AI

Enhance your content in a minute

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

7 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Wie referenziert man eine bestimmte Klasse (class) mit CSS?

.class{...}

#class{...}

class{...}

2.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Media Image

Welche Selektoren wählen alle <p>-Elemente innerhalb dieses <div>-Elements?

div + p { ... }

div ~ p { ... }

div > p { ... }

div p { ... }

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Was bewirkt dieser CSS-Code?

Er färbt alle <p>-Elemente gelb

Er färbt alle <p>-Elemente innerhalb eines <div>-Elements gelb

Er färbt alle <p>-Elemente gelb, die direkt auf ein <div>-Element folgen

Er färbt das erste <p>-Element in jedem <div> gelb

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Der Attribut-Selektor input[type="text"] wählt alle <input>-Elemente mit type="text" aus.

Wahr

Falsch

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Was wird durch diesen CSS-Code bewirkt?

Der Hintergrund wird immer hellblau

Der Hintergrund wird hellblau, wenn man mit der Maus über das Element fährt

Der Hintergrund wird hellblau, wenn man auf das Element klickt

Der Hintergrund ändert sich nicht

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Was passiert, wenn folgender CSS-Code angewendet wird?

Der gesamte Text im <p>-Element wird rot

Nur die erste Zeile im <p>-Element wird rot

Nur die erste Zeile des Dokuments wird rot

Nur das erste <p>-Element wird rot

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Welche dieser Optionen zeigt die korrekte Syntax einer JavaScript-Funktion?

1

2

3

4