HTML-. |

HTML-
![]() |
<img src=" 1"title=" ">
-
TITLE - , .. title |
||||||||||
![]() |
<a href=" ">
<img src=" 1"title=" " border="0" ></a> -
border="0" , , , (border) border . |
||||||||||
|
|
<p align="justify"> <img src=" 1"hspace="15" vspace="15" align="left"> </p>
align="left" - align="justify" - |
||||||||||
|
|
<p align="justify"> <img src=" 1" hspace="15" vspace="15" align="right"> </p>
align="right" - align="justify" - |
||||||||||
|
|
<p align="justify"><img src=" 1" align="left"> </p>
, align="left" align="right" - , . |
||||||||||
, -- , -- . |
<img src=" 1" align="middle" border="0">
align="middle" - |
||||||||||
|
<table align=center border=0>
<tr> <td><img src=" 1"></td> <td></td> <td><img src=" 1"></td> </tr> </table> |
||||||||||
|
<table align=center border=0>
<tr> <td></td> <td><img src=" 1"></td> <td></td> </tr> </table> |
||||||||||
|
<fieldset><legend><img src=" 1"></legend> </fieldset>
|
|||||||||||
|
<fieldset><legend> </legend> </fieldset>
|
|||||||||||
2 2
TABLE - html . .
TR (Table Row) - . . TD (Table Data) - html . . |
<table border="1">
<tr> <td> 1 1</td> <td>1 2</td> </tr> <tr> <td> 2 1</td> <td> 2 2</td> </tr> </table> .. <table>, <tr>, . : <td> 1 1</td> <td>1 2</td>. </tr>, <tr>. . </table>. BORDER - . |
||||||||||
|
<table border="1">
<tr> <td colspan="2"> 1 1+2</td> </tr> <tr> <td> 2 1</td> <td> 2 2</td> </tr> </table> COLSPAN – , . 1.
|
||||||||||
|
<table border="1">
<tr> <td rowspan="2"> 1, 1+2</td> <td>1 2</td> </tr> <tr> <td> 2 2</td> </tr> </table> ROWSPAN – , . 1.
|
||||||||||
cellpadding
CELLPADDING – ( ) html .
|
<table border="4" align="center" cellpadding="10">
<tr> <td> 1 1</td><td>1 2</td> </tr> <tr> <td> 2 1</td> <td> 2 2</td> </tr> </table> ALIGN – html . : left , center , right . – left . |
||||||||||
cellspacing
CELLSPACING – ( ) html.
|
<table border="1" align="center" cellspacing="10">
<tr> <td> 1 1</td><td>1 2</td> </tr> <tr> <td> 2 1</td> <td> 2 2</td> </tr> </table> |
||||||||||
,
|
<table border="1" align="center" width="400" height="100">
<tr> <td> 1 1</td><td>1 2</td> </tr> <tr> <td> 2 1</td> <td> 2 2</td> </tr> </table> WIDTH – html. , . .
HEIGHT – . , . html . |
||||||||||
-
, , . .
|
<table background=" 1" border=2 align="center" >
<tr> <td> 1 1</td> <td> 1 2</td> </tr> <tr> <td> 2 1</td> <td> 2 2</td> </tr> </table> BACKGROUND – . URL .
|
||||||||||
| |
<OL>
<LI> <LI> <LI> </OL> - <OL></OL>. <LI>. .
, <LI> - .. </LI> . |
||||||||||
1 2 3 4 <UL></UL>
|
<UL> <B> </B><BR> <IMG SRC="http://img90.imageshack.us/img90/6603/33609040px4.gif"> 1<BR> <IMG SRC="http://img90.imageshack.us/img90/6603/33609040px4.gif"> 2<BR> <IMG SRC="http://img90.imageshack.us/img90/6603/33609040px4.gif"> 3<BR> <IMG SRC="http://img90.imageshack.us/img90/6603/33609040px4.gif"> 4<BR> </UL> |
||||||||||
1 2 3 4 |
<UL> <B> </B><BR> <IMG SRC="http://www.liveinternet.ru/images/brandnewsmilies/heart.gif"> 1<BR> <IMG SRC="http://www.liveinternet.ru/images/brandnewsmilies/heart.gif"> 2<BR> <IMG SRC="http://www.liveinternet.ru/images/brandnewsmilies/heart.gif"> 3<BR> <IMG SRC="http://www.liveinternet.ru/images/brandnewsmilies/heart.gif"> 4<BR> </UL> |
||||||||||
1 2 3 4 |
<UL> <B> </B><BR> <IMG SRC="http://img.mail.ru/r/blogs/ico_friends.png"> 1<BR> <IMG SRC="http://img.mail.ru/r/blogs/ico_friends.png"> 2<BR> <IMG SRC="http://img.mail.ru/r/blogs/ico_friends.png"> 3<BR> <IMG SRC="http://img.mail.ru/r/blogs/ico_friends.png"> 4<BR> </UL> |
||||||||||
1 2 3 4 |
<UL> <B> </B><BR> <IMG SRC="http://img15.imageshack.us/img15/7746/star0000.gif"> 1<BR> <IMG SRC="http://img15.imageshack.us/img15/7746/star0000.gif"> 2<BR> <IMG SRC="http://img15.imageshack.us/img15/7746/star0000.gif"> 3<BR> <IMG SRC="http://img15.imageshack.us/img15/7746/star0000.gif"> 4<BR> </UL> |
||||||||||
|
<UL>
<LI> 1 <LI> 2 <LI> 3 </UL> <UL></UL>
|
||||||||||
| |
<form action=" " target="_blank" method="get"><button type="submit"><img src=" 1" align=absMiddle> </button></form>
|
||||||||||
| : | - |