假设我的身体内部有一个img元素,如何让身体的内容具有相同的宽度和高度?
目前正在扩展到浏览器的完整视口。
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>