Basic Full Stack Dev

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/6

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

7 Terms

1
New cards

What is linear-gradient?

CSS function which creates a visual transition between two or more colors.

2
New cards

How would you make an <h1> element invisible on the page?

opacity values range from 0 (transparent) to 1 (opaque).

3
New cards

Changes text color to BLUE

h1 {

color: blue;

}

4
New cards

What added syntax overwrites any other color syntax?

!important

5
New cards

font-family property controls what?

the typeface used by the element

6
New cards

What does HTML , CSS , JavaScript , SQL do?

  • HTML — structures website content

  • CSS — applies styling to websites

  • JavaScript — adds interactivity to websites

  • SQL — allows your web application to store and retrieve data

7
New cards

HTML Anatomy:

knowt flashcard image