Websites Flashcards

1
Q

what Does the front end code of a website consist of

A

HTML, CSS and Javascript

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is HTML?

A

HyperText Markup Language, used to create the basic structure and content of a webpage

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is CSS?

A

Cascade Style Sheets, used to design a webpage, where everything is placed and how it looks

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is Javascript?

A

used to define interactive elements of a webpage
optimized for different screen sizes

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Holy trinity of screen optimzation

A

Desktop, tablet, smartphone

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

3 pillars of good webpage design

A

Accessibilty, Purpose, Consistency

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is important for accessibility?

A

Designing for:
- Users with physical or motor disabilities (Large clickable actions, provide shortcuts etc.)
- Users with low vision (good color and fontsize, logical layout)
- Users on the autistic spectrum (simplicity; buttons, text, colors etc.)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is Core Web Vitals?

A

measures qualatative users experiences on a web page. will optimize ranking

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

three pillars of Core Web Vitals

A

Loading performance (how fast does things appear? LCP)
Responsiveness (how fast does page react? FDI)
Visual stability (does stuff move around on the screen while loading? CLS)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

The core web vitals - nr 1 LCP

A

Largest Contenful Paint: time for the biggest piece of content to load on the page. <2,5 sec

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

nr 2 FID

A

First Input Delay: reactiontime to first interaction. under 100ms

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

nr 3 CLS

A

Cumulative Layout Shift: How much does things move around on your site? <0,1

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Does core web vitals affect ranking?

A

Yes, but not always. Can still get a good ranking despite having poor core web vitals.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly