blob: 1179aff6d7226ff6bea66c04e5a994ae9ad27a86 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<!DOCTYPE HTML>
<html>
<head>
<style>
span { display:inline-block; width:100px; height:10px; background:yellow; }
</style>
</head>
<!-- Test that has justification space added. -->
<body style="text-align:justify; width:300px;">
<span></span> <span></span>
<span></span>
</body>
</html>
|