본문 바로가기

Web/HTML

SUMMARY

<TABLE border="1"
         summary="This table gives some statistics about fruit
                 flies: average height and weight, and percentage
                 with red eyes (for both males and females).">
<CAPTION><EM>A test table with merged cells</EM></CAPTION>
<TR><TH rowspan="2"><TH colspan="2">Average
    <TH rowspan="2">Red<BR>eyes
<TR><TH>height<TH>weight
<TR><TH>Males<TD>1.9<TD>0.003<TD>40%
<TR><TH>Females<TD>1.7<TD>0.002<TD>43%
</TABLE>

'Web > HTML' 카테고리의 다른 글

vml  (0) 2013.09.26
button(버튼)으로 서브밋 만들기  (0) 2013.09.26
OL,LI  (0) 2013.09.26
올림글 표현  (0) 2013.09.26
IFRAME  (0) 2013.09.26