HTML/CSS/Images/img
"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>
<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>