DIV (HTML)
EverybodyWiki Bios & Wiki
package.lua 80번째 줄에서 Lua 오류: module 'Module:Namespace detect/data' not found.
<div></div>
는 HTML 태그의 일종으로써, 테두리에 둘러싸인 틀을 만드는 데에 사용할 수 있다.
사용[편집]
아래는 간단한 사용 예시이다.
<html>
<div style="border: 1px solid #aaa; background: transparent; padding: 5px">
<p>Hello! World!</p>
</div>
</html>
ID를 지정할 경우, 특정 객체만 어떠한 효과를 받도록 할 수 있다.
This article "DIV (HTML)" is from Wikipedia. The list of its authors can be seen in its historical and/or the page Edithistory:DIV (HTML). Articles copied from Draft Namespace on Wikipedia could be seen on the Draft Namespace of Wikipedia and not main one.