صفت border-bottom
بازگشت به صفحه اصلی
بازگشت به صفحه مقاله
دو ستونی
دو سطری
اجرای کد RUN »
<!DOCTYPE html> <html> <head> <style> p { border-bottom: 6px solid red; background-color: lightgrey; } h2,p {direction:rtl;} </style> </head> <body> <h2>صفت border-bottom </h2> <p>این صفت یک خلاصه نویسی برای border-bottom-width, border-bottom-style, و border-bottom-color می باشد.</p> </body> </html>