<html>
<body>
<p style="background:black; color:yellow; text-align:center; height:50px;">Example of width and Height property.
width and height attribute is also used set image width and height in the img tag, as below example:</p>
<img src="img/purpleflower.jpg" width="200px" height="100px">
</body>
</html>