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