Introduction to Web Page Design Flashcard

Introduction to Web Page Design Flashcard

Assessment

Flashcard

Design

9th Grade

Hard

Created by

Wayground Content

FREE Resource

Student preview

quiz-placeholder

30 questions

Show all answers

1.

FLASHCARD QUESTION

Front

What does HTML stand for?

Back

Hyper Text Markup Language

2.

FLASHCARD QUESTION

Front

Which HTML tag is used to define an internal style sheet?

Back

style

3.

FLASHCARD QUESTION

Front

What is the correct HTML element for inserting a line break?

Back

<br>

4.

FLASHCARD QUESTION

Front

Which HTML attribute specifies an alternate text for an image, if the image cannot be displayed?

Back

`alt`

5.

FLASHCARD QUESTION

Front

How do you select an element with the id "demo" in CSS? Options: `demo`, `#demo`, `.demo`, `*demo`

Back

`#demo`

6.

FLASHCARD QUESTION

Front

Which property is used to change the background color in CSS? Options: `bgcolor`, `color`, `background-color`, `background`

Back

`background-color`

7.

FLASHCARD QUESTION

Front

How do you insert a comment in a CSS file? Options: `// this is a comment //`, `/* this is a comment */`, ``, `# this is a comment #`

Back

`/* this is a comment */`