How to move an html5 picture to a specific location

Question:
I have been trying to move a picture to a specific location but don’t know how to
Repl link:
https://replit.com/@CoolCoder2764/Monkeys

1 Like

You do this with CSS. Where do you want to put the image on your page?
See this article from w3schools on how to center an image

5 Likes

I want to put it on the side.

The right side or the left side? Try adding float: left; or float: right; to your CSS.

2 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.