ضخامت فونت
بازگشت به صفحه اصلی
بازگشت به صفحه مقاله
دو ستونی
دو سطری
اجرای کد RUN »
<!DOCTYPE html> <html> <head> <style> p.normal { font-weight: normal; } p.light { font-weight: lighter; } p.thick { font-weight: bold; } p.thicker { font-weight: 900; } p {direction:rtl;} </style> </head> <body> <p class="normal">این یک پاراگراف است.</p> <p class="light">این یک پاراگراف است.</p> <p class="thick">این یک پاراگراف است.</p> <p class="thicker">این یک پاراگراف است.</p> </body> </html>