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()









