css 작성과 실행

main
Peace 10 months ago
parent a0a85c7909
commit 6057910c3c
  1. 24
      Ex1_introducing css/1-1/NAVER without css.html
  2. 16
      Ex1_introducing css/1-2/default.html

File diff suppressed because one or more lines are too long

@ -0,0 +1,16 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width"/>
<style>
h2 {color: blue;}
</style>
<title>CSS Basic</title>
</head>
<body>
<h2>CSS Basic</h2>
<hr>
CSS Basic Example
</body>
</html>
Loading…
Cancel
Save