-

 -

   ___

 - e-mail

 

 -

 LiveInternet.ru:
: 24.11.2009
: 1023
: 941
: 2232

:

(21)

HTML 2

, 15 2010 . 22:28 +
Advayta (___)


( . TEXT):

:

:

:

:

:

:

:

:

()


:

:

( , 8 ):

( ):
, ,

:

:

:

:

:


:
:
C :

( , ):
  
       !!!

:
: - 2

1 :

2 :

3 :

4 :

:

:

:

:

:

:

:

( ):


aqua#00FFFF green#008000 navy#000080 silver#C0C0C0
black#000000 gray#808080 olive#808000 teal#008080
blue#0000FF lime#00FF00 purple#800080 white#FFFFFF
fuchsia#FF00FF maroon#800000red#FF0000 yellow#FFFF00
  • :
    Monotype Corsiva

    font :
    Monotype Corsiva
    :

    ( . ):

    -:

    , -:

    -, :


    . :

    - ( Read more):

    - :

    Д
    - , , : wildmale

    , : aforism
    :

    :wildmale
    : comm -

    wildmale :

    : :

    , .
    -:
    , . :


    :

    :
    <img src="http://.../...jpg">
    URL (http://.../...jpg) , .
    ( ):
    1. ljplus.ru
    2.
    3. : --- !
    4. HTML-
    5. . .
    , .

    , ?
    - , :
    :
    align=left hspace=20
    :
    <img src="http:" align=left hspace=20>
    :
    align=left ,
    align=right - ,
    hspace=20 - 20
    vspace=20 - 20
    ( ):
    <img src="http:" align=left hspace=20 vspace=15>

    <br>
    , . <br> . Enter.
    <br><br><br> - .

    :
    - , . , .

    -:
    :  &nbsp;
    , 8 :

    , -

    , : - title=""

    , : - 5

    , :

    , URL

    width () height (). , , width=300 300 , . , 3, :)

    ?
    ?


    , :

    :

    rows cols

    :

    - -
    , :

  • ,



    :  
    (10)

    HTML

    , 02 2010 . 02:39 +
    Advayta (___)

    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>

    :
    colspan=""
    rowspan=""


    * . <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>

    ,



    :  
    (0)

    .

    , 28 2010 . 02:21 +
    Advayta (___) BraveDefender [ + !]

    .

    http://zvirec.com/

    _11.

    , , 15- (http://ebsite.narod.ru). , , , , . HTML, CSS... , :)

    zvirec.com:

    1:

    • HTML
    • CSS
    • !

    2:

    3:

    4:


    •  
    ,



    :  
    (0)

    - HTML, CSS

    , 28 2010 . 00:34 +
    Advayta (___) BraveDefender [ + !]

    - HTML, CSS

    http://www.htmlbook.ru/

    htmlbook.ru HTML, CSS, -, . , , , ...

    , , , HTML CSS.

    P.S. , - HTML .. . , , .

    Update: - , , HTML .

    ,



    :  

     : [1]