• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/19

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

19 Cards in this Set

  • Front
  • Back
  • 3rd side (hint)

Cascading style sheet rules are compromised of :

Selectors and declarations

Satu barisan

When css is coded in the body of the web page as an attribute of an HTML tag is called

Inline

Select below items that can be used as a CSS Selector



-an id name


-a class name


-an html element


-all of these Correct

All of these

Warna

The declaration property used to set the text color on a web page is

Color

Class

To apply a style to a certain group of elements on a web page, configure CSS

Class

Barat perkataan

Use the ______ property to configure bold text using CSS

Font-weight

An External Style Sheet uses the______ file extension

Css

Duh

Which CSS property configure the font typeface

Font-family

Keluarga, rupa muka

Which CSS property configures the capitalization of text

text-transform

Transfomer megatron is a capitalism

The ______ property configures a shadow effect on the text displayed within an element

Text-shadow

Duh, text-bayangan

Use the _____ tag to associate a web page with an External Style Sheet.

Link

Select the code below that uses CSS to configure a background color #eaeaea for a web page

body {background-color:#eaeaea(}

A code to set background color in css

Use the _____ tag to configure a generic area on a web page that is embedded within a paragraph or other block display element

Span /span

Use the ____ tag to code embedded styles on a web page.

Style /style

Select the code that uses CSS to configure an id named "footer" that configures small, italic text

.footer {font-size: small; font-style: italic;}

Id start with dot


Font-size


Font-style

CSS was first proposed as a standard by the W3C in what year

1996

6

To associate an external style sheet with web page, code..

A link element in the head section of the web

In a way where .css file is seperate, you have to do something on the header

Which CSS property configures the color of text

Color

Duh, warna

Which CSS property can be used to configure italic text

font-style