HTML Tabloda Cols Rows komutları

<html>
<head>
<title>Table İşlemlerim</title> //SAYFA BAŞLIGIMIZ</head>
<body>
<TABLE BORDER="2">
<thead>TABLO DENEME</THEAD>
<caption align="bottom">
Tablo 1.1:bölümlere göre sayılar
</caption>
    <TR>
       <TH><B>Yıllara Göre</TH>
     
     
       <TH COLSPAN="2">2005</TH>
       <TH COLSPAN="2">2006</TH>
   </TR>
   <TR>
       <TH height="50" bgcolor="GREEN">SAY</TH>
       <TD width="50">250</TD>
       <TD>120</TD>
       <TD>100</TD>
       <TD>50</TD>
   </TR>

   <TR>
<TH>SÖZ</TH>
<TD>36
<TD ROWSPAN="2" BGCOLOR="RED">147
<TD>180
<TD ROWSPAN="2">85
   </TR>

<TR>
<TH>EA</TH>
<TD>125
<TD>160




</TR>
EKRAN GÖRÜNTÜSÜ KODUMUZUN

Yorumlar

Bu blogdaki popüler yayınlar

Php Scriptim

ARRAYLIST