  1
2.   www.google.com  "  HTML" 
   ,    ,
      

3.    " ", (     ) 
         INDEX.HTML 
(     -  )
     (. )


<HTML>
<HEAD>
<TITLE>Petrov</TITLE>
</head>

<BODY bgcolor="Blue"> 

<H1>  </H1>

</body>

</html>

4. C      AVTO.HTML
   TITLE     H1  
    4 H5
<BR>  
<P> </p>   


5.     INDEX.HTML 
  
<IMG src="Portret.BMP" Width=300 Height=300 Alt="  ">
     

      PAINT. 
    47     

6.     INDEX     

<A href="AVTO.html">  </a> 
 
   

7.   WORD     
  (  )   (  ) .
( )     WEB    HOBBY.HTML    

,   HTML  ()
     INDEX     

<A href="HOBBY.html">   </a> 
 
   

8.    XCEL    

             					
		1 	2 	3 	4 
1	 	120	30	50	70
2	 	20	40	30	20

 .  
.
( )     WEB    FINANCE.HTML    
   . (   )
,   HTML  ()
     INDEX     

<A href="FINANCE.html">   </a> 
 
   

  Word EXCEL     WEB       
 INDEX.L

6.   Excel    Access ( )
   Access  HTML 
   ( )

7.      yandex.
  ,
  
 - 

 ,
   
    ,    
 INDEX.HTML  
  index.HTML    (     )
       
www.yandex.ru


   (   )
 ,   NIC

 ,  !!!!!
 
  ,     
     
 
  -   
       
  
    -  

 

  


    

 
  
http://www.narod.ru/guestbook/?owner=23456789

  


      
http://vasa.narod.ru
         
     
     
=====
www.yandex.ru

        !!!
   
    HTML 
 index.html    
 
  
 html-  
    </body> </html>  , 
     - ,      ,
 ,    ..
   
<br><A href="http://www.narod.ru/guestbook/?owner=23456789">   </A>
 23456789  
 
 
  index.html
        , ,  
 
     
   ,   
+++
     ,   ..  
        (       
 ,    
(      )
  www.yandex.ru
   
 ...
,   (     
  (yandex  
      lab2t1.doc))

 
      lab2t1.doc  lab2t1.zip
  index.html 
           index.html
 
<A href="lab2t1.doc> 2.1</A>

 
   
   

+++
==== 
               
  2.1   - 
(      )  
     2.1  -- 
(     )
8.      polkojich.edu.by 
 ...      ( , , )


9.   google   HTML,
  ,    ..

10.     www.vak.org.by
  -   
  -       DOWNLOAD 
  -      , , ,  ?
     WORD,    WEB ,     
 
   -    
  -      
  -      
  -    ( ?  )
  - ,   AK      .

11.     intranet.bsu    (  ,      )      ,       .
  ,    

12.       Word (   CTRL/C   word ctrl/V)
(       ). 
    .   ZIP .

PS.sorry for style and ..,,"" 


  
     





 



         


  

<UL>
   <LI> ... first list item...
   <LI> ... second list item...
   ...
</UL>

   
<UL>
     <LI> ... Level one, number one...
     <OL> 
        <LI> ... Level two, number one...
        <LI> ... Level two, number two...
        <OL start="10"> 
           <LI> ... Level three, number one...
        </OL> 
        <LI> ... Level two, number three...
     </OL> 
     <LI> ... Level one, number two...
</UL>

 

<DL>
  <DT>Dweeb
  <DD>young excitable person who may mature
    into a <EM>Nerd</EM> or <EM>Geek</EM>

  <DT>Hacker
  <DD>a clever programmer

  <DT>Nerd
  <DD>technically bright but socially inept person

  
<DL>
   <DT>Center
   <DT>Centre
   <DD> A point equidistant from all points
              on the surface of a sphere.
   <DD> In some field sports, the player who
              holds the middle position on the field, court,
              or forward line.
</DL>


<BODY>
...some text...
<P>You'll find a lot more in  <A href="chapter2.html">chapter two</A>. 
See also this <A href="../images/forest.gif">map of the enchanted forest.</A>
</BODY>

<H1>Table of Contents</H1>
<P><A href="#section1">Introduction</A><BR>
<A href="#section2">Some background</A><BR>
<A href="#section2.1">On a more personal note</A><BR>
...the rest of the table of contents...
...the document body...
<H2><A name="section1">Introduction</A></H2>
...section 1...
<H2><A name="section2">Some background</A></H2>
...section 2...
<H3><A name="section2.1">On a more personal note</A></H3>
...section 2.1...

  
<H1>Table of Contents</H1>
<P><A href="#section1">Introduction</A><BR>
<A href="#section2">Some background</A><BR>
<A href="#section2.1">On a more personal note</A><BR>
...the rest of the table of contents...
...the document body...
<H2 id="section1">Introduction</H2>
...section 1...
<H2 id="section2">Some background</H2>
...section 2...
<H3 id="section2.1">On a more personal note</H3>
...section 2.1...
   
<P><A href="#xxx">...</A>
...more document...
<P><A name="xxx">...</A>

 -  
<HEAD>
<TITLE>The manual in English</TITLE>
<LINK title="The manual in Dutch"
      type="text/html"
      rel="alternate"
      hreflang="nl" 
      href="http://someplace.com/manual/dutch.html">
<LINK title="The manual in Portuguese"
      type="text/html"
      rel="alternate"
      hreflang="pt" 
      href="http://someplace.com/manual/portuguese.html">
<LINK title="The manual in Arabic"
      type="text/html"
      rel="alternate"
      charset="ISO-8859-6"
      hreflang="ar" 
      href="http://someplace.com/manual/arabic.html">
<LINK lang="fr" title="La documentation en Fran&ccedil;ais"
      type="text/html"
      rel="alternate"
      hreflang="fr"
      href="http://someplace.com/manual/french.html">
</HEAD>
   

Color names and sRGB values 
  Black = "#000000"  Green = "#008000" 
 
 Silver = "#C0C0C0"  Lime = "#00FF00" 
 
 Gray = "#808080"  Olive = "#808000" 
 
 White = "#FFFFFF"  Yellow = "#FFFF00" 
 
 Maroon = "#800000"  Navy = "#000080" 
 
 Red = "#FF0000"  Blue = "#0000FF" 
 
 Purple = "#800080"  Teal = "#008080" 
 
 Fuchsia = "#FF00FF"  Aqua = "#00FFFF" 
 
  
bgcolor = color [CI] 
Deprecated. This attribute sets the background color for the document body or table cells. 
align = left|center|right|justify [CI] 

  
<H1 align="center"> How to Carve Wood </H1>

 
<HEAD>
 <TITLE>How to Carve Wood</TITLE>
 <STYLE type="text/css">
  H1 { text-align: center}
 </STYLE>
<BODY>
 <H1> How to Carve Wood </H1>

<P align="right">...Lots of paragraph text...

  
<HEAD>
 <TITLE>How to Carve Wood</TITLE>
 <STYLE type="text/css">
  P.mypar {text-align: right}
 </STYLE>
<BODY>
 <P class="mypar">...Lots of paragraph text...

  LT  
<IMG align="left" src="http://foo.com/animage.gif" alt="my boat">


clear = none|left|right|all [CI] 
Deprecated. Specifies where the next line should appear in a visual browser after the line break caused by this element. This attribute takes into account floating objects (images, tables, etc.). Possible values: 
none: The next line will begin normally. This is the default value. 
left: The next line will begin at nearest line below any floating objects on the left-hand margin. 
right: The next line will begin at nearest line below any floating objects on the right-hand margin. 
all: The next line will begin at nearest line below any floating objects on either margin. 
<P><font size=1>size=1</font>
<font size=2>size=2</font>
<font size=3>size=3</font>
<font size=4>size=4</font>
<font size=5>size=5</font>
<font size=6>size=6</font>
<font size=7>size=7</font>
 
 <FORM action="http://somesite.com/prog/adduser" method="post">
    <P>
    <LABEL for="firstname">First name: </LABEL>
              <INPUT type="text" id="firstname"><BR>
    <LABEL for="lastname">Last name: </LABEL>
              <INPUT type="text" id="lastname"><BR>
    <LABEL for="email">email: </LABEL>
              <INPUT type="text" id="email"><BR>
    <INPUT type="radio" name="sex" value="Male"> Male<BR>
    <INPUT type="radio" name="sex" value="Female"> Female<BR>
    <INPUT type="submit" value="Send"> <INPUT type="reset">
    </P>
 </FORM>

 