-

  • Html (52)
  • (0)
  • Flash (0)
  • (37)
  •     (7)
  •     (4)
  •     (2)
  •     (1)
  •     (3)
  •     (12)
  •     (7)
  •     (4)
  • (8)
  • - (1)
  • (1)
  • (8)
  • (6)
  • (1)
  • (8)
  • (8)
  • , (5)
  • (21)
  • (1)
  • (3)
  • , (5)
  • (5)
  • (58)
  • (4)
  • (81)
  • (9)
  • - (32)
  • (2)
  • (11)
  • (1)
  • (2)
  • (13)
  • (4)
  • (79)
  •     (32)
  •     (6)
  •     (6)
  • (0)
  • . (2)
  • (0)
  • (10)
  • (21)
  • (0)
  • (2)
  • (9)
  • - (0)
  • (5)
  • (10)
  • (17)

 -

: 465 : 0
.
: 240060 : 0
Uma Mohan -
: 10588 : 0
(- )
: 25866 : 0

 -

 -

 - e-mail

 

 -

.. ..

 -

 LiveInternet.ru:
: 16.01.2012
:
:
: 440

:

Html .


: (0)

: (17), (10), (5), -(0), (9), (2), (0), (21), (10), (0), .(2), (0), (79), (4), (13), (2), (1), (11), (2), -(32), (9), (81), (4), (58), (5), ,(5), (3), (1), (21), ,(5), (8), (8), (1), (6), (8), (1), -(1), (8), (37), Flash (0), (0)
(0)

21-.

, 07 2012 . 11:30 +

Html . .

21-.

, , . . , . : , – (, , , ). , (, , ).

:

<table></table>

, : (), .

<tr></tr> -
<td></td> - ()




, (). . , . ? :

 

     
<table>
<tr></tr>
<tr></tr>
</table>


. . ():

 



     
<table>
<tr>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td></td>
<td></td>
<td></td>
</tr>
</table>


, , , , .. , .

, :

 



     
<table>
<tr>
<td>1x1</td>
<td>1x2</td>
<td>1x3</td>
</tr>
<tr>
<td>2x1</td>
<td>2x2</td>
<td>2x3</td>
</tr>
</table>


, - , (12 - , ). . , , :

1x1
1x2
1x3
2x1
2x2
2x3

, ( , ) . bgcolor="_". , , ( ). .

 



     
<table>
<tr>
<td bgcolor="#FFCC33">1x1</td>
<td bgcolor="#336699">1x2</td>
<td bgcolor="#FFCC33">1x3</td>
</tr>
<tr>
<td bgcolor="#336699">2x1</td>
<td bgcolor="#FFCC33">2x2</td>
<td bgcolor="#336699">2x3</td>
</tr>
</table>


, :



, bgcolor <tr>:

<tr bgcolor="#FFCC33">

, bgcolor <table>:

<table bgcolor="#FFCC33">

, , , .

( ). , .


 
Html
1 - " , ". 2 - " ?". 3 - " . , ?" / Html / Html Html - . . 1 - " , ". 2 - " ?". 3 - " . , ?" . 4 - " . ". 5 - " . ". 6 - " DIV. ". 7 - " ". 8 - ", , ". 9 - " . ". 10 - " ? ". 11 - " . , , ..". 12 - " ". 13 - " ". 14 - " -. ". 15 - " ". 16 - " , . ". 17 - ". ". 18 - ". 2". 19 - ". 3". 20 - ". ". . 21 - " ". 22 - " " . 23 - ", (valign)". 24 - ", (rowspan, colspan)". 24-2 - " . ". 25 - ", cellspacing cellpadding. ". 26 - " ". 27 - " , ". 28 - " ". . 29 - ", ". 30 - " . ". 31 - " () , topmargin, leftmargin, marginwidth, marginheight". 32 - " . ". 33 - " . : ". 34 - "C , ". . 35 - ". () ." 36 - " ". 37 - " " . 38 - " " . 39 - " , , ". 40 - " , ". 41 - " . IFrame". , , . 42 - " . OBJECT". 43 - " EMBED. OBJECT EMBED". 44 - " (CSS - Cascading Style Sheets)". 45 - " (CSS) ". 46 - " . html-". . 47 - ". ". 48 - " . ". 49 - " . ". 50 - " . ".

:  
(0)

22-.

, 07 2012 . 11:31 +

Html . .

22-.

, , :


:



? , :) height width - , , (). , . ().

 

     
<table>
<tr>
<td height="35" width="50" bgcolor="#FFCC33"> 1x1 </td>
<td width="50" bgcolor="#336699"> 1x2 </td>
<td width="50" bgcolor="#FFCC33"> 1x3 </td>
</tr>
<tr>
<td height="35" width="50" bgcolor="#336699"> 2x1 </td>
<td width="50" bgcolor="#FFCC33"> 2x2 </td>
<td width="50" bgcolor="#336699"> 2x3 </td>
</tr>
</table>


: - (), ? : - , , , () :) -. , - , ( - , ()).

, () , ( () ).

, height width :

<td width="30%"> </td>

30 , , , 70 , .. 70 . ? : 100%. : 100 – 30 = 70. :)

: , :)



() :

 



     
<table>
<tr>
<td height="35" width="50" bgcolor="#FFCC33"> <center> 1x1 </center> </td>
<td width="50" bgcolor="#336699"> <center> 1x2 </center> </td>
<td width="50" bgcolor="#FFCC33"> <center>1x3 </center> </td>
</tr>
<tr>
<td height="35" width="50" bgcolor="#336699"> <center> 2x1 </center> </td>
<td width="50" bgcolor="#FFCC33"> <center> 2x2 </center> </td>
<td width="50" bgcolor="#336699"> <center> 2x3 </center> </td>
</tr>
</table>


... !:)



, () , .

, <center>, align, . :

<td align=”center”>2x2</td>

, align right left. justify <td> align . align ( , ).

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

.


 
Html
1 - " , ". 2 - " ?". 3 - " . , ?" / Html / Html Html - . . 1 - " , ". 2 - " ?". 3 - " . , ?" . 4 - " . ". 5 - " . ". 6 - " DIV. ". 7 - " ". 8 - ", , ". 9 - " . ". 10 - " ? ". 11 - " . , , ..". 12 - " ". 13 - " ". 14 - " -. ". 15 - " ". 16 - " , . ". 17 - ". ". 18 - ". 2". 19 - ". 3". 20 - ". ". . 21 - " ". 22 - " " . 23 - ", (valign)". 24 - ", (rowspan, colspan)". 24-2 - " . ". 25 - ", cellspacing cellpadding. ". 26 - " ". 27 - " , ". 28 - " ". . 29 - ", ". 30 - " . ". 31 - " () , topmargin, leftmargin, marginwidth, marginheight". 32 - " . ". 33 - " . : ". 34 - "C , ". . 35 - ". () ." 36 - " ". 37 - " " . 38 - " " . 39 - " , , ". 40 - " , ". 41 - " . IFrame". , , . 42 - " . OBJECT". 43 - " EMBED. OBJECT EMBED". 44 - " (CSS - Cascading Style Sheets)". 45 - " (CSS) ". 46 - " . html-". . 47 - ". ". 48 - " . ". 49 - " . ". 50 - " . ".

:  
(0)

23-.

, 07 2012 . 11:32 +

Html . .

23-.

, , , , :).

, , .. , , ( ), . - valign="middle" (top, bottom) - ( ):



, . , :

 

     
<table>
<tr>
<td height="35" width="50" bgcolor="#FFCC33" valign="top"> <center>1x1</center> </td>
<td width="50" bgcolor="#336699"> <center>1x2</center> </td>
<td width="50" bgcolor="#FFCC33" valign="bottom"> <center>1x3</center> </td>
</tr>
<tr>
<td height="35" width="50" bgcolor="#336699" valign="bottom"> <center>2x1</center> </td>
<td width="50" bgcolor="#FFCC33"> <center>2x2</center> </td>
<td width="50" bgcolor="#336699" valign="top"> <center>2x3</center> </td>
</tr>
</table>


valign , , , . valign , , , :).

, , align, , valign – , , , .


 
Html
1 - " , ". 2 - " ?". 3 - " . , ?" / Html / Html Html - . . 1 - " , ". 2 - " ?". 3 - " . , ?" . 4 - " . ". 5 - " . ". 6 - " DIV. ". 7 - " ". 8 - ", , ". 9 - " . ". 10 - " ? ". 11 - " . , , ..". 12 - " ". 13 - " ". 14 - " -. ". 15 - " ". 16 - " , . ". 17 - ". ". 18 - ". 2". 19 - ". 3". 20 - ". ". . 21 - " ". 22 - " " . 23 - ", (valign)". 24 - ", (rowspan, colspan)". 24-2 - " . ". 25 - ", cellspacing cellpadding. ". 26 - " ". 27 - " , ". 28 - " ". . 29 - ", ". 30 - " . ". 31 - " () , topmargin, leftmargin, marginwidth, marginheight". 32 - " . ". 33 - " . : ". 34 - "C , ". . 35 - ". () ." 36 - " ". 37 - " " . 38 - " " . 39 - " , , ". 40 - " , ". 41 - " . IFrame". , , . 42 - " . OBJECT". 43 - " EMBED. OBJECT EMBED". 44 - " (CSS - Cascading Style Sheets)". 45 - " (CSS) ". 46 - " . html-". . 47 - ". ". 48 - " . ". 49 - " . ". 50 - " . ".

:  
(0)

24-.

, 07 2012 . 11:33 +

Html . .

24-.
colspan rowspan. Colspan - , , rowspan - ( 2 , .. ()). , , .



, 11 (). colspan="2", 11. :

 

     
<table>
<tr>
<td height="35" bgcolor="#FFCC33" colspan="2"> <center>1x1</center> </td>
<td width="50" bgcolor="#336699"> <center>1x2</center> </td>
</tr>
<tr>
<td height="35" width="50" bgcolor="#336699"> <center>2x1</center> </td>
<td width="50" bgcolor="#FFCC33"> <center>2x2</center> </td>
<td width="50" bgcolor="#336699"> <center>2x3</center> </td>
</tr>
</table>


, 11 . , (100 ). width 1x1, , width . , , 13, .. , – – 11 , colspan.

13, :



colspan rowspan. , «». , colspan, rowspan. :



(, 23). ( , ):



, . , .

 
Html
1 - " , ". 2 - " ?". 3 - " . , ?" / Html / Html Html - . . 1 - " , ". 2 - " ?". 3 - " . , ?" . 4 - " . ". 5 - " . ". 6 - " DIV. ". 7 - " ". 8 - ", , ". 9 - " . ". 10 - " ? ". 11 - " . , , ..". 12 - " ". 13 - " ". 14 - " -. ". 15 - " ". 16 - " , . ". 17 - ". ". 18 - ". 2". 19 - ". 3". 20 - ". ". . 21 - " ". 22 - " " . 23 - ", (valign)". 24 - ", (rowspan, colspan)". 24-2 - " . ". 25 - ", cellspacing cellpadding. ". 26 - " ". 27 - " , ". 28 - " ". . 29 - ", ". 30 - " . ". 31 - " () , topmargin, leftmargin, marginwidth, marginheight". 32 - " . ". 33 - " . : ". 34 - "C , ". . 35 - ". () ." 36 - " ". 37 - " " . 38 - " " . 39 - " , , ". 40 - " , ". 41 - " . IFrame". , , . 42 - " . OBJECT". 43 - " EMBED. OBJECT EMBED". 44 - " (CSS - Cascading Style Sheets)". 45 - " (CSS) ". 46 - " . html-". . 47 - ". ". 48 - " . ". 49 - " . ". 50 - " . ".

:  
(0)

24-2 - .

, 07 2012 . 11:35 +

Html . .

24-2 - .

, . , – , . :)

:



13 .

 

     
<table>
<tr>
<td height="35" bgcolor="#FFCC33"> <center>1x1</center> </td>
<td width="50" bgcolor="#336699"> <center>1x2</center> </td>
<td width="50" bgcolor="#336699" rowspan="2"> <center>1x3</center> </td>
</tr>
<tr>
<td height="35" width="50" bgcolor="#336699"> <center>2x1</center> </td>
<td width="50" bgcolor="#FFCC33"> <center>2x2</center> </td>
</tr>
</table>


:

 



     
<table>
<tr>
<td height="35" bgcolor="#FFCC33" colspan="2"> <center>1x1</center> </td>
<td width="50" bgcolor="#336699" rowspan="2"> <center>1x2</center> </td>
</tr>
<tr>
<td height="35" width="50" bgcolor="#336699"> <center>2x1</center> </td>
<td width="50" bgcolor="#FFCC33"> <center>2x2</center> </td>
</tr>
</table>


, .. , , . , . , .

 
Html
1 - " , ". 2 - " ?". 3 - " . , ?" / Html / Html Html - . . 1 - " , ". 2 - " ?". 3 - " . , ?" . 4 - " . ". 5 - " . ". 6 - " DIV. ". 7 - " ". 8 - ", , ". 9 - " . ". 10 - " ? ". 11 - " . , , ..". 12 - " ". 13 - " ". 14 - " -. ". 15 - " ". 16 - " , . ". 17 - ". ". 18 - ". 2". 19 - ". 3". 20 - ". ". . 21 - " ". 22 - " " . 23 - ", (valign)". 24 - ", (rowspan, colspan)". 24-2 - " . ". 25 - ", cellspacing cellpadding. ". 26 - " ". 27 - " , ". 28 - " ". . 29 - ", ". 30 - " . ". 31 - " () , topmargin, leftmargin, marginwidth, marginheight". 32 - " . ". 33 - " . : ". 34 - "C , ". . 35 - ". () ." 36 - " ". 37 - " " . 38 - " " . 39 - " , , ". 40 - " , ". 41 - " . IFrame". , , . 42 - " . OBJECT". 43 - " EMBED. OBJECT EMBED". 44 - " (CSS - Cascading Style Sheets)". 45 - " (CSS) ". 46 - " . html-". . 47 - ". ". 48 - " . ". 49 - " . ". 50 - " . ".

:  
(0)

25-.

, 07 2012 . 11:35 +

Html . .

25-.

, :



, , ... ... , , :



cellspacing, :

 

     
<table cellspacing="0">
<tr>
<td height="35" bgcolor="#FFCC33" colspan="2"> <center>1x1</center> </td>
<td width="50" bgcolor="#336699" rowspan="2"> <center>1x2</center> </td>
</tr>
<tr>
<td height="35" width="50" bgcolor="#336699"> <center>2x1</center> </td>
<td width="50" bgcolor="#FFCC33"> <center>2x2</center> </td>
</tr>
</table>


, , cellspacing="5", :



, , , .. .

cellspacing, cellpadding, , , . , , - , valign:



cellpadding="5":



( , ). , . , cellpadding ( - , ). , - ( ):

 



     
<table cellpadding="5">
<tr>
<td height="35" bgcolor="#FFCC33" colspan="2" valign="top"> <center>1x1</center> </td>
<td width="50" bgcolor="#336699" rowspan="2" valign="top"> <center>1x2</center> </td>
</tr>
<tr>
<td height="35" width="50" bgcolor="#336699" valign="bottom"> <center>2x1</center> </td>
<td width="50" bgcolor="#FFCC33" valign="bottom"> <center>2x2</center> </td>
</tr>
</table>


, .

 
Html
1 - " , ". 2 - " ?". 3 - " . , ?" / Html / Html Html - . . 1 - " , ". 2 - " ?". 3 - " . , ?" . 4 - " . ". 5 - " . ". 6 - " DIV. ". 7 - " ". 8 - ", , ". 9 - " . ". 10 - " ? ". 11 - " . , , ..". 12 - " ". 13 - " ". 14 - " -. ". 15 - " ". 16 - " , . ". 17 - ". ". 18 - ". 2". 19 - ". 3". 20 - ". ". . 21 - " ". 22 - " " . 23 - ", (valign)". 24 - ", (rowspan, colspan)". 24-2 - " . ". 25 - ", cellspacing cellpadding. ". 26 - " ". 27 - " , ". 28 - " ". . 29 - ", ". 30 - " . ". 31 - " () , topmargin, leftmargin, marginwidth, marginheight". 32 - " . ". 33 - " . : ". 34 - "C , ". . 35 - ". () ." 36 - " ". 37 - " " . 38 - " " . 39 - " , , ". 40 - " , ". 41 - " . IFrame". , , . 42 - " . OBJECT". 43 - " EMBED. OBJECT EMBED". 44 - " (CSS - Cascading Style Sheets)". 45 - " (CSS) ". 46 - " . html-". . 47 - ". ". 48 - " . ". 49 - " . ". 50 - " . ".

:  
(0)

26-.

, 07 2012 . 11:37 +

Html . .

26-.

, . ? - , , ... .

, , - , :

 

. , , . , , .   , , :

65%
20%
. 15%




, , (), ( ). :

 

     
<table>
<tr>
<td width="200" valign="top" background="blue.gif" align="center"> . , , . , , .</td>
<td width="10" background="white.gif">&nbsp;</td>
<td width="200" valign="top" background="blue.gif" align="center"> , , :
<br><br>

<table cellspacing="3">
<tr>
<td width="50" background="white.gif"></td><td background="white.gif">65% </td>
</tr>
<tr>
<td width="50" background="white.gif"></td><td background="white.gif">20% </td>
</tr>
<tr>
<td width="50" background="white.gif">.</td><td background="white.gif">15% </td>
</tr>
</table>


<br><br>
</td>
</tr>
</table>


, , : . . . – ( , , ), ( , , , ).

, , : background=".gif" - bgcolor, (, ), background (, ).

: (bgcolor="#ffffff"), , (background="white.gif"), . , , , IE (Internet Explorer) bgcolor , , , background.

: , background , :). :

<td width="10" background="white.gif">&nbsp;</td>

, . , &nbsp; ( , , ). . , : <td></td>. - , .. , &nbsp;, 11 .

, , . .

 
Html
1 - " , ". 2 - " ?". 3 - " . , ?" / Html / Html Html - . . 1 - " , ". 2 - " ?". 3 - " . , ?" . 4 - " . ". 5 - " . ". 6 - " DIV. ". 7 - " ". 8 - ", , ". 9 - " . ". 10 - " ? ". 11 - " . , , ..". 12 - " ". 13 - " ". 14 - " -. ". 15 - " ". 16 - " , . ". 17 - ". ". 18 - ". 2". 19 - ". 3". 20 - ". ". . 21 - " ". 22 - " " . 23 - ", (valign)". 24 - ", (rowspan, colspan)". 24-2 - " . ". 25 - ", cellspacing cellpadding. ". 26 - " ". 27 - " , ". 28 - " ". . 29 - ", ". 30 - " . ". 31 - " () , topmargin, leftmargin, marginwidth, marginheight". 32 - " . ". 33 - " . : ". 34 - "C , ". . 35 - ". () ." 36 - " ". 37 - " " . 38 - " " . 39 - " , , ". 40 - " , ". 41 - " . IFrame". , , . 42 - " . OBJECT". 43 - " EMBED. OBJECT EMBED". 44 - " (CSS - Cascading Style Sheets)". 45 - " (CSS) ". 46 - " . html-". . 47 - ". ". 48 - " . ". 49 - " . ". 50 - " . ".

:  
(0)

27-.

, 07 2012 . 11:38 +

Html . .

27-.

, , . border. 3 :

<table border="3">

. :

 



. :

<table border="3" bordercolor="#000000">

 



.

( ), cellpadding, , , . – , , cellpadding, , (bgcolor="#000000", ) .

:

 

     
<table border="0" cellspacing="0" cellpadding="5" bgcolor="#000000">
<tr>
<td>
<table width="100%" border="0" bgcolor=" "> ... </table>
</td>
</tr>
</table>


, . , , – () . : ( ). , (, ).

, , , , , , , , , , , .

, , , – , , , , , . :)

- , , , Html, .

, , , . :


IE
 
NN
 


, ( ). , , , , , .

, , .. , .

, , Internet Explorer , , , . , : - 800x600 1024x768.

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

( , ): , . : , , , .

, , , , :) .

, , , , .


 
Html
1 - " , ". 2 - " ?". 3 - " . , ?" / Html / Html Html - . . 1 - " , ". 2 - " ?". 3 - " . , ?" . 4 - " . ". 5 - " . ". 6 - " DIV. ". 7 - " ". 8 - ", , ". 9 - " . ". 10 - " ? ". 11 - " . , , ..". 12 - " ". 13 - " ". 14 - " -. ". 15 - " ". 16 - " , . ". 17 - ". ". 18 - ". 2". 19 - ". 3". 20 - ". ". . 21 - " ". 22 - " " . 23 - ", (valign)". 24 - ", (rowspan, colspan)". 24-2 - " . ". 25 - ", cellspacing cellpadding. ". 26 - " ". 27 - " , ". 28 - " ". . 29 - ", ". 30 - " . ". 31 - " () , topmargin, leftmargin, marginwidth, marginheight". 32 - " . ". 33 - " . : ". 34 - "C , ". . 35 - ". () ." 36 - " ". 37 - " " . 38 - " " . 39 - " , , ". 40 - " , ". 41 - " . IFrame". , , . 42 - " . OBJECT". 43 - " EMBED. OBJECT EMBED". 44 - " (CSS - Cascading Style Sheets)". 45 - " (CSS) ". 46 - " . html-". . 47 - ". ". 48 - " . ". 49 - " . ". 50 - " . ".

(0)

28-.

, 07 2012 . 11:40 +

Html . .

28-.

, , :



 

     
<table cellspacing="5">
<tr>
<td height="35" bgcolor="#FFCC33" colspan="2"> <center>1x1</center> </td>
<td width="50" bgcolor="#336699" rowspan="2"> <center>1x2</center> </td>
</tr>
<tr>
<td height="35" width="50" bgcolor="#336699"> <center>2x1</center> </td>
<td width="50" bgcolor="#FFCC33"> <center>2x2</center> </td>
</tr>
</table>


, . , , :

 



     
<html>
<head>
<title> </title>
</head>
<body bgcolor="#FFFFFF" text="#000000" link="#000000" alink="#000000" vlink="#000000">


<table cellspacing="5">
<tr>
<td height="35" bgcolor="#FFCC33" colspan="2"> <center>1x1</center> </td>
<td width="50" bgcolor="#336699" rowspan="2"> <center>1x2</center> </td>
</tr>
<tr>
<td height="35" width="50" bgcolor="#336699"> <center>2x1</center> </td>
<td width="50" bgcolor="#FFCC33"> <center>2x2</center> </td>
</tr>
</table>

</body>
</html>
()


, , , , , , . , :

 



     
<html>
<head>
<title> </title>
</head>
<body bgcolor="#FFFFFF" text="#000000" link="#000000" alink="#000000" vlink="#000000">

<table cellspacing="5" width="700">
<tr>
<td width="400" bgcolor="#FFCC33" colspan="2"> <center>1x1</center> </td>
<td width="300" bgcolor="#336699" rowspan="2"> <center>1x2</center> </td>
</tr>
<tr>
<td bgcolor="#336699"> <center>2x1</center> </td>
<td bgcolor="#FFCC33"> <center>2x2</center> </td>
</tr>
</table>

</body>
</html> ()


700 . , 700 : 300+400=700. , .. 400 . (height), .. ( ) , , , , - (, ).

 



     
<html>
<head>
<title> </title>
</head>
<body bgcolor="#FFFFFF" text="#000000" link="#000000" alink="#000000" vlink="#000000">

<center>
<table cellspacing="5" width="700">
<tr>
<td width="400" bgcolor="#FFCC33" colspan="2">
<div align="left">
() , , , , . <br><br> , <b> ? :) </b><br><br> () . , , . , :) <br><br> , - , , ?:) , , :)
</div>
</td>
<td width="300" bgcolor="#336699" rowspan="2"> <center>1x2</center> </td>
</tr>
<tr>
<td bgcolor="#336699"> <center>2x1</center> </td>
<td bgcolor="#FFCC33"> <center>2x2</center> </td>
</tr>
</table>
</center>

</body>
</html> ()


, . DIV. CENTER.

, , . ? , cellpadding .

 



     
<html>
<head>
<title> </title>
</head>
<body bgcolor="#FFFFFF" text="#000000" link="#000000" alink="#000000" vlink="#000000">

<center>
<table cellspacing="5" width="700" cellpadding="20">
<tr>
<td width="400" bgcolor="#FFCC33" colspan="2" valign="top">
<div align="left">
<h3> !</h3>
() , , , , . <br><br> , <b> ? :) </b><br><br> () . , , . , :) <br><br> , - , , ?:) , , :)
</div>
</td>
<td width="300" bgcolor="#336699" rowspan="2" valign="top">

<div align="center"><img src="primtocodephoto.gif" alt=" "><br><br><img src="ptimtocodephoto2.gif" alt=" "></div>

</td>
</tr>
<tr>
<td bgcolor="#336699"> <center>2x1</center> </td>
<td bgcolor="#FFCC33"> <center>2x2</center> </td>
</tr>
</table>
</center>

</body>
</html> ()


cellpadding , , , . , valign, ( , , valign , ).

:

 



     
<html>
<head>
<title> </title>
</head>
<body bgcolor="#FFFFFF" text="#000000" link="#000000" alink="#000000" vlink="#000000">

<center>
<table cellspacing="5" width="700" cellpadding="20">
<tr>
<td width="400" bgcolor="#FFCC33" colspan="2" valign="top">
<div align="left">
<h3> !</h3>
() , , , , . <br><br> , <b> ? :) </b><br><br> () . , , . , :) <br><br> , - , , ?:) , , :)
</div>
</td>
<td width="300" bgcolor="#336699" rowspan="2" valign="top">

<div align="center"><img src="primtocodephoto.gif" alt=" "><br><br><img src="ptimtocodephoto2.gif" alt=" "></div>

</td>
</tr>
<tr>
<td bgcolor="#336699">
<div align="center"><a href="mailto:admin@postroika.ru"> </a></div>
</td>
<td bgcolor="#FFCC33">
<div align="center"><a href="#"> </a></div>
</td>
</tr>
</table>
</center>

</body>
</html> ()


, , , , . , , , .

<a href="#"> … </a> - , , . , . , , . , , , . .. . , , *.html .

, : , . , . . . , , , , , . , .


 
Html
1 - " , ". 2 - " ?". 3 - " . , ?" / Html / Html Html - . . 1 - " , ". 2 - " ?". 3 - " . , ?" . 4 - " . ". 5 - " . ". 6 - " DIV. ". 7 - " ". 8 - ", , ". 9 - " . ". 10 - " ? ". 11 - " . , , ..". 12 - " ". 13 - " ". 14 - " -. ". 15 - " ". 16 - " , . ". 17 - ". ". 18 - ". 2". 19 - ". 3". 20 - ". ". . 21 - " ". 22 - " " . 23 - ", (valign)". 24 - ", (rowspan, colspan)". 24-2 - " . ". 25 - ", cellspacing cellpadding. ". 26 - " ". 27 - " , ". 28 - " ". . 29 - ", ". 30 - " . ". 31 - " () , topmargin, leftmargin, marginwidth, marginheight". 32 - " . ". 33 - " . : ". 34 - "C , ". . 35 - ". () ." 36 - " ". 37 - " " . 38 - " " . 39 - " , , ". 40 - " , ". 41 - " . IFrame". , , . 42 - " . OBJECT". 43 - " EMBED. OBJECT EMBED". 44 - " (CSS - Cascading Style Sheets)". 45 - " (CSS) ". 46 - " . html-". . 47 - ". ". 48 - " . ". 49 - " . ". 50 - " . ".

:  
(0)

29-.

, 07 2012 . 11:41 +

Html . .

29-.

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

. , , , , , ( ). :

 

     
(1) - &lt; - <
(2) - &gt; - >
(3) - &quot; - "
(4) - &nbsp; -
(5) - &amp; - &


.. < > , , > (1 2). , , , :)

(3). , , , : - .

(4). ? , , , <pre> , , ( – , ).

:

1&nbsp;2&nbsp;3 = 1 2 3

, , , , , .. &nbsp; - () :) - .

&, .. , &amp; (..:).

, , , .

. .

, : “ - , ?

, , : – .

, – , 110 ( ), .

 
Html
1 - " , ". 2 - " ?". 3 - " . , ?" / Html / Html Html - . . 1 - " , ". 2 - " ?". 3 - " . , ?" . 4 - " . ". 5 - " . ". 6 - " DIV. ". 7 - " ". 8 - ", , ". 9 - " . ". 10 - " ? ". 11 - " . , , ..". 12 - " ". 13 - " ". 14 - " -. ". 15 - " ". 16 - " , . ". 17 - ". ". 18 - ". 2". 19 - ". 3". 20 - ". ". . 21 - " ". 22 - " " . 23 - ", (valign)". 24 - ", (rowspan, colspan)". 24-2 - " . ". 25 - ", cellspacing cellpadding. ". 26 - " ". 27 - " , ". 28 - " ". . 29 - ", ". 30 - " . ". 31 - " () , topmargin, leftmargin, marginwidth, marginheight". 32 - " . ". 33 - " . : ". 34 - "C , ". . 35 - ". () ." 36 - " ". 37 - " " . 38 - " " . 39 - " , , ". 40 - " , ". 41 - " . IFrame". , , . 42 - " . OBJECT". 43 - " EMBED. OBJECT EMBED". 44 - " (CSS - Cascading Style Sheets)". 45 - " (CSS) ". 46 - " . html-". . 47 - ". ". 48 - " . ". 49 - " . ". 50 - " . ".

:  

 : 6 5 [4] 3 2 1