HTML/CSS/Images/img

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

"img" displays a picture or a video clip

    
<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>