Bildalign Text ausrichten in der Mitte
<style>
div {
text-align: center;
}
</style>
<div>
<img src="your-image.jpg">
</div>
Prashanna Dahal
<style>
div {
text-align: center;
}
</style>
<div>
<img src="your-image.jpg">
</div>