HTML正文与其内容具有相同的大小

时间:2013-06-04 10:33:27

标签: html css

假设我的身体内部有一个img元素,如何让身体的内容具有相同的宽度和高度?

目前正在扩展到浏览器的完整视口。

enter image description here

HTML:

<html> 
     <head></head> 
     <body style="margin-left: 0%; margin-right: 0%; margin-top: 0%; margin-bottom: 0%"> 
         <img width="200" height="200" src="http://someimage.jpg"/> 
     </body>
</html>

0 个答案:

没有答案
相关问题