| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta name="viewport" content="width=device-width"> | |
| <meta charset="utf-8"> | |
| <style> | |
| p { | |
| direction: rtl; | |
| font-family: system-ui; | |
| } | |
| </style> | |
| </head> | |
| <body> | |
| <p>عنوان بريدي الإلكتروني هو <a href="mailto:foo@example.me">foo@example.me</a> أرسل لي تحديثًا عند وصولك إلى المطار</p> | |
| </body> | |
| </html> |