Úvod do CSS

Úvod do CSS

12th Grade

20 Qs

quiz-placeholder

Similar activities

PowerPoint 1

PowerPoint 1

9th Grade - University

15 Qs

Css test1

Css test1

2nd Grade - University

20 Qs

Quiz html dan css

Quiz html dan css

12th Grade

20 Qs

STP_Integrasi aplikasi

STP_Integrasi aplikasi

9th Grade - University

15 Qs

Quiz Administrasi Perkantoran

Quiz Administrasi Perkantoran

9th Grade - University

20 Qs

11-р анги

11-р анги

11th Grade - University

20 Qs

Emp. Tech. 12 - Intro to MS Excel Quiz

Emp. Tech. 12 - Intro to MS Excel Quiz

12th Grade - University

15 Qs

Advanced Drone Regulations Quiz

Advanced Drone Regulations Quiz

5th Grade - University

20 Qs

Úvod do CSS

Úvod do CSS

Assessment

Quiz

Information Technology (IT)

12th Grade

Easy

Created by

Čeněk Ďurian

Used 1+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Jakým způsobem lze použít CSS inline?
Přidáním atributu style přímo k HTML elementu
Použitím značky <style> uvnitř <head>
Připojením externího CSS souboru pomocí <link>
Pomocí JavaScriptu

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Která z následujících možností správně připojí externí CSS soubor?
<link rel="stylesheet" href="styles.css">
<style src="styles.css"></style>
<script src="styles.css"></script>
<link src="styles.css" type="stylesheet">

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Jaký je správný zápis CSS vlastnosti a hodnoty?
color: red;
red = color;
color - red;
color:red

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Jak nastavíte text na font Arial?
font-family: Arial;
font-style: Arial;
font: Arial;
text-family: Arial;

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Jak změníte barvu textu na modrou?
color: blue;
text-color: blue;
background-color: blue;
font-color: blue;

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Jak nastavíte barvu pozadí na žlutou?
background-color: yellow;
background: yellow-color;
color: yellow;
border-color: yellow;

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Kterou vlastností nastavíte tloušťku písma?
font-weight: bold;
font-thickness: bold;
text-weight: bold;
weight: bold;

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

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?