    HTML
   
<html></html>        HTML . 
<head></head>   ,         .          . 
<body></body>       

   
<title></title>          
 
    
<body bgcolor=?>     ,      RRGGBB - : FF0000 -  . 
<body text=?>     ,      RRGGBB - : 000000 -  . 
<body link=?>    ,      RRGGBB - : 00FF00 -  . 
<body vlink=?>         ,      RRGGBB - : 333333 -  . 
<body alink=?>      . 
 

     
<pre></pre>    . 
<h1></h1>     
<h6></h6>     
<b></b>    
<i></i>    
<tt></tt>   -    . 
<cite></cite>   ,   . 
<em></em>       (   ) 
<strong></strong>        (   ) 
<font size=?></font>        1  7. 
<font color=?></font>    ,      RRGGBB. 
 

 
<a href="URL"></a>         . 
<a href="mailto:EMAIL">
</a>          . 
<a name="NAME"></a>         . 
<a href="#NAME"></a>      . 
 


 
<p>    
<p align=?>       , : left, right,  center 
<br>   . 
<blockquote>
</blockquote>       . 
<dl></dl>   . 
<dt>      
<dd>    
<ol></ol>    
<li>        
<ul></ul>    
<li>          . 
<div align=?>          HTML ,      
 

 
 
<img src="name">    HTML  
<img src="name" align=?>       ,  : left, right, center; bottom, top, middle 
<img src="name" border=?>      
<hr>   HTML   . 
<hr size=?>  ()  
<hr width=?>   ,       . 
<hr noshade>    . 
<hr color=?>    .  RRGGBB. 
 


 
<table></table>  . 
<tr></tr>    . 
<td></td>     . 
<th></th>    (     ) 
 
 
<table border=#>    . 
<table cellspacing=#>     . 
<table cellpadding=#>        . 
<table width=#>          . 
<tr align=?>  <td align=?>     ,  : left, center,  right. 
<tr valign=?>  <td valign=?>      ,   : top, middle,  bottom. 
<td colspan=#>  -      . ( =1) 
<td rowspan=#>  -      . ( =1) 
<td nowrap>          . 
 

 
<frameset></frameset>   <body>  ,  ; 
<frameset rows="value,value">     ,    -         . 
<frameset cols="value,value">     ,    -         . 
<frame>        . 
<noframes></noframes> ,           . 
 
 
 
<frame src="URL">    HTML     . 
<frame name="name">     ,            . 
<frame marginwidth=#>         ;      1. 
<frame marginheight=#>         ;      1. 
<frame scrolling=VALUE>  -     ;  value   "yes," "no,"  "auto".       - auto.
 
<frame noresize>    . 
 

 
 ,  -      CGI   . HTML     .


 
<form></form>   
<select multiple name="NAME" size=?></select>   . Size  -  ,     ,      . 
<option>       
<select name="NAME"></select>    
 
<option>       
<textarea name="NAME" cols=40 rows=8></textarea>     . Columns   ; rows   . 
<input type="checkbox" name="NAME">  checkbox.    . 
<input type="radio" name="NAME" value="x">  radio .    . 
<input type=text name="foo" size=20>     .  Size    . 
<input type="submit" value="NAME">   "" 
<input type="image" border=0 name="NAME" src="name.gif">   "" -     
<input type="reset">   ""  

 

 
 

--------------------------------------------------------------------------------
 
