fix: converted single to triple backticks8 (#36235)

This commit is contained in:
Randell Dawson
2019-06-20 13:45:47 -07:00
committed by Tom
parent 54d303ce1f
commit 8f67cfa4d6
75 changed files with 1225 additions and 1125 deletions

View File

@@ -8,17 +8,17 @@ localeTitle: yourcolor.net سمة العرض
على سبيل المثال ، إذا كان لديك بالفعل رابط إلى صورة تم إعدادها عبر السمة `src` فيمكنك إضافة سمة العرض مثل:
`
<!DOCTYPE html>
<html lang="en">
<head>
<title>Img Width Attribute</title>
</head>
<body>
<img src="image.png" alt="Image" width="100"/>
</body>
</html>
`
```html
<!DOCTYPE html>
<html lang="en">
<head>
<title>Img Width Attribute</title>
</head>
<body>
<img src="image.png" alt="Image" width="100"/>
</body>
</html>
```
يوجد في مقتطف الشفرة أعلاه علامة صورة ويتم ضبط الصورة على عرض 100 بكسل. `width="100"`