Intro to HTML5 Flashcards
(104 cards)
How much larger is 1.5em from base font?
It is 50% larger than base font because it is 1.5 times larger
What is 2em?
2x base font, used with h1 for CSS3 EXTERNAL stylesheets
List structure of HTML5 page
<title>
<p></p>
<p></p>
</title>
#
What % is 1.7em font larger than base font?
70% larger than base font because it is 1.7 times larger than base font
What are the most fundamental elements defined by HTML5 called?
- The document
- Metadata elements
What are some of the traditional CSS3 properties?
body {
background-color: #d0e4fe;
}
h1 {
color: orange;
text-align: center;
}
p{ font-size: 20px;
font-family: “Times New Roman”;}
Can you give me scripting headers for HTML5, CSS, PHP?
HTML5:
CSS 3: @charset “UTF-8”;
(Declare the page to be CSS stylesheets,
provides a set of links to detect declarations)
PHP: header(‘Content-type: text/html;
charset=utf-8”);
What provides structure in a web page?
HTML5 Elements
What is HTML5 anchor tag?
You are building a dynamic website. Sketch out the 3 layouts for each containers homepage.
Name SIX basic elements of the web page
- Header
- Menu
- Content
- Article
- Promo 1
- Promo 2
- Promo 3
- Footer
What is a CSS property?
For ex:
border-radius
border-bottom
border-bottom-color
border-collapse
border-color
border-image-outset
List 5 text editors for MAC and 5 text editors for PC
- PC is Code, BBEdit, Text Mate, Text Wrangler and Dreamweaver
- MAC is Notepad Plus, PSPad, Komodo Edit, Ultra Edit, Dreamweaver
You are viewing same website on desktop and iphone.
How much LESS data do you look at on large screen VS small screen iphone?
We are looking at about 83% less data when someone looks at same data on small device VS large screen device
How much data do we download on large, medium and small screen device?
A reponsive website design
LARGE SCREEN: 180.4kb download
MEDIUM SCREEN: 73.2kb download
SMALL SCREEN: 32kb download
What helps responsive design shift during breakpoints?
CSS3 Media Queries
When do you begin to see column wrapping?
When you bring your responsive website under 980px. The design will lock into dimensions and become fluid.
What is fluid design in web?
It is when the website hits a ‘breakpoint’ and resize to the next screen device esp. column wrapping
What do you use Adobe EDGE REFLOW for?
You analyze the content through the program: determine the dimensions of 4 breakpoints.
SMALL: 480px and under
MEDIUM: 481px / 592px
LARGE: 593px/1,279px
DESKTOP: 1,280px + px
What does modern monitors (mostly wide-screen) support as a resolution? Why?
All modern monitors (mostly widescreen) support at least 1,280px X 1,024px resolution
In January 2010, 76% of computers where using a resolution higher than 1,024px x 768px
When did they invent the iPad?
2010
List standard assets you will use to create wireframe of your home page
- HEADER (home, menu, etc)
- WELCOME (large image with nav top & slideshow)
- ABOUT (rollover images)
- PORTFOLIO (Arrows to slideshow)
- CONTACT FORM (map of location)
- FOOTER (back to top)
What is total height of blogsite, if all assets run traditional heights?
HEADER: 208px-300px
WELCOME: 600px-700px
About 2,900 in height
SECTION: 500px-600px
FOOTER: 100px