2024Web_SLO

2024Web_SLO

Assessment

Flashcard

Computers

11th - 12th Grade

Hard

Created by

Quizizz Content

FREE Resource

Student preview

quiz-placeholder

50 questions

Show all answers

1.

FLASHCARD QUESTION

Front

What tag pair is used to create a new paragraph?

Back

2.

FLASHCARD QUESTION

Front

What tag pair is used to create the largest heading?

Back

3.

FLASHCARD QUESTION

Front

Which tag is used to force the browser to display the next text or element on a new line? Options: <new line>, <p>, <br>, <line>

Back

<br>

4.

FLASHCARD QUESTION

Front

Choose the true statement below:
The content that displays in the browser is contained in the head section.
The content that displays in the browser is contained in the body section.
Information about the web page is contained in the body section.
All of the above are true.

Back

The content that displays in the browser is contained in the body section.

5.

FLASHCARD QUESTION

Front

What type of HTML list will automatically place a number in front of the items?

Back

ordered list

6.

FLASHCARD QUESTION

Front

What tag pair contains the items in an ordered or unordered list?

Back

  • 7.

    FLASHCARD QUESTION

    Front

    Choose the tag pairs that are used in a definition list: <dt> </dt>, <dl> </dl>, <dd> </dd>, all of the above

    Back

    all of the above