Get your own website Result Size: 625 x 565
x
 
<!DOCTYPE html>
<html>
<body>
<h1>Change vertical-align with JavaScript</h1>
<p><img id="myIMG" src="smiley.gif" width="32" height="32">Click the "Try it" button to change the vertical-align property if the IMG element:</p>
<button onclick="myFunction()">Try it</button>
<script>
function myFunction() {
  document.getElementById("myIMG").style.verticalAlign = "top";
}
</script>
</body>
<!-- Mirrored from www.w3schools.com/cssref/tryit.php?filename=trycss_js_vertical-align by HTTrack Website Copier/3.x [XR&CO'2014], Wed, 21 Dec 2022 17:38:32 GMT -->
</html>