7 lines
246 B
HTML
7 lines
246 B
HTML
<!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>
|