WITW + HTML 2.1-2.5 CodeHS Matisse

WITW + HTML 2.1-2.5 CodeHS Matisse

Assessment

Flashcard

Computers

6th - 8th Grade

Hard

Created by

Wayground Content

FREE Resource

Student preview

quiz-placeholder

33 questions

Show all answers

1.

FLASHCARD QUESTION

Front

What is the function of the <p> tag?

Back

Defines a paragraph.

2.

FLASHCARD QUESTION

Front

What does HTML stand for?

Back

Hypertext Markup Language

3.

FLASHCARD QUESTION

Front

Name an element which doesn't have a closing tag: <img>, <head>, <body>, <p>

Back

<img>.

4.

FLASHCARD QUESTION

Front

The content of the web (such as your pictures, text, links) will show up here.

Back

Body

5.

FLASHCARD QUESTION

Front

Which of the following is the largest heading? <h2>, <h3>, <h4>, <h6>

Back

<h2>

6.

FLASHCARD QUESTION

Front

Which tag is used to underline text? Options: <a>, <u>, <b>, <I>

Back

<u>

7.

FLASHCARD QUESTION

Front

Which tag is used to create a hyperlink? Options: <a>, <href>, <b>, <i>

Back

<a>.