1. 컴퓨터 상식/★ HTML

Border에 Style 적용한 테이블

행복유통 2010. 1. 24. 19:22

<TABLE style="BORDER-TOP-STYLE: double; BORDER-BOTTOM-STYLE: double;" borderColor=#339933 height=100 cellSpacing=10 cellPadding=10 width=400 border=10>

 

 

<TABLE style="BORDER-RIGHT-STYLE: double; BORDER-LEFT-STYLE: double;"

 borderColor=#ff00ff height=100 cellSpacing=10 cellPadding=10 width=400 border=10>

 
<TABLE style="BORDER-TOP-STYLE: dashed; BORDER-BOTTOM-STYLE: dashed;" borderColor=#663399 height=100 cellSpacing=10 cellPadding=10 width=400 border=10>
 
<TABLE style="BORDER-RIGHT-STYLE: dotted; BORDER-LEFT-STYLE: dotted;"
borderColor=#ff0000 height=100 cellSpacing=10 cellPadding=10 width=400 border=10>
 
<TABLE style="BORDER-TOP-STYLE: double; BORDER-RIGHT-STYLE: groove; BORDER-LEFT-STYLE: dotted; BORDER-BOTTOM-STYLE: dashed"
borderColor=#000000 height=100 cellSpacing=10 cellPadding=10 width=400 border=10>