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