body-topmargin-ref.html (246B)
1 <!DOCTYPE html> 2 <html> 3 <body topmargin="100px" leftmargin="100px" rightmargin="100px"> 4 this text should have a margin of 100px on the top and left 5 <p style="direction: rtl">this text should have a margin of 100px on the right</p> 6 </body> 7 </html>