328111-1-ref.html (238B)
1 <!DOCTYPE html> 2 <html><head> 3 <style> 4 span{ 5 color:red; 6 } 7 </style> 8 </head> 9 10 <body> 11 <p><span>t</span>est</p> 12 <p><span>*t</span>est</p> 13 <p><span>**t</span>est</p> 14 <p><span>***t</span>est</p> 15 <p><span> t</span>est</p> 16 </body> 17 </html>