387051-1.html (299B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 </head> 5 <body onload="document.getElementById('d').style.margin = '60%';"> 6 <div style="display: table-caption;"> 7 <div id="d" > 8 a 9 b 10 <span style="float: left;">c</span> 11 <span style="float: left;">d</span> 12 </div> 13 </div> 14 </body> 15 </html>