-

  • (320)
  • (58)
  • (1)
  • (279)
  • (19)
  • , (795)
  • (339)
  • (29)
  • (4)
  • (627)
  • (10)
  • (28)
  • . (17)
  • (171)
  • (2)
  • (55)
  • (41)
  • (103)
  • (32)
  • (389)
  •     (347)
  • (39)
  • (458)
  •     (137)
  • - (20)
  • (122)
  • (213)
  • , (11)
  • (281)
  • (134)
  •     (28)
  • (13)
  • (29)
  • (933)
  • (7)
  • (45)
  • (6)
  • (22)
  • (85)
  • (779)
  • (67)
  • (35)
  • , , (7)
  • (164)
  • (61)
  • (8)
  • (20)
  • (204)
  • (142)
  • !! (12)
  • (148)
  •     (24)
  •     (53)
  •     (9)
  • (44)

 -

   Enn18

 - e-mail

 

 -

 LiveInternet.ru:
: 31.07.2011
: 7109
: 1229
: 10927

:

" .":
1 -
2 - BB Html
3 - ...
4 - , , ...
5 - HTML-
6 -
7 -
8 - , . 4
9 - !!! ...
10 - ,
11 -
12 -
13 - ... ...
14 - ()
15 -
16 - - (4 )
17 - . MissKcu

..


: (44), (148), !!(12), (142), (204), (20), (8), (61), (164), , , (7), (35), (67), (779), (320), (85), (22), (6), (45), (7), (933), (29), (13), (134), (281), (1), , (11), (213), (122), -(20), (458), (39), (389), (32), (103), (41), (55), (2), (171), (28), (10), (627), (4), (29), (339), , (795), (19), (279), (58)
(1)

, 06 2011 . 19:20 +
Luda007 [ + !]



                                                            

 

                                           

 

 

 

                           

 

 

                      

 

                                                 

 

                                                         

 

                                      

 

                                               


(0)

BB Html

, 01 2011 . 09:37 +
sharm [ + !]

BB Html ( )


, , ! BB Html . .
1. , .
2. Html .
3. .


, , . . !!

, , . .
: BB Html


, ,
, . , .

, .


!

1. .
2. , " ".
3. .
4. ,
" ".
5. . (), )
, - ( : - Ctrl+ - Ctrl+).
6. - - , , .
, - Ctrl+V.

1. ( ) - " ".

2. , Firefox() - " ".

, .



, . . , , .


, . , HTML.


. , .


.

http://li-web.ru/ http://li-web.ru/ http://li-web.ru/ http://li-web.ru/
http://li-web.ru/ http://li-web.ru/ http://li-web.ru/ http://li-web.ru/
http://li-web.ru/ http://li-web.ru/ http://li-web.ru/ http://li-web.ru/


, . , , , .
, , " " , 4,


!.

http://li-web.ru/

http://li-web.ru/

http://li-web.ru/

http://li-web.ru/

http://li-web.ru/

http://li-web.ru/

http://li-web.ru/

http://li-web.ru/

http://li-web.ru/

http://li-web.ru/

http://li-web.ru/

http://li-web.ru/



. , , .

. , , , , 1, (html) . )


. .

http://li-web.ru/

http://li-web.ru/

http://li-web.ru/

http://li-web.ru/

http://li-web.ru/

http://li-web.ru/



! . , . , .
. , , .

 (495x109, 110Kb)

 

",":
1 -
2 -
...
43 -
44 -
45 - BB Html ( )

(0)

...

, 03 2011 . 08:12 +
Webzona [ + !]


(0)

, , ...

, 04 2011 . 12:10 +
_ [ + !]

, , ...




.
: ,
( ).
, .
, .

""?


"" FAQ ( )

?




( )
Li.Ru
?




(0)

HTML-

, 04 2011 . 12:12 +
- [ + !]

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

(0)

, 04 2011 . 12:13 +
BraveDefender [ + !]



:

, (, ) . , , , , ... .

(1) , . . () — CKEditor FCKEditor. — .

2 — , , . , «» .

...

(0)

, 10 2011 . 13:50 +
SvetlanaT [ + !]

.

. .
: .
, -
, .
, . , , .
, . [color=red] [/color]
red - .
.
Aqua Black Fuchsia Green Aquamarine Lime Maroon Navy
Olive Purple Red Silver Teal White Yellow Blue
Gold Orange Pink Peru Chocolate Coral Violet Grey

...
SvetlanaT

(0)

, . 4

, 11 2011 . 22:08 +
[ + !]


(0)

!!! ...

, 16 2011 . 09:49 +
70 [ + !]


(2)

,

, 17 2011 . 17:22 +
_ [ + !]


(0)

, 20 2011 . 11:02 +
yaqut [ + !]










. , .






<input type='text' size='15' value=' '>









 





/s41.radikal.ru/i093/1004/37/f6758dbed821.jpg"><tr><td" target="_blank">//s41.radikal.ru/i093/1004/37/f6758dbed821.jpg"><tr><td width="600"><font size="4"><font color="000066"><center> </td></tr></table>" size="15" />





1.<div align="center"><select multiple="multiple" size="10">...</select></div>

<option> </option>

2.<textarea style="text-align: center;" readonly="readonly" cols="45" rows="2"> </textarea>


/www.realsweb.com/link_to.php"><input" target="_blank">http://www.realsweb.com/link_to.php"><input type="hidden" value="_self" name="h"/> <select name="links"><optgroup label="-- 1 "><option value="URL "> </option><option value="URL "> </option><option value="URL "> </option></optgroup><optgroup label="-- 2 "><option value="URL "> </option><option value="URL "> </option><option value="URL "> </option></optgroup> </select> <input type="submit" value=" " /></form>" size="15" />

 

(0)

, 23 2011 . 18:43 +
ellmirchik [ + !]

q .

q .

, Rost


1)

3) / ?

4) ?

5) ...

6) , , 8 ?

7) ( , , )?

8) ?

9) YouTube?

10) (/)?

11) .?

12) .?

13) ?

14) ? , ?

15) / ?

16) ?

17) , ?

18) ?

19) / ?

20) ?

21) ? ?

22) ?

23) ?

24) ?

25) ?

26) ?

27) ?

28) ?

29) ?

30) ?

31) ?

32) - ?
.

33) ?

34) ?

35) ?

36) ?

37) ? ? ?

38) ?

39) ? ?

40) ?

41) ?

42) ?

.
, , . . .

, .
Leeres_Herz kshushlin.
Rost!

, : , , , , .

(0)

... ...

, 25 2011 . 19:21 +
70 [ + !]

... ... ... ...

http://blogs.mail.ru/mail/univer_2004/6E7CFB48E83D4C46.html


 

 

", ,":
1 -
2 - ...
...
19 - ... ...
20 - ... , ...
21 - ... ... ... ...

(0)

()

, 25 2011 . 20:36 +
Arnusha [ + !]

()



, .. . ... , - , . , . , .
, :


<input type='text' size='35' value='< >'>


...

(0)

, 27 2011 . 17:51 +
[ + !]




 

 

 

 

 

;)

 

 

 

+1

 

+2

 

+3

 

+4

 

 

 

 

( )

 

 

 


 

      
   ,   , .
  ,   .
   ,   -  ... (.)

 

      
   ,   , .
  ,   .
   ,   -  ... (.)

 

     
      

 






>>>>

+

(0)

- (4 )

, 15 2012 . 18:55 +
Legionary [ + !]

- (4 )

- .

, :

1 :

, , :

( , )

:

 (454x274, 37Kb)

"", ,- , :

> > >

(0)

. MissKcu

, 02 2012 . 18:56 +
MissKcu [ + !]

. MissKcu

  Counter.CO.KZ -     !

 (161x137, 32Kb)


1.
1 (700x550, 207Kb)

http://li-web.ru/

,

 

" ":
1 -
2 -
...
12 - . MissKcu
13 - .
14 - . MissKcu

" .":
1 - MissKcu
2 - . MissKcu
...
9 - . MissKcu
10 - -
11 - . MissKcu
12 - MissKcu
13 - MissKcu
...
15 - .
16 - .
17 - . MissKcu


 : [1]