tidy-html5/test/testbase/out_1004051.html

13 lines
211 B
HTML
Raw Normal View History

2015-05-13 11:38:40 +00:00
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN">
<html>
<head>
<title>font</title>
<style type="text/css">
span.c1 {font-size: 120%}
</style>
</head>
<body>
<span class="c1">yy</span>
</body>
</html>