2024_2025_SWP2_1

2024_2025_SWP2_1

10th Grade

8 Qs

quiz-placeholder

Similar activities

Web Development

Web Development

1st - 12th Grade

10 Qs

REVIEW ACTIVITY

REVIEW ACTIVITY

10th Grade

10 Qs

HTML

HTML

9th - 12th Grade

9 Qs

Understanding HTML and Links

Understanding HTML and Links

10th Grade - University

10 Qs

Introduction to HTML

Introduction to HTML

9th - 12th Grade

10 Qs

Day 1&2 revison test

Day 1&2 revison test

9th - 12th Grade

10 Qs

html lesson-1

html lesson-1

10th Grade

10 Qs

HTML Basics

HTML Basics

7th - 10th Grade

10 Qs

2024_2025_SWP2_1

2024_2025_SWP2_1

Assessment

Quiz

Computers

10th Grade

Hard

Created by

Gerald Weidinger

Used 6+ times

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

HTML...

ist eine Programmiersprache, die auf Servern ausgeführt wird.

ist eine Auszeichnungssprache, die vom Web-Server an den Client gesendet und im Browser dargestellt wird.

wird zur Programmierung von Servern verwendet, um Daten zu speichern.

D) HTML ist eine Skriptsprache, die Datenbanken verwaltet.

2.

MULTIPLE SELECT QUESTION

1 min • 1 pt

Welche HTML-Elemente sind mit Attributen angereichert?

<img src="bild.jpg" alt="Beschreibung des Bildes">

<p>Dies ist ein einfacher Absatz.</p>

<a href="https://example.com">Besuche die Webseite</a>

<h1>Willkommen auf meiner Webseite</h1>

3.

MULTIPLE SELECT QUESTION

1 min • 1 pt

Welche Beispiele enthalten absolute Pfade?

<a href="images/logo.png">Logo</a>

<a href="../about.html">Über uns</a>

<a href="index.html">Startseite</a>

4.

MULTIPLE SELECT QUESTION

1 min • 1 pt

Wie kann HTML mit Style angereichert werden?

Direkt beim HTML-Element mittels Attribut

Im Header der HTML-Datei

Als verlinkte CSS-Datei

5.

MULTIPLE SELECT QUESTION

1 min • 1 pt

Welche Beispiele verändern Elemente mit der entsprechenden Klasse?

.id {color: blue;}

#class {color: green;}

class {color: yellow;}

.class {color: red;}

6.

MULTIPLE SELECT QUESTION

1 min • 1 pt

Welches CSS verändert entsprechende IDs?

#class {color: blue;}

.id {color: green};

#id {color: yellow;}

id {color: red;}

7.

MULTIPLE SELECT QUESTION

1 min • 1 pt

Welche Elemente werden bei HTML-Tabellen verwendet?

table

tr

th

td

tc

8.

MULTIPLE SELECT QUESTION

1 min • 1 pt

Welche Elemente für Formulare gibt es wirklich?

Textbox

Radio-Buttons

Label

Password

Button