HTML/CSS/Images/img

Материал из Web эксперт
Перейти к: навигация, поиск

"img" displays a picture or a video clip

   <source lang="html4strict">
   

<html> <head> <title>img element example</title> </head> <body> <img src="http://www.wbex.ru/style/logo.png"

    alt="wbex.ru" 
    width="300"
    height="225">

</body> </html>


     </source>