HTML5 Flashcards
What are the 3 most common web video format types?
ogg / theora, webm, mp4 / mpeg-4
HTML was originally designed to share ________ _________.
research documents
What’s the difference between the Web and the Internet?
The Internet is the hardware network that allows us to transmit data, whereas the web is merely a collection of linked hypertext documents.
the href attribute name is short for what?
Hypertext reference
the href attribute name is short for what?
Relationship
In the context of css, what does the word “cascading” really mean?
CSS rules are able to override one another and cancel each other out, depending on their order. In other words, the rules are able to cascade downward until they are canceled out by another rule.
The “a” in the following rule is referred to as a __________ selector.
h1 a {}
descendant
What are the three parts of responsive web design?
Fluid images, fluid grids, and media queries.
What does it mean when a layout is fluid?
The page elements have relative width units, like percentages.
What is the term for the http:// portion of a web address?
Protocol
What is the term for the “.com” portion of a web address?
The end of a domain is the TLD or Top Level Domain.
SFTP
Secure File Transfer Protocol
What are some of the best ways to keep up with the web industry?
Follow people on Twitter and read blogs.
Mozilla Developer Network, Web Platform Docs, and W3C are helpful CSS resources.
True. These resources always have important, up-to-date information on a given CSS topic.
A ____ selector selects a type of element on a page (e.g. header, p, footer).
type