16 lines
339 B
HTML
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>
|