Comment aligner les photos Center HTML
<!-- HTML here not CSS! -->
<!DOCTYPE html>
<head><!-- Title goes here --></head>
<body>
<center><!-- Center's anythings -->
<img src""><!-- Put image name (e.g example.jpeg) -->
</center>
</body>
</html>
Outstanding Oystercatcher