Search code examples
htmlimageposition

How to position images in HTML5?


I don't like when the images stay to the left.

I have tried to do this:

<img src="logo.jpeg" position="100,100>

That didn't work. Does anyone have any solution?


Solution

  • You should use margin property for positioning. But in my opinion it is better to use css, just learn basic of html and all other things are easy to done in css.