This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* 레이아웃 구성 또는 존재가 유일한 개체 */ | |
#header | |
#container | |
#wrapper | |
#aside | |
#body | |
#contents | |
#footer | |
#searchbar | |
#utility |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
bbs_write.html | |
bbs_view.html | |
bbs_list.html | |
member_join.html | |
member_login.html | |
member_modify.html | |
rule_privacy.html |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
A0101.bbs_write.html | |
A0102.bbs_view.html | |
A0103.bbs_list.html | |
B0101.member_join.html | |
B0102.member_login.html | |
B0103.member_modify.html | |
C0101.rule_privacy.html |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<title> 페이지 제목 < 포함된 카테고리 < 웹사이트 제목 </title> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<h1>website</h1> | |
<div id="skipToContent"><!-- skip to content --> | |
<a href="#content">메뉴 건너뛰기</a> | |
</div><!-- // skip to content --> | |
<div id="header"><!-- header --> | |
<div class="holder"><!-- header holder --> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<h1 class="semantic">웹사이트 서비스명</h1> | |
<h2 class="semantic">컨텐츠 영역</h2> | |
<h3 class="title">페이지 제목(대제목)</h3> | |
<h4 class="title">중제목</h4> | |
<h4 class="title">소제목</h5> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="section-guide"><!-- section-guide --> | |
<h3 class="title">제목</h3> | |
<p class="basic"> | |
내용 | |
</p> | |
<ul class="list-a"> | |
<li>목록 내용 1</li> | |
<li>목록 내용 2</li> | |
</ul> | |
<a href="#" class="more">제목의 내용 더보기</a> |