FWPDD Final Exam Study Guide Part Two

FWPDD Final Exam Study Guide Part Two

Assessment

Flashcard

Computers

9th - 12th Grade

Hard

Created by

Wayground Content

FREE Resource

Student preview

quiz-placeholder

25 questions

Show all answers

1.

FLASHCARD QUESTION

Front

How many items on a web page should you place an id?

Back

1

2.

FLASHCARD QUESTION

Front

What is the function of the div tag?

Back

To define a section of an HTML page, To group a block of elements together to format them with CSS, To efficiently apply the same style to several different elements.

3.

FLASHCARD QUESTION

Front

What is the difference between and

?

Back

is used to group and style inline elements, while

creates a line break.

4.

FLASHCARD QUESTION

Front

To select all links inside of an

  • tag : use the following CSS

  • Back

    li a

    5.

    FLASHCARD QUESTION

    Front

    Using CSS – To select all

    tags that are inside of the class .combo use:

    Back

    .combo h1

    6.

    FLASHCARD QUESTION

    Front

    Using CSS: To select all

    tags that are immediate children of the class .combo use:

    Back

    combo > h1

    7.

    FLASHCARD QUESTION

    Front

    Using CSS - To select all <h2> tags that immediately follow an <h1> tag use:

    Back

    h1+h2

    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?