-

  • 100 (9)
  • (13)
  • (13)
  • (359)
  •    c ,, (10)
  •     (9)
  •     (4)
  •     (3)
  •     (6)
  •     (7)
  •     (5)
  •     (9)
  •    ,, (22)
  •     (2)
  •     (47)
  •    , (22)
  •     (8)
  •     (5)
  •     (53)
  •     (38)
  •    ,, (49)
  •     (6)
  •     (10)
  •     (17)
  •     (1)
  •     (10)
  •     (6)
  •     (11)
  •     (2)
  •     (5)
  •     (11)
  •    ,, (4)
  •    ,, (43)
  • (98)
  •     ,, (7)
  •     (4)
  •     (4)
  •    ,, (32)
  •     (8)
  •    ,, (12)
  •    , (9)
  •     (7)
  •     (3)
  •    ,, (6)
  • (3)
  •     (1)
  •     (1)
  • (31)
  • (2)
  • (54)
  •     (8)
  •     (3)
  •     (2)
  •     (2)
  •     , (35)
  •     (4)
  • (2)
  • (3)
  • (4)
  • (25)
  •     (13)
  • (115)
  •     (30)
  •     (22)
  •    , (8)
  •     (8)
  •    , (4)
  •     (4)
  •     (1)
  •     (5)
  •     (7)
  •    ,c (13)
  •     (1)
  •     (14)
  • (21)

 -

   _

 - e-mail

 

 -

 -

 LiveInternet.ru:
: 17.02.2013
:
:
: 781

:

(0)

.

, 11 2013 . 15:00 +
[ + !]

.

)   - .

- . . ? ,   - , .

1.

2. URL- -

3. width="100% - , , , , (%).

- :
- , , , : : "!" .
,

1. .

2. background-color: #800000 - , font color="#FFCCCC - ,

3. padding: 5px - , .

, . , , . - . , . .

" ":
1 - ?
2 -
...
8 - HTML-
9 - .
10 - .
11 - .
12 - .


:  
(0)

HTML-

, 06 2013 . 18:24 +
yaqut [ + !]

HTML-


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

" ":
1 - ?
2 -
...
6 - TML
7 -
8 - HTML-
9 - .
10 - .
11 - .
12 - .


:  
(0)

, 06 2013 . 17:52 +
[ + !]

.

1. ( ).
2. .. (128x40, 11Kb)
 (315x268, 33Kb)
3.) . , . - . .
) , .
. .
, ...
 
.

 

" ":
1 - ?
2 -
...
5 - - ...
6 - TML
7 -
8 - HTML-
9 - .
10 - .
11 - .
12 - .


:  
(0)

TML

, 04 2013 . 11:33 +
_LexIncorp_ [ + !]

<p>
<strong> HTML, . . . .</strong><br />
&nbsp;</p>
<div style="background-color: rgb(245, 245, 245);">
<p style="text-align: left;">
, 10 , html. , . , .<br />
, - : , . , , .<br />
, . <a href="http://www.lexincorp.ru/" style="text-decoration: none;" target="_blank">LexIncorp</a>. .</p>
<hr />
<p style="text-align: left;">
, . , .<br />
, &quot; &quot;, . , .<br />
? ).</p>
<hr />
<p>
<a name="t_top" target="_blank"></a></p>
<p style="text-align: center;">
<big><strong></strong><br />
<a href="#t_more" style="text-decoration: none;" target="_blank"> </a><br />
<a href="#t_text" style="text-decoration: none;" target="_blank"> </a><br />
<a href="#t_size" style="text-decoration: none;" target="_blank"> </a><br />
<a href="#t_color" style="text-decoration: none;" target="_blank"> </a><br />
<a href="#t_garn" style="text-decoration: none;" target="_blank"> </a><br />
<a href="#t_quot" style="text-decoration: none;" target="_blank"></a><br />
<a href="#t_list" style="text-decoration: none;" target="_blank"></a><br />
<a href="#t_form" style="text-decoration: none;" target="_blank"></a><br />
<a href="#t_marquee" style="text-decoration: none;" target="_blank"> </a><br />
<a href="#t_img" style="text-decoration: none;" target="_blank"> </a><br />
<a href="#t_href" style="text-decoration: none;" target="_blank">, </a><br />
<a href="#t_lines" style="text-decoration: none;" target="_blank"> </a><br />
<a href="#t_textarea" style="text-decoration: none;" target="_blank"> </a></big></p>
<p style="text-align: center;">
, - . , , . , , , .<br />
? , , . ( ).<br />
: . Html )<br />
, , </p>
</div>

" ":
1 - ?
2 -
...
4 -
5 - - ...
6 - TML
7 -
8 - HTML-
...
10 - .
11 - .
12 - .


:  
(0)

- ...

, 01 2013 . 15:11 +
lynn [ + !]

- ...

...

- !

:

:

, :

 
 

, , ( ), . . Color code , (Ctrl+C) (Ctrl+V) .


 

 

 





  

 

 

=)

 





    ;)

 





      

 

 

", ":
1 -
2 - ,
...
8 -
9 -
10 - - ...
11 - . .

" ":
1 - ?
2 -
3 -
4 -
5 - - ...
6 - TML
7 -
...
10 - .
11 - .
12 - .


:  
(0)

, 28 2013 . 13:35 +
_ [ + !]

?

- , , . . . , ( ) :


, .
.

:

1 - , 100% - , . - , % px.
2 - , 300, .
3 - , 0, , .
4 - , 0, .

. , , 100px ( )


- , , . . . , ( ) :

, .
.
:

1 - , 100% - , . - , % px.
2 - , 300, .
3 - , 0, , .
4 - , 0, .

? >>>

" ":
1 - ?
2 -
3 -
4 -
5 - - ...
6 - TML
...
10 - .
11 - .
12 - .


:  
(0)

, 23 2013 . 01:33 +
[ + !]

EDITOR
 

EDITOR , , . , , .


, , , 1. 2. . , , . .
...

" ":
1 - ?
2 -
3 -
4 -
5 - - ...
...
10 - .
11 - .
12 - .


:  
(0)

, 22 2013 . 16:43 +
Litizija [ + !]


 

4360286_coffee1588x392_1_ (588x392, 36Kb)

4360286_41781859_prm34 (400x20, 2Kb)

.. , .

, , , , , !

4360286_93125420_0_8feb1_bffbe2d3_S (130x55, 5Kb)

4360286_zoloto_ (89x40, 2Kb)

 

" ":
1 - ?
2 -
3 -
4 -
...
10 - .
11 - .
12 - .


:  

 : [1]