
<html></html>
HTML .
<head></head>
, . .
<body></body>
<base href="www.?">
( )
<base target="?">
( )
<meta name="allow-search" content="?">
<meta http-equiv="distribution" content="?">
<meta name="robots" content="?">
<meta name="author" content="?">
<meta name="keywords" content="?">
( )
<meta http-eguive="content-type" content="text/plain;churset="?">
(Window-1251, KOI8-R, KOI8-U, ISO-8859-5, UTF-8, UTF-16 ..)
( ) . .
<meta name="description" content="?">
( )
<title></title>
<body bgcolor="?">
, RRGGBB - : FF0000
- .
<body text="?">
, RRGGBB - : 000000
- .
<body link="?">
, RRGGBB - : 00FF00 -
.
<body vlink="?">
, , RRGGBB - : 333333 - .
<body alink="?">
.
<pre></pre>
.
<h1></h1>
<h2></h2>, <h3>, </h3><h4></h4>, <h5>, </h5>
<h6></h6>
<b></b>
()
<i></i>
()
<tt></tt>
- . ()
<kbd></kbd>
- . ()
<var></var>
<cite></cite>
<address></address>
<em></em>
( )
<strong></strong>
( , )
<font size="?"></font>
1 7.
<font color="?"></font>
, RRGGBB.
<a href="URL"></a>
.
<atarget="?"></a>
.
| |
---|
_Blank |
, , |
_Parent |
, , , |
_Self |
, , , |
_Top |
, , , |
|
, . |
<a href="NAME"></a>
.
<a href="mailto:EMAIL"></a>
.
<a href="#name"></a>
.
<a name="name"></a>
, .
<a href="NAME#name"></a>
.
<p></p>
<p align="?"></p>
, : left, right, justify center
<nobr>
.
<wbr>
.
<br>
.
<blockquote></blockquote>
.
<dl></dl>
.
<dt>
<dd>
<ol></ol>
<li>
<ul></ul>
<li>
.
<div align="?"></div>
HTML ,
<img src="name">
HTML
<img src="name" align="?">
, : left, right, center; bottom, top, middle
<img src="name" border="?">
<img src="name" vspase="?">
<img src="name" hspase="?">
<img src="name" alt="?">
<hr>
HTML .
<hr size="?">
()
<hr width="?">
, .
<hr noshade>
.
<hr color="?">
. RRGGBB.
<table></table>
.
<tr></tr>
.
<td></td>
.
<th></th>
( )
<caption></caption>
<table border="#">
.
<table cellspacing="#">
.
<table cellpadding="#">
.
<table width="#">
.
<table height="#">
.
<tr align="?"> <td align="?">
, : left, center, right.
<tr valign="?"> <td valign="?">
, : top, middle, bottom.
<td colspan="#">
- , . ( =1)
<td rowspan="#">
- , . ( =1)
<td nowrap>
.
<td width="#">
( ).
<td height="#">
( ).
<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>
.
<iframe></iframe>
, . .
<iframe src="URL">
HTML .
<iframe name="name">
, .
<iframe vspase="?">
<iframe hspase="?">
<iframe marginwidth="#">
; 1.
<iframe marginheight="#">
; 1.
<iframe scrolling=VALUE>
- ; value "yes," "no," "auto". - auto.
<iframe width="#">
<iframe height="#">
;
<iframe title="?">
<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">
""
|
|
|
|
|