HTML
HTML
1. WEB-
1.1. :
| |
<html> ... </html> | HTML- |
<head> ... </head> | WEB-, |
<title> ... </title> | , . <html> WEB-, |
<body> ... </body> |
: | | bgcolor="" | . "" ( WEB ), , - "#ddf112" | background="" | . "" - , . , |
|
| |
<base href=""> | "" URL . , . <head> |
<!-- ..... --> | . . . .. |
2.
2.1. :
| |
<h1> ... </h1> | |
<h2>... </h2> | |
<h3> ... </h3> | |
<p> ... </p> | |
<h5> ... </h5> | |
<h6> ... </h6> | |
<p> ... </p> | . , , .
: | | align="" | ( ). : "left" - , "right" - , "justify" - "center" - | |
<blockquote> ... </blockquote> | |
<pre> ... </pre> | . , . . |
<br> , <br> | . . , |
<hr> <hr> |
: | | width="" | , () - | size="" | | align="" | : , | noshade="noshade" | , | |
<ol> <li>..</li> <li>..</li> </ol> |
: | | type="" | : "A" - "a" - "I" - "i" - "1" - ( ) | start="" | , | |
<ul> <li>..</li> <li>..</li> </ul> | .
: | | type="" | : "disc" - ( ) "square" - "circle" - | . |
2.2. WEB-:
| |
<em> ... </em> | |
<strong> ... </strong> | |
<cite> ... </cite> | |
<dfn> ... </dfn> | |
<samp> ... </samp> | , , |
<kbd> ... </kbd> | , |
<var> ... </var> | |
<q> ... </q> | |
<abbr> ... </abbr> | |
<acronym> ... </acronym> | |
2.3. WEB-:
| |
<b> ... </b> | |
<i> ... </i> | |
<tt> ... </tt> | |
<u> ... </u> | |
<big> ... </big> | |
<small> ... </small> | |
<sub> ... </sub> | |
<sup> ... </sup> | |
3.
3.1. :
| |
<img> |
: | | src="" | URL-, . , | alt="" | , | align="" | : "top" - ; "middle" - ; "bottom" - ( )
, "", : "right" - WEB-; "left" - WEB- | width="" | ( , ) | height="" | ( , ) | |
<a> ... </a> | . ,
: | | href="" | URL-, , . , | title="" | , | name="" | , | target="_blank" | | : <a href="" title="" target="_blank"> </a> | |
3.2. :
| |
<table> ... </table> |
: | | bgcolor="" | . - WEB-
* - <td> <tr> | width="" | . ( ), ( )
* - <td> | align="" | WEB-: "left" - , ; "right" - , ; "center" - . | cellpadding="" | ( ) | cellspacing="" | | border="" | | |
<tr> ... </tr> |
: | | align="" | : "left" - ; "right" - ; "center" - * <td> | valign="" | : "top" - ; "bottom" - "center" - * <td> | * . <table> |
<td> ... </td> |
: * . <tr> <table> |
<caption> ... </caption> |
: | | align="" | : "top" - ; "bottom" - . |
|
| |
HTML-
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1251">
<!-- "Windows-1251" --> <meta http-equiv="content-language" content="ru, russian">
<!-- "ru, russian" --> <title> </title>
<meta name="keywords" content=" ">
<meta name="description" content=" ">
</head>
<body>
<h1> </h1>
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr><td width="200">
<a href="page1.html" title=" 1"> 1</a><br>
<a href="page2.html" title=" 2"> 1</a><br>
<a href="page3.html" title=" 3"> 1</a><br>
<a href="page4.html" title=" 4"> 1</a><br>
<a href="page5.html" title=" 5"> 1</a><br>
<a href="page6.html" title=" 6"> 1</a><br>
<a href="http://www.mail.ru/"
target="_blank"> </a><br>
</td><td width="100%">
<h2
align="center"> </h2>
<!-- --> <p> </p>
<p> </p>
<p> </p>
</td></tr>
</table>
</body>
</html>