 4:    

              web-.

?

  1  ,     web-:   Notepad (   -  ).     ,     .        (   ),            web-.

  Notepad ( Accessories  Programs - Start menu):

[img]
2.png

  !

  ?

  - .   ,   : "!    web-."  ,   ,    .

HTML   .   HTML ,    :     .  , HTML-    ,      .

-   ,    ""     HTML.    <html> (  ).  ,    -,    "<html>"     Notepad.

 , ,    , <html>   ,        ,     HTML. ,   ,    "</html>"           <html>  </html>.

,  ,  "head" (  ""),       ,  "body" (),   .  HTML , head (<head>  </head>)   body (<body>  </body>).

     :


			   <html>
				 <head>
				 </head>
 
				 <body>
				 </body>
 
			   </html>
	
	
 ,       (   Enter)     ( Tab).    ,     HTML-. ,    ,     HTML      ,    .

       web- - , , ,   ,   ,     ,   ,   , web-.        HTML-.

 ,        web-?

    ,   HTML-   :  head  body.   head     ,  body    .

,      ,       ,      "head".    - <title>:


			   <title>  web-</title>
	
	
 ,   title     web-. ,       ,  /content  , ,    "body".

,  ,     "!    ."  ,    , , ,      body.    body  :


			   <p>!    .</p>
	
	
 p  <p>    "paragraph"     -  .

 HTML-     :


			   <html>
 
				 <head>
				 <title>My first page </title>
				 </head>
 
				 <body>
				 <p>Hurrah! This is my first page.</p>
				 </body>
 
			   </html>
	
	
!      web-!

      ,      :

 Notepad  "Save as..."   "File".
 "All Files"   "Save as type".    -        ,    HTML-.
     "page1.htm" ( ".htm" ,   HTML-. ".html"    .    ".htm",         ).        -   ,    ,     .
[img]
4.png

  :

 "Open"   "File" (CTRL+O).
ٸ "Browse"   .
   HTML-   "Open".
[img]
5.png

       "!    ."   . !

  ,      ,     14   ,      Internet.      .    .