-

- (0)

,!( .1)     , ! ...

? - (0)

?   ...

- (0)

! " ": ...

more - (0)

: more - , ...

- (0)

...

 -

  • (765)
  • ,,, (697)
  •     (89)
  • (569)
  • (380)
  • (337)
  • (319)
  • (292)
  • , (239)
  • ,, (218)
  • , (216)
  • , (214)
  • (196)
  • (194)
  • (174)
  • (172)
  • , (163)
  • (160)
  • (153)
  •     (35)
  • (136)
  • , (133)
  • (126)
  • (114)
  • ,, (112)
  • (105)
  • (101)
  • (100)
  • (100)
  • (97)
  • Web (93)
  • (87)
  • (84)
  • (78)
  • (70)
  • (69)
  • (66)
  • (55)
  • (54)
  • (48)
  • (47)
  • Corel (44)
  • (44)
  • (37)
  • (35)
  • (34)
  • (31)
  • (28)
  • Web Dreamweaver (16)
  • (15)
  • html,css (12)
  • - (4)

 -

-
: 5291 : 0

 - -

1854 - 1855 ..


 -

:

 -

 - e-mail

 

 -

 LiveInternet.ru:
: 09.07.2009
: 4010
: 933
: 6326

:

(0)

, 28 2009 . 18:40 +
FlashStudio [ + !]





, " ", , , .

?

HTML , , , - HTML.

1:


           <table>
             <tr>
               <td>Cell 1</td>
               <td>Cell 2</td>
             </tr>
             <tr>
               <td>Cell 3</td>
               <td>Cell 4</td>
             </tr>
           </table>

:

Cell 1 Cell 2
Cell 3 Cell 4

<tr> <td>?

, , , HTML, . :

3 :

  • <table> - . .
  • <tr>  - "table row/ ", . .
  • <td>  - "table data/ ". . .

1: <table>, <tr>, . : <td>Cell 1</td> <td>Cell 2</td>. </tr>, <tr>. . </table>.

: , - :

Cell 1 Cell 2
Cell 3 Cell 4

Cell 1 Cell 2 . Cell 1 Cell 3 .

. .

2:


           <table>
             <tr>
               <td>Cell 1</td>
               <td>Cell 2</td>
               <td>Cell 3</td>
               <td>Cell 4</td>
             </tr>
             <tr>
               <td>Cell 5</td>
               <td>Cell 6</td>
               <td>Cell 7</td>
               <td>Cell 8</td>
             </tr>
             <tr>           
               <td>Cell 9</td>
               <td>Cell 10</td>
               <td>Cell 11</td>
               <td>Cell 12</td>
             </tr>
           </table>

:

Cell 1 Cell 2 Cell 3 Cell 4
Cell 5 Cell 6 Cell 7 Cell 8
Cell 9 Cell 10 Cell 11 Cell 12

- ?

. , border :

3:


           <table border="1">
             <tr>
               <td>Cell 1</td>
               <td>Cell 2</td>
             </tr>
             <tr>
               <td>Cell 3</td>
               <td>Cell 4</td>
             </tr>
           </table>

:

Cell 1 Cell 2
Cell 3 Cell 4

(. 9)

, :

4:


           <table border="1" width="30%">

30% . .

?

. :

  • align: , . , left, center right.
  • valign: . , top, middle bottom.

5:


           <td align="right" valign="top">Cell 1</td>

?

- : , ... (. . , ), , .

Internet - . . - .   - CSS. .

, . .

Web

:  
(0)

, 28 2009 . 18:38 +
FlashStudio [ + !]





ó David' Hasselhoff' ?!

...

, . , , , - :

1:


           <img src="david.jpg" alt="David" />

:

David

, /image (img), (src, "source"). ?

, img . <br />, .

"david.jpg" . ".jpg" - , . ".htm" , HTML-, ".jpg" , . , :

  • GIF (Graphics Interchange Format)
  • JPG / JPEG (Joint Photographic Experts Group)
  • PNG (Portable Network Graphics)

GIF- , JPEG - . : - GIF- 256 , JPEG - , - GIF , JPEG, . , , . , , , "" .

GIF JPEG , PNG ( - GIF). PNG JPEG GIF: .

?

. web-.

Windows . , Paint Shop Pro, PhotoShop Macromedia Fireworks - , .

, , . , Irfan View, . . freeware, , , ó.

, . , , , . :

  1. Internet.
  2. "Save picture as..." .
  3. "Save".

, , , HTML-. (, PNG: logo.png):

HTML.net's logo

. .

, ?

.

-, , , web-:

2:


           <img src="images/logo.png">

3:

-, :

4:


           <a href="http://www.html.net">
           <img src="logo.png"></a>

( ):

HTML.net's logo

, ?

src, , . , .

alt , , - , . , . , alt:

5:


           <img src="logo.gif" alt="HTML.net logo">

. , alt . alt , , , .

title :

6:


           <img src="logo.gif" title="Learn HTML from HTML.net">

:

HTML.net logo

, , , , "Learn HTML from HTML.net" .

- width height:

7:


           <img src="logo.png" width="141" height="32">

:

HTML.net logo

width height , . . . ( - 800x600 1024x768 ). , , . 25 1 , 25 1.5 .

width height, . width height :

8:


           <img src="logo.gif" width="32" height="32">

:

HTML.net logo

, , , , . , width height. .

, width height, . .

, David Hasselhoff .

Web

:  
(0)

, 28 2009 . 18:38 +
FlashStudio [ + !]





- .

?

, HTML: . - . , HTML.net:

1:


           <a href="http://www.html.net/">   HTML.net</a>

:

a "/anchor". href "hypertext reference/ ", , - internet- / .

href "http://www.html.net", HTML.net URL (Uniform Resource Locator/ ). , "http://" URL. " HTML.net" , . </a>.

?

web-, (URL) . , ( page1.htm page2.htm), , , . page1.htm page2.htm :

2:


           <a href="page2.htm">ٸ     page 2</a>

page 2 "subfolder", :

3:


           <a href="subfolder/page2.htm">ٸ     page 2</a>

page 2 ( subfolder) page 1 :

4:


           <a href="../page1.htm">  page 1</a>

"../" , , . , "../../" .

? (URL).

?

- - , . , , - id "#".

id , . :


           <h1 id="heading1">heading 1</h1>

"#" . "#" , . "#" id , . :


           <a href="#heading1">  heading 1</a>

:

5:


           <html>
  
             <head>
             </head>

             <body>

               <p><a href="#heading1">  heading 1</a></p>
               <p><a href="#heading2">  heading 2</a></p>

               <h1 id="heading1">heading 1</h1>
               <p>Text text text text</p>

               <h1 id="heading2">heading 2</h1>
               <p>Text text text text</p>
  
             </body>

           </html>

( ):

heading 1

heading 2

Heading 1

Text text text text

Heading 2

Text text text text

(: id )

-?

e-mail , :

6:


             <a href="mailto:nobody@html.net"> e-mail nobody  HTML.net</a>

:

e-mail , , , mailto: /e-mail. , . , , e-mail . !

- , ?

href. , title:

7:


           <a href="http://www.html.net/" title=" HTML.net   HTML">HTML.net</a>

:

title . - - , , " HTML.net HTML".

Web

:  
(0)

, 28 2009 . 18:37 +
FlashStudio [ + !]





.

?

, , , , , web-. (, <br /> , ). . "".

1:


           <h2 style="background-color:#ff0000;">  HTML</h2>

, , . . .

?

. style/. web-. , /background colour:

2:


           <html>
  
             <head>
             </head>

             <body style="background-color:#ff0000;">
             </body>

           </html>

- . , .

, , . . color colour. , - . .

?

"#ff0000". . . (HEX). 16- . :

: #ffffff
׸: #000000 ()
: #ff0000
: #0000ff
: #00ff00
Ƹ: #ffff00

16- # . 1000 HEX , HEX- . 216 : 216 Web Safe Colour Chart.

(white, black, red, blue, green yellow).

3:


           <body style="background-color: red;">

. .

?

.

, body, , , , br - , - .

, . , - , . : - , - .

, , , , , , .

.

, ?

(, p <p>). , (, <p>), (, <p style="background-color:#ff0000;">). .

Web

:  
(0)

HTML-

, 28 2009 . 18:36 +
FlashStudio [ + !]

HTML-



? , :


           <html>

             <head>
             <title>My web-</title>
             </head>

             <body>
             <h1>A Heading</h1>
             <p>text, text text, text</p>
             <h2>Subhead</h2>
             <p>text, text text, text</p>
             </body>
  
           </html>

?

.

, <b>, /italic <i>. , "i" "italic".

1:


           <i>    .</i>

:

               .


<small>:

2:


           <small>    .</small>

:


              
.

?

, . :

3:

bold italic, :


           <b><i> bold  italic</i></b>

:


           <b><i> bold  italic</b></i>

, , , . .

!

4, , . , , . - <br />, :

4:


            <br />   ,    

:

              
               ,

, : <br />. , <br></br>, ?

- <hr /> - ("hr" "horizontal rule"):

5:


           <hr />

:


, : <ul>, <ol> <li>. .

<ul> - "unordered list/ " - . <ol> - "ordered list/ " - . <li> ("list item/ "). ? . :

7:


           <ul>
             <li> </li>
             <li>  </li>
           </ul>

:

8:


           <ol>
             <li>  </li>
             <li>  </li>
           </ol>

:

! ?

. , , :


           <i>Italic</i>
           <small> </small>
           <br />  
           <hr />  
           <ul></ul>
           <ol> </ol>
           <li> </li>

Web

:  
(0)

, 28 2009 . 18:35 +
FlashStudio [ + !]





web-.

?

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

Notepad ( Accessories Programs - Start menu):

How to find Notepad

!

?

- . , : "! 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", ). - , , .

Save document

:

  • "Open" "File".
  • ٸ "Browse" .
  • HTML- "Open".

Open document

"! ." . !

Web

:  
(0)

HTML -

, 28 2009 . 18:28 +
FlashStudio [ + !]

HTML-?



HTML-?

HTML-.

""?

, , web-.

: "<" sign ">".

- : <html> : </html>. , "/".

, , .

, , , HTML , , . , , , : <br />.

HTML - , . HTML .

- ?

Okay, <b> , <b> </b> . ("b" "bold".)

1:


               <b>This text must be bold.</b>

:

               This text must be bold.

 

<h1>, <h2>, <h3>, <h4>, <h5> <h6> (h "heading"), <h1> - , <h2> - - , <h6> - - , .

2:


               <h1> </h1>
               <h2> </h2>

:

?

, . <HTML>, <html> <HtMl> . . .

?

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

Web

:  
(0)

HTML

, 28 2009 . 18:25 +
FlashStudio [ + !]

HTML?



HTML?
HTML " " ( -).

, HTML 1990 , - (Tim Berners-Lee), . , Tim Berners-Lee . HTML Internet.

HTML , (, ) Internet. , Internet, HTML-. HTML- Internet, "View" "Source".

HTML?
web-, HTML. web- , Dreamweaver, HTML , web- . , HTML . web-.

HTML web-. !

Okay, H-T-M-L?
HTML "HyperText Mark-up Language/ " - . , , .

Hyper linear/. - - : , , . . HTML - - . , MSN.com , HTML.net.
Text - .
Mark-up - , , . , : , , . .
Language - HTML. .
XHTML (Extensible HyperText Mark-up Language), , , HTML.

, HTML ( XHTML), , : web-.
Web

:  
(0)

HTML

, 28 2009 . 18:24 +
Sheree [ + !]

HTML



HTML

.

  1. #123ABC. 6 , 2 , 12 — , 3 — ,  — . #ABC, #AABBCC.
  2. , green, black. , « » , .
  3. rgb (*,*,*), «*» — 0 255, (, , ) .

-----------------------------------------------------------------------------------------------------------
. , ""
------------------------------------------------------------------------------------------------------------
.
Securityproject: , - .
Web

:  
(0)

css

, 28 2009 . 18:10 +
FlashStudio [ + !]

css




Web

:  
(0)

CSS

, 28 2009 . 18:08 +
FlashStudio [ + !]





CSS Gradient

, Photoshop’? .

>>>
Web

:  
(0)

, 28 2009 . 18:05 +
FlashStudio [ + !]





: , , . , :

<TABLE border=1 bordercolor="#C0C0C0"
 bordercolorlight="#C0C0C0" bordercolordark="#C0C0C0">
<!--   -   -->

: -, NetscapeNavigator, InternetExplorer 1 - BORDER 1 2 ; -, "" .

>>>
Web

:  
(0)

, 28 2009 . 18:04 +
FlashStudio [ + !]





 

. , , . ...

Java-. - , ( ) - . : -, ( ), , .

>>>
Web

:  
(0)

HTML

, 28 2009 . 18:01 +
FlashStudio [ + !]

HTML



- , ...

, , .

, Internet - ( ) , , , , , , , .

, , -, ( ) Word ( , Notepad). , . , HTML Word', HTML, 20K, GIF', 60K. 80K. , - .

>>>
Web

:  
(0)

-

, 28 2009 . 17:53 +
[ + !]

-



-, () , .



:

1.

2. .

!!! , , , - .

100 , , , .

scrollamount="5" - 5 .

- -


- - .

:


 (600x200, 13Kb) (600x200, 14Kb) (600x200, 62Kb) (600x200, 33Kb)


 (600x200, 13Kb) (600x200, 14Kb) (600x200, 62Kb) (600x200, 33Kb)


 (600x200, 13Kb) (600x200, 14Kb) (600x200, 62Kb) (600x200, 33Kb)


 (600x200, 13Kb) (600x200, 14Kb) (600x200, 62Kb) (600x200, 33Kb)
,
Web

:  
(0)

Youtube

, 28 2009 . 17:28 +
Mages_Queen [ + !]

Youtube



...
,


:  
(0)

.

, 28 2009 . 17:25 +
[ + !]

.



1. -
2. -
3. .
4.
5. .
6. - .
7. .
8. .
9. - .
10. .

:
1. 1
2. 2

:
1. 3
2. 4
3. 5
4. 6
5. 7 ()
6. -
7. 9 ()
8. 10 ( )
9. 11 ()
10. 12 ( )
11. ()
12. ()
13. ()
14. ( - 2)
15. ()
16. ( )
17. ( )
18. ( -2 )
19. ()
20. ()
21. (, , ).
22. ( )

 

:

2
.
- 2

 

:
1. !
2. !-2
3. !-3
4. )
5. - )
6. - ) - 2
7. - ) - 3
8. )
9. )
10. )
11. + = )
12. + = ) - 2
13. + = ) - 3
14. ()
15. )
16. () 2
17. ()
18. )
19. -2)
20. ) 3
21. ()
22. !
23. )
24. )))

,

:  
(0)

HTML

, 28 2009 . 17:19 +
FlashStudio [ + !]

HTML





,

:  
(0)

, 25 2009 . 18:09 +
peyrifoy [ + !]

!



,  . - -  :)))

Windows 7 Loader Version 1.6.4 (x86/x64/by Daz)


Windows 7. Daz
1.6.4:
* Fixed a missing serial issue when run as a standalone
* Added checking to elevate to an administrator only when run on Vista or Windows 7
* Corrected a typo found during an uninstall
: 2.08 Mb
: Windows 7
: English
:

|Download Windows 7 Loader Version 1.6.4 (x86/x64/by Daz)


Turbobit.net
Depositfiles.com

 

...
,

:  
(0)

, 18 2009 . 09:02 +
_ [ + !]

!



. . . .
1. - http://blogun.**ru/burningffaje.html ( )
. , , , e-mail, -.

2. ( ) , . . .

3. "" , . "" , .

4. " ".
, , . . , , .

5. , , (). "".
- 6! ( , ), , - "" "". - .

6. , , . .
"" . ( ). - .

7. 5$ - web-money -!

,

:  

 : 3 [2] 1