675550-1.html (476B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <style> 5 6 .justify { 7 width: 400px; 8 text-align: justify; 9 background: lightgreen; 10 } 11 12 .force { 13 width: 400px; 14 display: inline-block; 15 height: 3px; 16 background: yellow; 17 } 18 19 </style> 20 </head> 21 <body onload="document.getElementById('s').textContent='\u202E\0 \u1DCEz'; /* cannot express \0 in html markup using amp escape */"> 22 <div class="justify"><span class="force"></span><span id="s"></span><span class="force"></span></div> 23 </body> 24 </html>