NOCTI suck my big fat

0.0(0)
studied byStudied by 1 person
0.0(0)
full-widthCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/29

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.

30 Terms

1
New cards

How link style sheet

<*link rel="stylesheet" href="style.css">

2
New cards

How link a link

3
New cards

Defines the document type

4
New cards

Defines a comment

5
New cards

Defines a section in a document, how make

6
New cards

Defines an image, how format

7
New cards

Defines a row in a table

8
New cards

Defines a header cell in a table

9
New cards

Defines a cell in a table

10
New cards

Defines a table

<*table>

11
New cards

Defines the root of an HTML document

12
New cards

Contains metadata/information for the document

13
New cards

Defines the document's body

14
New cards

How define classes in css

.*class-name{

15
New cards

How define id in css

#*id-name{

16
New cards

How define links doing things in css and what are the states

a:state{ active hover visited link

17
New cards

Z-index

property of stacking order, either auto, number(negs allowed), initial, inherit

18
New cards

Grid-gap + syntax

property in px syntax is row gap then column gap

19
New cards

just a section where your block of links are

20
New cards

Defines an ordered list and structured like tables

21
New cards

Defines an unordered list

22
New cards

Defines a list item

23
New cards

Flex syntax

flex: flex-grow flex-shrink flex-basis |auto|initial|inherit

24
New cards

Flex-basis

size not proportional to other items its a straight up px

25
New cards

Flex-flow syntax

flex-flow: flex-direction flex-wrap

26
New cards

Flex-direction values

row, row-reverse, column, column-reverse

27
New cards

Flex-wrap value

nowrap, wrap, wrap-reverse

28
New cards

Justify-content values

Flex-start flex-end center space-between space-around space-evenly

29
New cards

Align-items when use and values

One line of content, flex-start flex-end center baseline stretch

30
New cards

Align-content

More than one line of content, flex-start flex-end center space-between space-around stretch