CSS In Depth Flashcards
1
Q
Sir-Tim Berners-Lee
A
- Connecting HTTP client and server, director of World Wide Web Consortium (W3C)
- Advocate for open source, interoperable technologies and web standards
2
Q
W3C
A
- Mission: to insure interoperability
- Standards move through series of stages: working draft; candidate recommendation; proposed recommendation; W3C recommendation (once it reaches third stage, it is implemented in all browsers)
- Things that don’t work in firefox that work in Safari example
3
Q
HTML5
A
- Enthanced video and audio options including video animation
- Robust support for new APIs (Application Programming Interface) (handshake or exchange between two programs)
- END OF PLUGINS (sort of)
4
Q
CSS 3:
A
- New features for layout, graphic design, interactivity, and visual depth
- Verticle margin lapse (don’t do bottom margin, just top_)
- Backgrounds: can adust opacity using RGBA and HSLA colors and “background-color” property
- Background gradient (linear)
- Greater background image control
- drop shadows
- Rounded corners
- Styling hyperlinks
- Sidebar (written as an aside)
5
Q
Greater background image control
A
Repeating (auto), positioning, gradients and solid color
6
Q
Drop shadows
A
Box and text shadows
7
Q
HTML 5 new elements
A
< nav > < aside > < article > < header > < footer >