<!DOCTYPE html>
<html>
<head>
<title>src Attribute</title>
</head>
<body>
<h1>src Attribute</h1>
<p>The height and width attributes is used to set the height and width of the image below.</p>
<img src="images/jenifer.jpg" width="100%" height="100%"/>
</body>
</html>