-

  • (194)
  • ****** (37)
  • (6)
  • (5)
  • (2)
  • (1)
  • *** *** (1858)
  •     (57)
  •     (2)
  •     (420)
  •     (102)
  •     (108)
  •     (29)
  •     (80)
  •     (53)
  •     - (80)
  •     (226)
  •    , (120)
  •     (103)
  •    ,, (246)
  •     (146)
  •    , (81)
  • *** *** (2412)
  •     (580)
  •    , (131)
  •     (88)
  •     , , , (298)
  •     (466)
  •     (342)
  •     . (37)
  •     (300)
  •    , (170)
  • ****** (1612)
  •     (220)
  •     (142)
  •     (51)
  •     (21)
  •     (345)
  •     (56)
  •     (167)
  •     (40)
  •     (159)
  •     (133)
  •     (189)
  •     (90)
  • (122)
  • (163)
  • (272)
  • *** *** (1600)
  •     (584)
  •    , (153)
  •     (139)
  •     (138)
  •     (131)
  •     (104)
  •     (59)
  •     (32)
  •     (16)
  •     (2)
  • (1)
  • (77)
  • (24)
  • (5)
  • (3)
  • (2)
  • . (1)
  • (1)
  • (48)
  • (15)
  • (168)
  • (77)
  • (132)
  • (4)
  • (5)
  • (150)
  • (37)
  • (468)
  •     (24)
  •     (1)
  • . (253)
  • (48)
  • (6)
  • , (7)
  • . (51)
  • (69)
  • ***ܨ *** (1167)
  •    , , (282)
  •     (192)
  •     (164)
  •     (138)
  •     (66)
  •     (54)
  •    - (51)
  •    , (48)
  •     (38)
  •     (34)
  •     (34)
  •     (25)
  •     (15)
  •     (14)
  •     (10)
  • (79)

 -

Ƹ
: 3161 : 0
.
: 74596 : 0
!
: 62561 : 0
-
: 24250 : 0
.. - , -
: 11657 : 0

 -

  •     ? , ? - , !
  •     - - . : Internet Explorer 6, Fire Fox 1.5, Opera 9.5, Safari 3.1.1 JavaScript.
  • , Akado .
  •    - " " - " " , , , . ,
  •    - "Empire" - "Empire" Goodgame Empire. , .

 -

   _

 -

 -

( : 15) _ __ _ _ ___ _ _ _ _ __ _ _ __
( : 6) _ _ _ __ __ _

 -

 LiveInternet.ru:
: 01.10.2010
: 11280
: 150
: 11549

:


HTML-

, 22 2013 . 18:20 +
- 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... ...
...
12 - Html
13 - -( .) html- ..
14 - HTML-
15 - HTML!!!! !
16 - 10 HTML
...
24 -
25 - HTML-
26 - , ?

" ":
1 -
2 -
...
38 - .
39 -
40 - HTML-
41 -
42 - Liveinternet WordPress.
...
46 - HTML - 4. HTML
47 - HTML. -: HTML
48 -


: [1] []
 

:
: 

: ( )

:

  URL