상세 컨텐츠

본문 제목

HTML (DIV 크기 변경) 및 주석 처리 방법

컴퓨터

by Candoit 2015. 3. 7. 19:02

본문

HTML DIV 크기 변경법은 <div class = style = "heght: 숫자px; width: 숫자 px;" /div> 


주석 처리 방법은 간단하다. 

<!-- 주석 처리 하고 싶은 것 -->














<div>

<div> container< /div>

<div>

<div> header </div>

<span> content </span>

<span> sideinfo </span>

</div>

<div> footer </div>

</div>


 



관련글 더보기