fix: converted single to triple backticks9 (#36236)

This commit is contained in:
Randell Dawson
2019-06-20 14:49:26 -07:00
committed by Tom
parent ab2523953b
commit da6bd27eec
75 changed files with 1904 additions and 1733 deletions

View File

@@ -16,15 +16,15 @@ localeTitle: كيفية استخدام الروابط
في HTML ، يتم تعريف الارتباطات بالعلامة:
`
<a href="url">link text</a>
`
```html
<a href="url">link text</a>
```
مثال
`
<a href="https://www.freecodecamp.org/">Visit our site for tutorials</a>
`
```html
<a href="https://www.freecodecamp.org/">Visit our site for tutorials</a>
```
تحدد السمة href عنوان الوجهة (https://www.freecodecamp.org) للرابط.