876092.html (432B)
1 <html> 2 <head> 3 <style> 4 #s2::before { 5 content: "a"; 6 position: absolute; 7 } 8 #s1 { 9 overflow: clip; 10 } 11 #s3 { 12 position: relative; 13 } 14 #s5 { 15 position: absolute; 16 } 17 </style> 18 </head> 19 <body> 20 <strike id="s1"> 21 <strike id="s2"> 22 <small id="s3"> 23 <div> 24 <div id="s4"></div> 25 </strike> 26 </div> 27 </body> 28 </html>