-

 -

  • (1228)
  •    .: (422)
  •    .: (222)
  •    .: (220)
  •    .: (118)
  •    .: (92)
  •    .: (86)
  •    .: (80)
  •    .: (58)
  •    .: (38)
  •    .: (35)
  •    .: (11)
  •    .: (6)
  • (487)
  •     (240)
  •     (60)
  •     (55)
  •     (51)
  •     (25)
  •     (23)
  •     (4)
  •     (2)
  • (477)
  •     (103)
  •     (83)
  •     (79)
  •     ! (46)
  •     (38)
  •     (37)
  •     (36)
  •     (21)
  •     (20)
  •     (14)
  •     (4)
  • (461)
  • , (357)
  • (291)
  • (272)
  •     (62)
  •     (47)
  •     - (12)
  • (271)
  • (239)
  • (196)
  • (167)
  • , (165)
  • (135)
  • (107)
  • (106)
  • -flash (101)
  • (97)
  • (90)
  • (78)
  • FAQ (75)
  • (66)
  • ( ) (57)
  • (46)
  • (42)
  • ! (32)
  • (28)
  • (27)
  • - (24)
  • . (22)
  • TV (22)
  • (17)
  • -flash (12)
  • ~ , (1)
  • (1)

 -

~ Elvira T-
: 866 : 3
~ - ~
: 4086 : 10
~ - ~
: 1616 : 2
~ - ~
: 2924 : 3
* -*
: 6474 : 7

 - .

 - e-mail

 

 -

   ToKiTo4Ka

 -


[ ]


 -

 -

( : 10) __ - __ _ ____ _ -__- WiseAdvice _

 -

 LiveInternet.ru:
: 11.01.2009
:
:
: 34350

:


HTML-

, 05 2010 . 09:25 +


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>
   


 

 
:

 

 


:  

87
: 15

: [1] []
Ellyushka   , 05 2010 . 09:40 ()

 (300x180, 39Kb)
   
Vallensia-pro   , 05 2010 . 09:47 ()
.
   
__   , 05 2010 . 10:14 ()
.
   
dikulya67   , 05 2010 . 10:24 ()
!!!!!!!!!
   
Skuters   , 05 2010 . 11:06 ()
!!!!
   
   , 05 2010 . 15:56 ()
!
ghfc
   
l_u_k_a66   , 05 2010 . 15:59 ()
, !
   
Akmaya   , 05 2010 . 19:19 ()
   
_   , 05 2010 . 19:43 ()
! .
3c465021b79f (240x100, 28 Kb)
   
Mischell   , 05 2010 . 21:07 ()
!
   
Aysonaku-chan   , 06 2010 . 08:12 ()
.
   
_   , 06 2010 . 09:59 ()
!!!
   
Leonella_Lis   , 08 2010 . 03:34 ()
   

, 08 2010 . 04:34
!
Liduschka   , 13 2011 . 14:37 ()
,
   
_   , 14 2011 . 17:44 ()
47179842_1249529607_5 (98x79, 25Kb) !
!
   
Prudent   , 13 2012 . 00:28 ()
, ...
   
: [1] []
 

:
: 

: ( )

:

  URL