– , , -. . , , , , , -, ? : HTML. , .
, , , . , , . .
, , , , .
, , , , , . , , , . , .
, HTML. , . , .
.
1. .
2. . – .
3. - ( , «№», «» . .).
4. – , , – , , .
:
1. .
2. , .
3. ( ), , .
4. .
5. .
6. .
, , , HTML. , (<table>), , , </table>.
, .
, . <tr> , <td> - .
<th>.
, , . , - , , "Tab".
? :
- <table>;
- <tr>;
- <th> № / </th>;
- <th> </th>;
- </tr>;
- <tr>;
- <td>1<td>;
- <td></td>;
- </tr>;
- </table>.
, . – . .
HTML, , .
, : HTML, , , .
<table>. :
1. Border - . . .
2. Bordercolor - . (#00008B), (DarkBlue). .
3. Bgcolor - . .
4. Align - . - . :
- left - ;
- right - ;
- center - .
5. Width height – . , ( ).
, . "", .
, , HTML.
:
- <table border =”2” bordercolor = “#00008B” bgcolor = “#FFFFFF” align = “center” width = “800” height = “800” >;
- <tr>;
- <th>№ /</th>;
- <th></th>;
- </tr>;
- <tr>;
- <td>1<td>;
- <td></td>;
- </tr>;
- </table>.
, , HTML . , ? , ?
<tr> , . :
1. border, bordercolor bgcolor.
2. Align – . left, center right.
3. Valign – . :
- top – ;
- middle – ;
- bottom - .
:
- <tr border = “3”, bordercolor = “#00007F” bgcolor = “#FFFFE0” align = “center” valign = “middle” >;
- <th>№ /</th>;
- <th></th>;
- </tr>.
, , , HTML – , , . , , . , :
1. Colspan – , .
2. Rowspan - , .
, .
, . – .
, HTML, , , , .
, . !