diff --git a/guide/arabic/html/elements/p-tag/index.md b/guide/arabic/html/elements/p-tag/index.md index 868426b14f..2011b6dad9 100644 --- a/guide/arabic/html/elements/p-tag/index.md +++ b/guide/arabic/html/elements/p-tag/index.md @@ -12,28 +12,28 @@ localeTitle: ف يوم ### مثال - ` - - - Paragraph example - - -

- This sentence was created to show how the paragraph works. -

- - -` +```html + + + Paragraph example + + +

+ This sentence was created to show how the paragraph works. +

+ + +``` يمكنك أيضًا تضمين عنصر الارتساء `` في فقرة. ### مثال - ` -

Here's a - link to Free Code Camp.com - for you to follow.

-` +```html +

Here's a + link to Free Code Camp.com + for you to follow.

+``` #### معلومات اكثر: diff --git a/guide/arabic/html/elements/s-tag/index.md b/guide/arabic/html/elements/s-tag/index.md index eff5e9fe7b..29bbab80a5 100644 --- a/guide/arabic/html/elements/s-tag/index.md +++ b/guide/arabic/html/elements/s-tag/index.md @@ -6,10 +6,10 @@ localeTitle: يوم واحد في HTML ، يتم استخدام العلامة `` في نص يتوسطه خط. على سبيل المثال: - ` -

This year is the year of the monkey.

-

This year is the year of the Rooster.

-` +```html +

This year is the year of the monkey.

+

This year is the year of the Rooster.

+``` #### معلومات اكثر: diff --git a/guide/arabic/html/elements/script-tag/index.md b/guide/arabic/html/elements/script-tag/index.md index 921dba54c2..72c0df6e3e 100644 --- a/guide/arabic/html/elements/script-tag/index.md +++ b/guide/arabic/html/elements/script-tag/index.md @@ -8,24 +8,27 @@ localeTitle: علامة البرنامج النصي يتم استخدام العلامة / ` - - + + -` +``` + +``` أو يمكنك استخدامه كطريقة للإشارة إلى ملف جافا سكريبت خارجي مثل هذا - `