1. font-family ¶
.
{font-family:}
경 .
{font-family:}
~cpp
<html>
<head>
<title> </title>
</head>
<Style type="text/css">
font.01{font-family: "Arial Black", "Script"}
font.02{font-family: "", ""}
</Style>
<body>
<b>
<font class="01">Css & Java Script</font><br><br>
<font class="02"> .</font><br><br>
</b>
</body>
</html>
font.01{font-family: "Arial Black", "Script"} 그 .경 .
2. 기 font-size ¶
기 .
{font-size:기|기}
html과 기 .
{font-size:기|기}
~cpp
<html>
<head>
<title> 기 </title>
</head>
<Style type="text/css">
body{font-size:10pt}
font.01{font-size:50pt}
font.02{font-size:6mm}
</Style>
<body>
<body><body>그 10pt .<br>
<font class="01">CSS ?</font><br><br>
<font class="02"> .</font><br><br>
IE 기 <br>
기 .
</body>
</html>
기 게 . 기 . html과 기 .
3. 기 font-style ¶
{font-style:}
~cpp
<html>
<head>
<title> </title>
</head>
<Style type="text/css">
font.01{font-style:italic}
font.02{font-style:oblique}
</Style>
<body>
<b>
<font size="3" class="01">italic .</font><br><br>
<font size="3" class="02">oblique .</font><br><br>
</b>
</body>
</html>
normal(), italic(), oblique(기)









