plunata7
Quiz by , created more than 1 year ago

Quiz on HTML Basics, created by plunata7 on 30/01/2015.

14
2
0
No tags specified
plunata7
Created by plunata7 over 9 years ago
Close

HTML Basics

Question 1 of 5

3

Welche Möglichkeiten hat man mit HTML?

Select one or more of the following:

  • Beliebige Dateien auf dem Client schreiben und lesen

  • Texte strukturieren

  • Dokumente verknüpfen

  • Bilder einbinden

  • Berechnungen durchführen

Explanation

Question 2 of 5

1

Wofür steht die Abkürzung HTML?

Select one of the following:

  • Hyper Texture Model Language

  • Hypertext Markup Language

  • Hometext Markup Language

  • Hyper Transfer Model Layer

Explanation

Question 3 of 5

1

Welche der folgenden HTML-Grundstrukturen ist korrekt?

Select one of the following:

  • <html>
    <!DOCTYPE ... >
    <head></head>
    <body></body>
    </html>

  • <!DOCTYPE ... >
    <html>
    <head></head>
    <body></body>
    </html>

  • <!DOCTYPE ... >
    <head></head>
    <html>
    <body></body>
    </html>

  • <!DOCTYPE ... >
    <head></head>
    <body></body>

Explanation

Question 4 of 5

1

Welche der folgenden HTML-Elemente sind Block-Elemente?

Select one or more of the following:

  • <p>

  • <span>

  • <img>

  • <section>

  • <div>

  • <strong>

  • <article>

Explanation

Question 5 of 5

1

Welche der folgenden HTML-Dokumente sind Inline-Elemente?

Select one or more of the following:

  • <p>

  • <span>

  • <img>

  • <section>

  • <div>

  • <strong>

  • <article>

Explanation