<html>
<head>
<style>
div {
height: 100px;
width: 500px;
background-color: powderblue;
}
</style>
</head>
<body>
<h2>Set the height and width of an element</h2>
<div>This div element has a height of 100px and a width of 500px.</div>
</body>
<!-- Mirrored from www.w3schools.com/css/tryit.asp?filename=trycss_dim_height_width by HTTrack Website Copier/3.x [XR&CO'2014], Wed, 21 Dec 2022 16:49:05 GMT -->
</html>