HTML Element Style How to - Set size for iframe








Question

We would like to know how to set size for iframe.

Answer


<!-- ww  w  .j  av  a  2 s  . c  o m-->
<!DOCTYPE html>
<html>
<head>
</head>
<body>
  <iframe width="300" height="315" src="http://cnn.com"
    frameborder="0" style="overflow-y: hidden; overflow-x: scroll;"></iframe>
</body>
</html>

The code above is rendered as follows: