zig.com Result Size: 625 x 565
x
 
<!DOCTYPE html>
<html>
<head>
<script src="../../ajax.googleapis.com/ajax/libs/jquery/3.7.1/jquery.min.js"></script>
<script>
  $(document).ready(function () {
    $("button").click(function () {
      alert("Height of div: " + $("div").height());
    });
  });
</script>
</head>
<body>
<div style="height:100px;width:300px;padding:10px;margin:3px;border:1px solid blue;background-color:lightblue;"></div><br>
<button>Display the height of div</button>
</body>
<!-- /jquery/tryit.asp?filename=tryjquery_css_height_ref  Fri, 07 Feb 2025 00:12:27 GMT -->
</html>