PS: I don't want to use CSS. I put borders for my image and now I can't make it appear at the center of the page. No matter what I do it stays on the left side.This is my code:
<div align="center" style="padding:5px;border:thin solid black;width:500px;">
<p align="center">``
Les fraise des bois sont souvent de petite taille.<br>
<i>source:<a href="https://upload.wikimedia.org/wikipedia/commons/1/1f/Fraise_des_boisFL16.jpg"
target="_blank"><u>Wikimedia</u></a>, licence CC BY-SA</i>
</p>
<img src="https://upload.wikimedia.org/wikipedia/commons/1/1f/Fraise_des_boisFL16.jpg"
alt="pic pour Fragaria Vesca" width="400px" height="350px">
</div>