how to set height and width of any image



<html>
<head>
<title>my webpage</title>
</head>

<body>
<img src="IMG_20161211_084446.jpg" width="650px" height="720px" />

</body>
</html>