291078-2.html (237B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <style type="text/css"> 5 .type:first-line 6 { 7 } 8 </style> 9 </head> 10 <body> 11 <table align="center"> 12 <tr> 13 <td class="type"> 14 <span style="opacity: 0.99">text text</span> 15 </td> 16 </tr> 17 </table> 18 </body> 19 </html>