کلاس در عناصر اینلاین
بازگشت به صفحه اصلی
بازگشت به صفحه مقاله
دو ستونی
دو سطری
اجرای کد RUN »
<!DOCTYPE html> <html> <head> <style> span.note { font-size: 120%; color: red; } </style> </head> <body> <h1 dir="rtl">تیتر <span class="note">مهم</span> من</h1> <p dir="rtl">این هم یک متن <span class="note">مهم</span> است.</p> </body> </html>