HTML CSS Flashcards

HTML CSS Flashcards

Assessment

Flashcard

Computers

9th - 12th Grade

Hard

Created by

Joe Rowe

FREE Resource

Student preview

quiz-placeholder

22 questions

Show all answers

1.

FLASHCARD QUESTION

Front

What does the HTML tag <a> do?

Back

<a> makes things clickable

2.

FLASHCARD QUESTION

Front

What tag allows an HTML file to connect to a CSS file?

Back

<link>

3.

FLASHCARD QUESTION

Front

The best location for the link tag? . . <link rel="stylesheet" type="text/css" href="a1.css">

Back

<head> <link> </head>

4.

FLASHCARD QUESTION

Front

What is on line 6 and 10?

Back

Selectors

5.

FLASHCARD QUESTION

Front

What is CSS syntax to select this div?

Back

#container {

}

6.

FLASHCARD QUESTION

Front

Which CSS property changes the color of the letters? Options: text-color, textcolor, color, background-color

Back

color

7.

FLASHCARD QUESTION

Front

Proper syntax for img tag
and a file named:
cute_cat.jpg

Back

<img src="cute_cat.jpg">

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?