1. 컴퓨터 상식/★ HTML
일반적 테이블과 Style을 적용한 테이블
행복유통
2010. 1. 24. 13:07
◈ 일반적인 테이블의 경우
1. 일반적인 테이블의 경우
table border=5 cellpadding=10 cellspacing=10 width=400 height=50 bordercolor=#99cc00 |
◈ style을 적용한 테이블의 경우
2. style을 적용한 테이블의 경우
① style="border-style:solid;"
table border=5 cellpadding=10 cellspacing=10 width=400 height=50 bordercolor=#99cc00 style="border-style:solid;" |
② style="border-style:double;"
table border=5 cellpadding=10 cellspacing=10 width=400 height=50 bordercolor=#ff0000 style="border-style:double;" |
③ style="border-style:dashed;"
table border=5 cellpadding=10 cellspacing=10 width=400 height=50 bordercolor=#00ff00 style="border-style:dashed;" |
④ style="border-style:groove;"
table border=5 cellpadding=10 cellspacing=10 width=400 height=50 bordercolor=#0000ff style="border-style:groove;" |
⑤ style="border-style:ridge;"
table border=5 cellpadding=10 cellspacing=10 width=400 height=50 bordercolor=#cc0000 style="border-style:ridge;" |
⑥ style="border-style:dotted;"
table border=5 cellpadding=10 cellspacing=10 width=400 height=50 bordercolor=#ff00ff style="border-style:dotted;" |
⑦ style="border-style:inset;"
table border=5 cellpadding=10 cellspacing=10 width=400 height=50 bordercolor=#339933 style="border-style:inset;" |
⑧ style="border-style:outset;"
table border=5 cellpadding=10 cellspacing=10 width=400 height=50 bordercolor=#ff6600 style="border-style:outset;" |