• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/14

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

14 Cards in this Set

  • Front
  • Back

<'!DOCTYPE'>

Defines the document type.

<'html'>

Defines an HTML document.

<'body'>

Defines the document's body.

<'h1'> to <'h6'>

Defines HTML headings

<'p'>

Defines a paragraph

<'br'>

Inserts a single line break.

<'hr'>

Defines a thematic change in the content.

<'!--...--'>

Defines a comment.

How many basic HTML tag(s) are there?

9

List all the basic HTML tag(s).

1) <'DOCTYPE'>


2) <'html'>


3) <'title'>


4) <'body'>


5) <'h1'> to <'h6'>


6) <'br'>


7) <'p'>


8) <'hr'>


9) <'!--...--'>

How many basic HTML5 tag(s) are new to HTML?

0

Which basic HTML5 tag(s) are now to HTML?

None.

How many basic HTML tags are not new in the 5th version of HTML?

9

Which basic HTML tags are not new in the 5th version of HTML?

1) <'DOCTYPE'>


2) <'html'>


3) <'title'>


4) <'body'>


5) <'h1'> to <'h6'>


6) <'br'>


7) <'p'>


8) <'hr'>


9) <'!--...--'>