summaryrefslogtreecommitdiff
path: root/legacy/other/default-text-size.html
blob: 83525180c01e2e9fce68a66aea4bd7455d82237d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<html>
<body>
<div style="width:400px; background:#0ff;">Width: 400px</div>
<div style="width:25em;  background:#f0f;">Width: 25em</div>
<p>With the web browser's default text size, the two boxes above should have the same width. The box widths are the same in:</p>
<ul>
<li>Firefox 1</li>
<li>Firefox 2</li>
<li>Internet Explorer 6</li>
<li>Internet Explorer 7</li>
<li>Opera</li>
<li>Safari</li>
<ul>
</body>
</html>