Page 103 - iPrime_V2.2_class6
P. 103
BODY {background-image: url(“D:\tile.png”);
background-repeat:repeat-y;}
H1 {background-color:green;
text-align:center;}
</STYLE>
</HEAD>
<BODY>
<H1>Tiles</H1>
</BODY>
</HTML>
FONT PROPERTIES
By using CSS, you can change the font face, colour, style and size. Some font properties with their
values are given in the table.
Property Value Description
font-family Name of the font Specifies the font to be used.
Value is given in pixels. The default Specifies the font size used on the web
font-size
font size for the text is 16 px. page.
font-style normal, italic Specifies the style of the font.
Specifies how thick or thin characters in
font-weight normal, bold, bolder, lighter
text should be displayed.
Create an HTML5 web page by using the font properties.
<!DOCTYPE html>
<HTML>
<HEAD>
<STYLE>
HTML—An Introduction 101

