i'm trying to display html text stored in server data base. but the style of figure tag not working and the image is displaying in original size
<body>
<figure style="width:50%;">
<img src="https://picsum.photos/id/237/800/300" >
</figure>
</body>