HTML/CSS/Images/img
Версия от 09:21, 26 мая 2010; (обсуждение)
"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>