Elements
components that define page objects
tags
hr stands for
horizontal rule
for all image tags, what is required is (2)
2. alt - a description of the picture
CSS can be written in (3)
to link a CSS externally, you need a ______ attribute in the ________
link Attribute; head
2 required attributes to link CSS externally (2)
2. href=”…..”
selectors
determines which HTML elements to apply styles to
declaration block
body {
background: blue;
}
**body
selector
body {
background: blue;
}
**background
property
body {
background: blue;
}
**blue
value
Class selectors (4)
ID Selector (4)
pseudo class
CSS inheritance
Specificity
How is specificity calculated (4)
typography
typeface
font
line-height
as a rule of thumb, line height should be….
larger than font size
5 CSS properties for spacing elements (5)