- , , HTML (Hypertext Markup Language), . , HTML , .
?
, , . , NotePad++. , , . , , .
, , , HTML . <img / >. HTML-, .
?
, , . HTML? src, . , - .
<img src="//coder-booster.ru/images/main-logo.png" />
<img src=" .jpg" />
<img /> - alt. , , - . , , , , , . src alt :
<img src=" .jpg" alt=" " />
, <img /> title. . Internet Explorer, , . alt, , :
<img src=" .jpg"
alt=" " title=" " />
, HTML, . ? HTML : width () height (). , . , , :
<img src=" .jpg" width="100px" height="25%" />
, , , . , , , - .
, HTML, ? <body>, HTML-. , , . HTML , background. :
<body background=" .jpg">
...
</body>
- , , . , , , , .
, , . , , . HTML, ? align <img />. : left right.
left , right, , . :
<img src=" .jpg" align="left" />
<img src=" .jpg" align="right" />
, , :
<img src=" .jpg" align="left" />
<img src=" .jpg" align="right" />
, .
Images allow you to diversify the site, make it brighter, more attractive and more memorable, but do not forget that too many pictures will slow down the loading of the site and will distract from the text.