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: ف يوم ### مثال - ` - -
-- This sentence was created to show how the paragraph works. -
- - -` +```html + + ++ 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: علامة البرنامج النصي يتم استخدام العلامة / ` - - + + -` +``` + +``` أو يمكنك استخدامه كطريقة للإشارة إلى ملف جافا سكريبت خارجي مثل هذا - ` -` +``` + +``` وهنا تأخذ خاصية `src` للعنصر مسارًا إلى ملف Javascript diff --git a/guide/arabic/html/elements/section-tag/index.md b/guide/arabic/html/elements/section-tag/index.md index 3ef0e0394c..f5bb9cac4a 100644 --- a/guide/arabic/html/elements/section-tag/index.md +++ b/guide/arabic/html/elements/section-tag/index.md @@ -10,19 +10,19 @@ localeTitle: قسم القسم لا ينبغي استخدام عنصر `Bunch of awesome content
-Bunch of awesome content
+This paragraph has red span styling inside it without affecting the rest of the document.
-` +```html +This paragraph has red span styling inside it without affecting the rest of the document.
+``` #### الاختلافات بين `` و `- This is important. -
- -` +``` + ++ This is important. +
+ +``` #### معلومات اكثر: diff --git a/guide/arabic/html/elements/style-tag/index.md b/guide/arabic/html/elements/style-tag/index.md index 9b1d854813..3043167fb5 100644 --- a/guide/arabic/html/elements/style-tag/index.md +++ b/guide/arabic/html/elements/style-tag/index.md @@ -26,15 +26,15 @@ localeTitle: علامة نمط تُستخدم علامة النمط لتعيين أي أنماط CSS لصفحة الويب داخل مستند. يجب أن تكون علامة النمط متداخلة مع قسم الرأس في مستند html: - ` - - - -` +```html + + + +``` يمكنك كتابة أي علامة نمط داخلية للرمز CSS - وفقًا للبناء الخاص بها. \ No newline at end of file diff --git a/guide/arabic/html/elements/table-tag/index.md b/guide/arabic/html/elements/table-tag/index.md index 87d1755b88..ecc5841356 100644 --- a/guide/arabic/html/elements/table-tag/index.md +++ b/guide/arabic/html/elements/table-tag/index.md @@ -8,18 +8,18 @@ localeTitle: علامة الجدول ### مثال - ` -Row 1, Cell 1 | -Row 1, Cell 2 | -
Row 2, Cell 1 | -Row 2, Cell 2 | -
Row 1, Cell 1 | +Row 1, Cell 2 | +
Row 2, Cell 1 | +Row 2, Cell 2 | +
Header1 | -Header2 | -
---|---|
Cell A | -Cell B | -
Header1 | +Header2 | +
---|---|
Cell A | +Cell B | +
Top Stories
-News
-Sport
-Top Stories
+News
+Sport
+