Web Development

Web Development

Assessment

Flashcard

Computers

9th - 12th Grade

Hard

Created by

Wayground Content

FREE Resource

Student preview

quiz-placeholder

85 questions

Show all answers

1.

FLASHCARD QUESTION

Front

A computer language used to describe how HTML elements should be styled.

Back

CSS

2.

FLASHCARD QUESTION

Front

If you wanted to change the font style for a selector in CSS, which code would you use in your CSS rule-set? Options: text-decoration: value;, text-align: value;, font-family: value;, color: value;

Back

font-family: value;

3.

FLASHCARD QUESTION

Front

If you wanted to specify the horizontal alignment of text in a CSS element, which code would you use in your CSS rule-set?

Back

text-align: value;

4.

FLASHCARD QUESTION

Front

If you wanted to specify the color of a text element, which code would you use in your CSS rule-set? Options: background-color: value;, border-color: value;, font-color: value;, color: value;

Back

color: value;

5.

FLASHCARD QUESTION

Front

What code in the stylesheet could have made the text green? (Click on the image to make it larger)

Back

2 and 3

6.

FLASHCARD QUESTION

Front

Which of these are the correct code used to link a style sheet to an html webpage? Options: <link rel="stylesheet" href="style.css">, <img src="bubble-gum.jpg" alt="chewing bubble"/>, <p> stylesheet </p>, <h1> stylesheet </h1>

Back

<link rel="stylesheet" href="style.css">

7.

FLASHCARD QUESTION

Front

a set of rules to specify the style of a selected element.

Back

CSS rule-set

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?

Discover more resources for Computers