반응형
<!DOCTYPE html>
<html>
<head>
<style>
body {
background-color: #d0e4fe;
}
h1 {
color: orange;
text-align: center;
}
p {
font-family: "Times New Roman";
font-size: 20px;
}
</style>
</head>
<body>
<h1>My First CSS Example</h1>
<p>This is a paragraph.</p>
</body>
</html>
반응형
'아이들의 교육 > HTML' 카테고리의 다른 글
[css] CSS Selectors (0) | 2015.06.12 |
---|---|
[CSS] css 속성, 스타일, 색, 중앙 (0) | 2015.05.26 |
input type설정하기-backgroud,color,font,weight,link,size(백그라운드,색,글 굵게,링크,사이즈) (0) | 2015.02.12 |
[HTML] 커서/손가락 표시 (0) | 2014.04.12 |
[HTML] 링크에 스타일주기 - html style border padding background color font weight bold (0) | 2013.12.30 |