웹표준 준수보다는 확장성있는 홈페이제 레이아웃 만들기에 초점을 두고 작업하였습니다.
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>
게시글 목록
| 번호 | 제목 |
|---|---|
| 1717438 | |
| 1717431 | |
| 1717422 | |
| 1717414 | |
| 1717412 | |
| 1717407 | |
| 1717401 | |
| 1717393 | |
| 1717386 | |
| 1717379 | |
| 1717378 | |
| 1717365 | |
| 1717364 | |
| 1717360 | |
| 1717359 | |
| 1717346 | |
| 1717344 | |
| 1717333 | |
| 1717327 | |
| 1717313 | |
| 1717312 | |
| 1717310 | |
| 1717307 | |
| 1717306 | |
| 1717304 | |
| 1717291 | |
| 1717283 | |
| 1717280 | |
| 1717268 | |
| 1717265 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기