CSS
4. 태그 스타일
멜데스
2012. 11. 6. 05:18
<html>
<head>
<meta http-equiv="content-style-type" content="text/css">
<link rel="stylesheet" href="css/csstag.css" type"text/css">
</head>
<body>
<h1>이탤릭체 글꼴</h1>
<p>이탤릭체 글꼴은</p>
알파벳을 오른쪽으로 기울인 글꼴입니다<br>
국어에서는 일반적으로 <span>기울임 글꼴</span>을 말합니다.</p>
</body>
</html>