blob: 45c88c8b2362d78737dafed3118fd8e6347dd92a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<!DOCTYPE html>
<html>
<head>
<style type="text/css">
p:first-letter {
float: left;
}
</style>
<title>a first-letter testcase</title>
</head>
<body>
<p>Lorem ipsum dolor sit amet.</p>
</body>
</html>
|