<!DOCTYPE html>
<!-- html/basic_code_05_reset.html -->
<html lang="ko-KR">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0 user-scalable=yes, minimum-scalable=0.5, maximum-scalable=3.0 ">
<!-- <meta name="description" content="웹표준, 웹기초 공부">
<meta name="keyword" content="web, html, css, javascript">
<meta name="author" conetent="저자"> -->
<!--[if IE]>
<script src="../ie/html5shiv/dist/html5shiv.min.js"></script>
<sccipt src="../ie/ie9js/ie9.min.js"></script>
<script src="../ie/csspie/PIE.js"></script>
<script src="../ie/responsive.min.js"></script>
<![endif]-->
<link rel="shortcut icon" href="favicon.png" type="image/png">
<link rel="apple-touch-icon" href="favicon.png">
<link rel="stylesheet" href="../css/src/basic_code_05_reset.css">
<title>웹 기초</title>
<style>
/* css */
</style>
</head>
<body>
<!-- layout -->
<div id="wrap">
<h1>영역을 확인</h1>
<ul>
<li> list_001 </li>
<li> list_002 </li>
<li> list_003 </li>
<li> list_004 </li>
</ul>
</div>
<!-- script -->
<!-- script src="../js/src/setting_test.js"></script> -->
<!-- -->
</body>
</html>
'coding > css' 카테고리의 다른 글
0515 / float & clear 속성 내용 정리 (0) | 2021.05.15 |
---|---|
0513 / layout.css (float속성 & clear속성) (0) | 2021.05.13 |
0512 / float.css (clearfix, clear:both 개념) (0) | 2021.05.13 |
0511 / layout.css - float와 clear 속성값 (0) | 2021.05.11 |
0510 / layout.css 작성 (0) | 2021.05.10 |