-

  • (840)
  • (415)
  • (394)
  • . (264)
  • (173)
  • . (169)
  • . (146)
  • (71)
  • (30)
  • (22)
  • - (20)
  • (15)
  • (3)
  • (1)
  • (0)
  • (0)
  • (0)
  • (8)
  • (84)
  •     (4)
  •     (11)
  •    :,, (53)
  • (267)
  •     (24)
  •     (10)
  •     (146)
  • (1451)
  •     (217)
  •     (151)
  •     (31)
  •     (59)
  •     (345)
  •    , (92)
  •     (467)
  •     (21)
  •     (133)
  •     (15)
  • (1133)
  •     (291)
  •     (223)
  •     (166)
  •    . (124)
  •     (18)
  •     (3)
  • (151)
  • (885)
  •     (85)
  •     (32)
  •     . (11)
  •     (210)
  •     (121)
  •     (28)
  •     (57)
  •     (161)
  •     (61)
  • (2684)
  •    , (675)
  •     (453)
  •     (81)
  •     (10)
  •     (230)
  •     (354)
  •    , (170)
  •     (211)
  •     (66)
  •     (52)
  •     (14)
  •     (353)
  • (1)
  • , (342)
  •     (120)
  •     (94)
  •     (39)
  • (1)

 -

- ! - . - (0)

[more=>>>>>>>>>>>>>>>]1. 2. 3. 4. 5. 6. 7. 8. 9. 10. 11. 12.

ܨ - 10 - (0)

- 10   , , ! ...

- (0)

                &nbs...

- (0)

- Jennifer Sewplicity 2. 3. 4. 5. 6. 7. 8. 9. 10. 11...

-. - - (0)

                ...

 -

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

 -

 -

     .
.
17:33 26.02.2012
: 16
22:56 23.02.2012
: 2

 -

   _

 - e-mail

 

 -

 LiveInternet.ru:
: 09.08.2011
: 9029
: 791
: 12739

:


HTML-

, 15 2012 . 20:43 +
- /strong>

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-
14 - HTML!!!! !
15 - 10 HTML
...
17 - ( Excel)
18 -
19 -
/

: [1] []
 

:
: 

: ( )

:

  URL