 10: 

 ,     " ", , ,      .

 ?

   HTML      , ,     ,     -     HTML.

 1:


			   <table>
				 <tr>
				   <td>Cell 1</td>
				   <td>Cell 2</td>
				 </tr>
				 <tr>
				   <td>Cell 3</td>
				   <td>Cell 4</td>
				 </tr>
			   </table>
	
	
   :

Cell 1	Cell 2
Cell 3	Cell 4
   <tr>  <td>?

    , , ,     HTML,       .      :

    3  :

<table> -    . .
<tr>  - "table row/ ",      .  .
<td>  -   "table data/ ".         .    .
     1:    <table>,   <tr>,     .     : <td>Cell 1</td>  <td>Cell 2</td>.   </tr>,      <tr>.      .   </table>.

   :     ,   -   :

Cell 1	Cell 2
Cell 3	Cell 4
Cell 1  Cell 2  . Cell 1  Cell 3  .

          .          .

 2:


			   <table>
				 <tr>
				   <td>Cell 1</td>
				   <td>Cell 2</td>
				   <td>Cell 3</td>
				   <td>Cell 4</td>
				 </tr>
				 <tr>
				   <td>Cell 5</td>
				   <td>Cell 6</td>
				   <td>Cell 7</td>
				   <td>Cell 8</td>
				 </tr>
				 <tr>           
				   <td>Cell 9</td>
				   <td>Cell 10</td>
				   <td>Cell 11</td>
				   <td>Cell 12</td>
				 </tr>
			   </table>
	
	
   :

Cell 1	Cell 2	Cell 3	Cell 4
Cell 5	Cell 6	Cell 7	Cell 8
Cell 9	Cell 10	Cell 11	Cell 12
  - ?

. ,  border       :

 3:


			   <table border="1">
				 <tr>
				   <td>Cell 1</td>
				   <td>Cell 2</td>
				 </tr>
				 <tr>
				   <td>Cell 3</td>
				   <td>Cell 4</td>
				 </tr>
			   </table>
	
	
   :

Cell 1	Cell 2
Cell 3	Cell 4
     (.  9)

   ,             :

 4:


			   <table border="1" width="30%">
	
	
          30% .  .

 ?

    .   :

align:       ,      . , left, center  right.
valign:      . , top, middle  bottom.
 5:


			   <td align="right" valign="top">Cell 1</td>
	
	
    ?

 - : ,   ...        (. . ,        ),        ,         .

    Internet - . .    -        .          - CSS.    .

           ,     .      .