U E D R , A S I H C RSS

홈페이지만들기/css


1. 는 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:|}
~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()

4. 대문 는 font-variant

{font-variant:small-caps} 대문 .

5. 는 font-weight

{font-weight:}문
  • : normal, bold, bolder, lighter(100 ~ 900)

6.

{font: }font .
~cpp 
font{font:italic normal bolder 12pt Arial}

7.

*무 많.. . 들만 .


만들

Valid XHTML 1.0! Valid CSS! powered by MoniWiki
last modified 2021-02-07 05:31:33
Processing time 0.0123 sec