<html></html>
HTML .
<head></head>
, . .
<body></body>
<title></title>
<body bgcolor=?>
, RRGGBB - : FF0000 - .
<body text=?></STRONG>
, RRGGBB - : 000000 - .
<body link=?></STRONG>
, RRGGBB - : 00FF00 - .
<body vlink=?></STRONG>
, RRGGBB - : 333333 - .
<body alink=?></STRONG>
.
<pre></pre>
.
<h1></h1></STRONG>
<h6></h6>
<b></b>
<i></i>
<tt></tt>
- .
<cite></cite></STRONG>
, .
<em></em></STRONG>
( )
<strong></strong></STRONG>
( )
<font size=?></font></STRONG>
1 7.
<font color=?></font></STRONG>
, RRGGBB.
<a href="URL"></a>
.
<a href="mailto:EMAIL">
</a></STRONG>
.
<a name="NAME"></a></STRONG>
.
<a href="#NAME"></a></STRONG>
.
<p>
<p align=?>
, : left, right, center
<br></STRONG>
.
<blockquote>
</blockquote>
.
<dl></dl></STRONG>
.
<dt></STRONG>
<dd>
<ol></ol>
<li>
<ul></ul>
<li>
.
<div align=?></STRONG>
HTML ,
<img src="name">
HTML
<img src="name" align=?>
, : left, right, center; bottom, top, middle
<img src="name" border=?></STRONG>
<hr>
HTML .
<hr size=?></STRONG>
()
<hr width=?>
, .
<hr noshade></STRONG>
.
<hr color=?></STRONG>
. RRGGBB.
<table></table>
.
<tr></tr></STRONG>
.
<td></td></STRONG>
.
<th></th></STRONG>
( )
<table border=#>
.
<table cellspacing=#></STRONG>
.
<table cellpadding=#></STRONG>
.
<table width=#></STRONG>
.
<tr align=?> <td align=?>
, : left, center, right.
<tr valign=?> <td valign=?>
, : top, middle, bottom.
<td colspan=#></STRONG>
- . ( =1)
<td rowspan=#></STRONG>
- . ( =1)
<td nowrap></STRONG>
.
<frameset></frameset>
<body> , ;
<frameset rows="value,value"></STRONG>
, - .
<frameset cols="value,value"></STRONG>
, - .
<frame></STRONG>
.
<noframes></noframes></STRONG>
, .
<frame src="URL">
HTML .
<frame name="name"></STRONG>
, .
<frame marginwidth=#></STRONG>
; 1.
<frame marginheight=#></STRONG>
; 1.
<frame scrolling=VALUE></STRONG>
- ; value "yes," "no," "auto". - auto.
<frame noresize></STRONG>
.
, - CGI . HTML .
<form></form></STRONG>
<select multiple name="NAME" size=?></select>
. Size - , , .
<option></STRONG>
<select name="NAME"></select>
<option>
<textarea name="NAME" cols=40 rows=8></textarea>
. Columns ; rows .
<input type="checkbox" name="NAME"></STRONG>
checkbox. .
<input type="radio" name="NAME" value="x"></STRONG>
radio . .
<input type=text name="foo" size=20></STRONG>
. Size .
<input type="submit" value="NAME"></STRONG>
""
<input type="image" border=0 name="NAME" src="name.gif"></STRONG>
"" -
<input type="reset">
""