잡담
CSS 따라하기
tomato13
2011. 6. 7. 18:08
http://blog.naver.com/potter0112?Redirect=Log&logNo=60130985002
<html>
<head>
<title>타이틀</title>
<style type="text/css">
p
{
color:green;
text-align:center;
font-size:11pt;
}
h3
{
color:purple;
text-align:right;
}
</style>
</head>
<body>
<p>글씨크기 12/파란색</p>
<h3>보라색 글씨</h3>
</body>
</html>
위의 코드를 1.htm으로 저장