Section 1

Preview this deck

a:link

Front

Star 100%
Star 100%
Star 100%
Star 100%
Star 0%

4.0

1 review

5
0
4
1
3
0
2
0
1
0

Active users

5

All-time users

7

Favorites

0

Last updated

4 years ago

Date created

Mar 14, 2020

Cards (27)

Section 1

(27 cards)

a:link

Front

normal, unvisited link

Back

easy maintenance

Front

to make global change, simply change the style, and all elements in all the web pages will be updated automatically

Back

font-weight

Front

lightest to boldest bolder to lighter

Back

1. margin 2. border 3. padding 4. content

Front

what consists the CSS box model

Back

property name and value

Front

each declaration of CSS includes, separated by colon

Back

Hakon Wium Lie

Front

CSS is designed by

Back

global web standards

Front

now HTML attributes are being deprecated and it is being recommend to use CSS

Back

font-variant

Front

small caps

Back

CSS selectors

Front

used to find or select HTML elements

Back

CSS

Front

describes how HTML elements are to be displayed on screen, paper, or in other media

Back

1. inline style 2. internal style sheet 3. external style sheet

Front

3 ways of inserting a style sheet

Back

font-family

Front

font style of a text is set with this property

Back

links

Front

can be styled differently depending on what state they are in

Back

oblique

Front

the text is leaning

Back

Cascading Style Sheets

Front

CSS means

Back

Saves time Page load faster Easy maintenance Superior styles to HTML Multiple device compatibility Global Web standards

Front

Why use CSS?

Back

a:visited

Front

link the user has visited

Back

saves time

Front

you can write CSS once and then reuse same sheet in multiple HTML pages

Back

a:active

Front

a link the moment it is clicked

Back

a:hover

Front

a link when the user's mouse over it

Back

font-size

Front

sets the size of the text

Back

superior styles to HTML

Front

CSS has a much wider array of attributes than HTML, so you can give a far better look to your HTML page in comparison to HTML attributes

Back

border-style

Front

property specifies what kind of border to display

Back

1. relative 2. absolute 3. fixed

Front

3 positions in CSS

Back

pages load faster

Front

if you are using CSS, you do not need to write HTML tag attributes every time, less code means faster download times

Back

CSS box model

Front

essentially a box that wraps around every HTML element

Back

multiple device compatibility

Front

style sheets allow content to be optimized for more than one type of device

Back