تصاویر کوچک
بازگشت به صفحه اصلی
بازگشت به صفحه مقاله
دو ستونی
دو سطری
اجرای کد RUN »
<!DOCTYPE html> <html> <head> <style> img { border: 1px solid #ddd; border-radius: 4px; padding: 5px; width: 150px; } </style> </head> <body> <h2>Thumbnail Images</h2> <p>Use the border property to create thumbnail images:</p> <img src="http://cp.webmehraz.com//Files/paris.jpg" alt="Paris" style="width:150px"> </body> </html>