Page 101 - 2611_SmartGPT Pro V(5.0) C-6
P. 101
<BODY STYLE="BACKGROUND-COLOR: #F0F8FF; FONT-FAMILY: 'VERDANA', SANS-SERIF;
COLOR: DARKSLATEGRAY;">
<H1 STYLE="COLOR: DARKRED; FONT-SIZE: 36PX; FONT-FAMILY: 'GEORGIA', SERIF;
FONT-WEIGHT: BOLD; TEXT-TRANSFORM: UPPERCASE;">
Understanding Fractions
</H1>
<H2 STYLE="COLOR: MEDIUMBLUE; FONT-SIZE: 28PX;">
What is a Fraction?
</H2>
<P STYLE="FONT-SIZE: 18PX; COLOR: BLACK;">A
<B STYLE="COLOR: GREEN;">fraction</B> represents a part of a whole.
For example, in the fraction
<B STYLE="COLOR: GREEN;">1/2</B>, the number <B STYLE="COLOR: GREEN;
">1</B> is the numerator and the number
<B STYLE="COLOR: GREEN;">2</B> is the denominator.
</P>
</BODY>
</HTML>
PURE
FACT In CSS, the default font size is 16px for body text if no font-size value is specified.
BORDER PROPERTIES
In CSS, border properties are used to control the appearance of the edges around elements. The
table below lists some border properties, their corresponding values and descriptions:
Property
Name Value Description
NONE, HIDDEN, DOTTED, DASHED,
BORDER-STYLE SOLID, DOUBLE, GROOVE, RIDGE, This property sets the border style for
all four sides.
INSET or OUTSET
THICK, THIN, MEDIUM, Numeric This property sets the width of an
BORDER-WIDTH
values with PX or EM element’s border.
Colour name, RGB values or hex This property sets the colour of an
BORDER-COLOR
code values element’s border.
CSS3—Styling Basics 99

