image-in-iframe-1.html (450B)
1 <!DOCTYPE html> 2 <!-- 3 Any copyright is dedicated to the Public Domain. 4 http://creativecommons.org/publicdomain/zero/1.0/ 5 --> 6 <style> 7 iframe { 8 border: none; 9 /* This fixed size is just so that we would cause overflow & trigger 10 scrollbars, if we were adding any margin to the internal document. 11 (We're not intending to do so...) */ 12 height: 51px; 13 width: 51px; 14 } 15 </style> 16 <iframe src="blue-50x50.png"></iframe>