Display two images side by side on an HTML Page

后端 未结 7 1830
渐次进展
渐次进展 2021-01-06 07:09

I am trying to place two images of the same size side-by-side. If I use a table then I am able to display both images side-by-side. But in my CSS Stylesheet I a

7条回答
  •  借酒劲吻你
    2021-01-06 07:47

    Just do this:

    
    

    It will display the images inline by default. If not, add:

    
    

提交回复
热议问题