<!doctype html>
<html lang="en">
<head>
<title>HTML Image With Height Attribute</title>
</head>
<body>
<h2>HTML Image With Height Attribute</h2>
<img src="../../images/nature.jpg" alt="HTML image" height="70" width="70"/>
</body>
</html>
Go to Tutorialdeep Homepage