1 <html xmlns=
"http://www.w3.org/1999/xhtml">
3 <title>Default height and width
</title>
4 <style type=
"text/css">
5 div
{ height: 10em; width: 10em; background: navy
; border: none
; }
6 iframe
{ height: 10em; width: 10em; background: red
; border: none
; }
10 <p>There should be two identical blue squares below, and no scrollbars.
</p>
12 <p><iframe src=
"003a.xml"/></p>