متن وسط چین
بازگشت به صفحه اصلی
بازگشت به صفحه مقاله
دو ستونی
دو سطری
اجرای کد RUN »
<!DOCTYPE html> <html> <head> <style> .center { text-align: center; border: 3px solid green; } h2,div {direction:rtl;} </style> </head> <body> <h2>متن وسط چین</h2> <div class="center"> <p>این متن وسط چین شده است.</p> </div> </body> </html>