general Flashcards

(4 cards)

1
Q

If you have 5 different stylesheets, how would you best integrate them into the site?

A
  • depends on needs of the website
  • use a single stylesheet to reduce rendering calls
  • concatenate multiple stylesheets using a build tool like gulp
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

How many resources will a browser download from a given domain at a time?

A

Depends on the browser, it can vary from 5 to 8

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

Can you describe the difference between progressive enhancement and graceful degradation?

A

Graceful degradation means building an application with a baseline of full functionality available in modern browsers and then taking the layers off to ensure it works with older browsers. Progressive enhancement is the reverse: building a website based on the functionality of an older browser and adding layers for more modern browsers.

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

Explain what ARIA and screenreaders are, and how to make a website accessible.

A

Accessible Rich Internet Applications (ARIA) is a set of attributes that define ways to make web content and web applications more accessible to people with disabilities.

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