I got some images in a div:
<div>
<img src="1.png"> </img>
<img src="1.png"> </img>
</div>
And this in browsers is:
-----------------
|XX |
-----------------
and I want to these images to be located in the center of the div, that is to say, like this:
-----------------
| XX |
-----------------
How to do that?
PS: Maybe this question is just very trivial, but I'm a newbie in CSS/HTML and I just can't overcome.