2009. 7. 27. 14:11
.Net Project/CSS 2.0
반응형
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>StyleSeetstart</title>
<!--타입이라는 속성은 생략 가능-->
<style type = "text/css"">
div{ font-size:9pt; color:Blue; font-family:Verdana;}
</style>
</head>
<body>
<div>
Hello~!<br />
</div>
</body>
</html>
반응형
'.Net Project > CSS 2.0' 카테고리의 다른 글
06장 우선순위 (0) | 2009.07.27 |
---|---|
05장 ID 속성값 (0) | 2009.07.27 |
04장 Class (0) | 2009.07.27 |
03장 TagDirect (0) | 2009.07.27 |
02장 StyleSeet (0) | 2009.07.27 |