HTML and CSS Basics Flashcard

HTML and CSS Basics Flashcard

Assessment

Flashcard

Created by

ishami gaelle

Computers

Professional Development

Hard

Student preview

quiz-placeholder

7 questions

Show all answers

1.

FLASHCARD QUESTION

Front

What does HTML stand for?

Back

Hyper Text Markup Language

2.

FLASHCARD QUESTION

Front

What is the default value of the position property in CSS?

Back

static

3.

FLASHCARD QUESTION

Front

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

Back

background-color

4.

FLASHCARD QUESTION

Front

Which selector selects all elements inside a

? Options: div p, p div, div+p, div > p, p, div

Back

div p

5.

FLASHCARD QUESTION

Front

What is the purpose of the section in an HTML document? Options: To contain the main content, To display images, To link stylesheets and scripts, To create headings, To include media files

Back

To link stylesheets and scripts

6.

FLASHCARD QUESTION

Front

How can you make a list item (li) bold in HTML? Options: Item, Item,

  • Item
  • , All of the above, None of the above

    Back

    All of the above

    7.

    FLASHCARD QUESTION

    Front

    What does the CSS float property do?

    Back

    It aligns an element to the right or left of its container