tidy-html5/test/testbase/out_441568.html
2015-05-13 13:38:40 +02:00

16 lines
339 B
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN">
<html>
<head>
<title>[ #441568 ] Font tags handling different</title>
<style type="text/css">
span.c2 {font-size: 120%}
blockquote.c1 {font-size: 120%}
</style>
</head>
<body>
<blockquote class="c1">
text-one
</blockquote><span class="c2">text-two</span>
</body>
</html>