Lab 4
The CSS Border Property
a border is a line that surrounds and element, adding sepertion between the element and other elements on a page. The border property allows you to specify the width, style, and color of the border through using properties such as border-color, border-width, and border-style. You can also specify where the border will lie using border-bottom, border-top, etc.
The CSS Padding Property
Padding is a space between the content of an HTML element and its border. The padding property allows you to specify the amount of space to add around the content.
The CSS font-family Property
The font-family property specifies the font to be used for a text in the HTML element. In many cases, two fonts will be named in case one of the fonts is not downloaded on the computer, the computer will then fall back on to a certian generic font such as serif, sans-serif, and monospace
The CSS font-size property
The font-size property specifys the size of the text in an HTML element. It can be specified in various units such as pixels, ems, or percentages.
Lab 5


