-1:000000000000 | 0:ef40b612d0c4 |
---|---|
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> </span>test</p> | |
16 </body> | |
17 </html> |