aboutsummaryrefslogtreecommitdiffstats
path: root/src/test/html/test_underline_helloworld.html
blob: 0df52922ac2cdd2329ae015154531568ffc9e1e3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE html>
<html>
<head>
<title>The Book of Mozilla, 11:9</title>
<style type="text/css">
    div { text-decoration: underline; } 
</style>
</head>
<body>

    <div>
        <div>Hello!</div>
        <div>World</div>
    </div>
</body>
</html>