<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"> | |
<html> | |
<head> | |
<title>CSS 2.1 Test Suite: line-height</title> | |
<style type="text/css"> | |
div { font: 25px Ahem; line-height: 50px; width: 3em; color: lime; background: green; border: solid black; } | |
span { background-color: red; } | |
</style> | |
<link title="10.8.1 Leading and half-leading" href="http://www.w3.org/TR/CSS21/visudet.html#q26" rel="help"> | |
</head> | |
<body> | |
<p>There should be stripes of dark green and light green below, with no red.</p> | |
<div> | |
<span>xxx xxx</span> | |
</div> | |
</body> | |
</html> |