웹표준 준수보다는 확장성있는 홈페이제 레이아웃 만들기에 초점을 두고 작업하였습니다.
Http://jeongum.com/입니다. 네비도 만들어보았는데 이쁜가요? ㅎㅎ
댓글 4개
ㅋ...
옛날 지운아빠님 보는듯.... ^^
어떻게 다 div ..... ㅎㅎㅎㅎ
올바른 마크업 부터 공부해보세요.
매우 심한 divitis 라는 질병에 걸리신 상태이신데, 이 질병은 단연코 치유될 수 있습니다.
http://webdesignledger.com/tips/html5-essentials-and-good-practices
<!doctype html>
<html>
<head>
<title></title>
</head>
<body>
<header>
<h1></h1>
<nav>
<ul>
<li><a href="#">link 1</a></li>
<li><a href="#">link 2</a></li>
<li><a href="#">link 3</a></li>
</ul>
</nav>
</header>
<section>
<article>
<hgroup>
<h1>Post title</h1>
<h2>Subtitle and info</h2>
</hgroup>
<p>Content goes here.</p>
</article>
<article>
<!-- Another article here -->
</article>
</section>
<aside>
<!-- Sidebar here -->
</aside>
<footer></footer>
</body>
</html>
옛날 지운아빠님 보는듯.... ^^
어떻게 다 div ..... ㅎㅎㅎㅎ
올바른 마크업 부터 공부해보세요.
매우 심한 divitis 라는 질병에 걸리신 상태이신데, 이 질병은 단연코 치유될 수 있습니다.
http://webdesignledger.com/tips/html5-essentials-and-good-practices
<!doctype html>
<html>
<head>
<title></title>
</head>
<body>
<header>
<h1></h1>
<nav>
<ul>
<li><a href="#">link 1</a></li>
<li><a href="#">link 2</a></li>
<li><a href="#">link 3</a></li>
</ul>
</nav>
</header>
<section>
<article>
<hgroup>
<h1>Post title</h1>
<h2>Subtitle and info</h2>
</hgroup>
<p>Content goes here.</p>
</article>
<article>
<!-- Another article here -->
</article>
</section>
<aside>
<!-- Sidebar here -->
</aside>
<footer></footer>
</body>
</html>
게시글 목록
| 번호 | 제목 |
|---|---|
| 1717629 | |
| 1717626 | |
| 1717625 | |
| 1717621 | |
| 1717619 | |
| 1717611 | |
| 1717610 | |
| 1717609 | |
| 1717607 | |
| 1717601 | |
| 1717598 | |
| 1717591 | |
| 1717590 | |
| 1717583 | |
| 1717575 | |
| 1717572 | |
| 1717568 | |
| 1717566 | |
| 1717549 | |
| 1717545 | |
| 1717533 | |
| 1717512 | |
| 1717511 | |
| 1717508 | |
| 1717495 | |
| 1717479 | |
| 1717473 | |
| 1717470 | |
| 1717463 | |
| 1717452 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기