-

  • (1326)
  •     (269)
  •    , (214)
  •     (145)
  •     (116)
  •     (102)
  •     (98)
  •     (82)
  •     (81)
  •    , (71)
  •     (65)
  •     (43)
  •     (20)
  •     (16)
  •     (13)
  •     (10)
  •     (3)
  •     (2)
  •     (2)
  •     (2)
  •     (2)
  •     (1)
  • (797)
  •     (191)
  •     (102)
  •     (74)
  •    , (53)
  •     (52)
  •     (52)
  •     (46)
  •     (46)
  •     (39)
  •     (39)
  •     (32)
  •     (22)
  •     (16)
  •    , (12)
  •     (11)
  •     (9)
  •     (9)
  •     (6)
  •     (4)
  •     (4)
  •     (2)
  •     (2)
  •     (1)
  •     (1)
  •     (1)
  • (322)
  •     (54)
  •     (51)
  •     (6)
  •     (6)
  •     (1)
  • (311)
  •     (26)
  •     (20)
  •     (19)
  •     (15)
  •     (12)
  •     (11)
  •     (11)
  •     (5)
  •     (5)
  •     (3)
  •     (1)
  •     (1)
  •     (1)
  •     (1)
  • (183)
  •     (72)
  •     (22)
  •     (16)
  • (135)
  •     (86)
  •     (29)
  • (118)
  •     (97)
  •     (6)
  •     (1)
  • (96)
  •     (52)
  •     (41)
  •     (2)
  • (82)
  •     (31)
  •     (16)
  •     (12)
  •     (6)
  •     (3)
  • (67)
  • (61)
  •     (30)
  •     (20)
  •     (11)
  • (44)
  • (43)
  • (36)
  • (21)
  •     (3)
  • (20)
  • (20)
  • (16)
  • (15)
  • (8)
  • (5)
  •     (2)
  •     (1)
  • (5)
  •     (3)
  •     (1)

 -

   Herbal

 - e-mail

 

 -

 LiveInternet.ru:
: 13.03.2011
: 3687
: 32
: 3813

:


HTML-

, 28 2011 . 21:31 +
- HTML-

http://blogs.mail.ru/mail/garkina-natali/

HTML-
 
   
<img src=" 1"title=" ">
-
TITLE - , .. title

<a href=" ">
<img src=" 1"title=" " border="0" ></a>

-

border="0" , , , (border) border .
   

HSPACE VSPACE - . .
HSPACE - Horizontal Space -
VSPACE - Vertical Space - .
.

<p align="justify"> <img src=" 1"hspace="15" vspace="15" align="left"> </p>


align="left" -
align="justify" -
   

HSPACE VSPACE - . .
HSPACE - Horizontal Space -
VSPACE - Vertical Space - .
.

<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 - .
   



  
  
 


2 1 2 2 2 3


 
<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.
   


1, 1+2 1 2
2 2


1
1+2+3+4
1 2
2 2
3 2
4 2

 
<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

1 1 1 2
2 1 2 2


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

1 1 1 2
2 1 2 2

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>
   
,




1 1 1 2
2 1 2 2

 
<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 .
   
-

1 1 1 2
2 1 2 2


1 1 1 2
2 1 2 2


, , . .
<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>
   


  • 1
  • 2
  • 3

 
<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>
   

-

"HTML ":
1 - Html ( 2-)
2 - HTML... ...
...
11 - Html
12 - -( .) html- ..
13 - HTML-

" ":
1 -
2 -
...
29 - NTML 2
30 - ,," !!!
31 - HTML-
32 -
33 - Vkontakte
...
41 - YouTube
42 -
43 - ,


: [1] []
 

:
: 

: ( )

:

  URL