Jeopardy: HTML Code Review

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/24

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

25 Terms

1
New cards

HTML stands for __.

HyperText Markup Language

2
New cards

The purpose of HTML is __.

To create the structure of web pages

3
New cards

The declaration used to define the document type in HTML5 is __.

4
New cards

The tags used for creating headings in HTML are __.

,

,

,

,

,
5
New cards

The purpose of the

It defines navigation links.

6
New cards

The tag used to create a paragraph is __.

7
New cards

The HTML tag used to embed images is __.

8
New cards

The tag used to create hyperlinks is __.

9
New cards

The tag commonly used to create a division or section in a document is __.

10
New cards
The purpose of the element in HTML is __________.

It groups inline-elements.

11
New cards

The attribute used with the tag to specify the image source is __.

src

12
New cards
13
New cards

The attribute that provides alternative text for an image in HTML is __.

alt

14
New cards

The attribute that serves as a unique identifier for an HTML element is __.

id

15
New cards

The attribute used to define a style class for an HTML element is __.

class

16
New cards

The tag used to create interactive fields in a form is __.

17
New cards

The two main methods used to send form data in HTML are __.

GET and POST

18
New cards

The tag used to create a form in HTML is __.

19
New cards

The tag used to define a label for an input element is __.

20
New cards

The input types used for multiple-choice questions in forms are __.

radio buttons and checkboxes

21
New cards

The definition of semantic HTML is __.

Semantic HTML uses HTML to reinforce the meaning of content.

22
New cards

The tag used to define the header of a document or section is __.

23
New cards

The tag used to define the footer of a document or section is __.

24
New cards

The benefit of using semantic elements in HTML is __.

They enhance accessibility for screen readers.

25
New cards

The tag used to define a section in a document with thematic grouping is __.