Talksphare Talksphare
نتائج البحث
عرض كل النتائج
  • انضم إلينا
    تسجيل الدخول
    تسجيل
    البحث
    الوضع المظلم

الدليل

Expand your network, discover new opportunities, enhance your financial potential, and develop valuable skills for personal and professional growth.

  • المستخدمون
  • المنشورات
  • الصفحات
  • المجموعات
  • المناسبات
  • المدونات
  • سوق المنتجات
  • التمويل
  • مفاوضاتي
  • وظائف
  • Courses
  • المنتديات
  • الافلام
  • ICT TUTORIALS شارك رابطًا
    2024-08-28 18:19:46 - ترجمة
    YOUTU.BE
    Digital Learning Gadgets Handling and Apps Security.
    Digital Learning Gadgets Handling, Apps and Be
    0 التعليقات 0 المشاركات 1كيلو بايت مشاهدة 0 معاينة
    الرجاء تسجيل الدخول , للأعجاب والمشاركة والتعليق على هذا!
  • ICT TUTORIALS
    2024-08-28 18:20:52 - ترجمة
    CREATING A POWER POINT PRESENT
    CREATING A POWER POINT PRESENT
    0 التعليقات 0 المشاركات 2كيلو بايت مشاهدة 0 معاينة
    الرجاء تسجيل الدخول , للأعجاب والمشاركة والتعليق على هذا!
  • Landus Mumbere Expedito
    أضاف 5 الصور
    2024-08-28 18:26:42 - ترجمة
    +1
    Like
    1
    0 التعليقات 0 المشاركات 1كيلو بايت مشاهدة 0 معاينة
    الرجاء تسجيل الدخول , للأعجاب والمشاركة والتعليق على هذا!
  • Go Use Tech
    أضاف صورة
    2024-08-28 18:40:00 - ترجمة
    My friend Landus Mumbere Expedito and Mpatswe Francis Tebtalks Access come and explain this post. I guess I need some guidance from you. How can I over come this
    My friend [Expedito] and [Patswe] [tebtalks] come and explain this post. I guess I need some guidance from you. How can I over come this
    Like
    4
    7 التعليقات 0 المشاركات 2كيلو بايت مشاهدة 0 معاينة
    الرجاء تسجيل الدخول , للأعجاب والمشاركة والتعليق على هذا!
  • HTML PROGRAMMING LANGUAGE أضاف وظيفة جديدة Computer Programming
    2024-08-29 01:49:28 - ترجمة
    Bold Text in HTML
    To make text bold in HTML, you can use either the <b> or <strong> element. Both elements have the same visual effect, making the enclosed text appear in bold font. However, they have different semantic meanings: 1. <b> Element: Purpose: Used for presentation and formatting purposes. It indicates that the enclosed text should be visually emphasized, but doesn't convey any...
    Like
    3
    0 التعليقات 0 المشاركات 9كيلو بايت مشاهدة 0 معاينة
    الرجاء تسجيل الدخول , للأعجاب والمشاركة والتعليق على هذا!
  • HTML PROGRAMMING LANGUAGE أضاف وظيفة جديدة Computer Programming
    2024-08-29 01:53:32 - ترجمة
    Italic Text in HTML: <i> and <em>
    To make text italic in HTML, you can use either the <i> or <em> element. Both elements have the same visual effect, making the enclosed text appear in italic font. However, they have different semantic meanings: 1. <i> Element: Purpose: Used for presentation and formatting purposes. It indicates that the enclosed text should be visually italicized, but doesn't convey any...
    Like
    Love
    3
    0 التعليقات 0 المشاركات 9كيلو بايت مشاهدة 0 معاينة
    الرجاء تسجيل الدخول , للأعجاب والمشاركة والتعليق على هذا!
  • HTML PROGRAMMING LANGUAGE أضاف وظيفة جديدة Computer Programming
    2024-08-29 01:57:17 - ترجمة
    Underline (<u>)
    To make text underlined in HTML, you can use the <u> element. This element simply indicates that the enclosed text should be visually underlined. Example: HTML <p>This is <u>underlined text</u>.</p> Note: The <u> element is primarily used for presentation purposes. It doesn't convey any specific semantic meaning about the content....
    Like
    3
    1 التعليقات 0 المشاركات 9كيلو بايت مشاهدة 0 معاينة
    الرجاء تسجيل الدخول , للأعجاب والمشاركة والتعليق على هذا!
  • HTML PROGRAMMING LANGUAGE أضاف وظيفة جديدة Computer Programming
    2024-08-29 01:59:59 - ترجمة
    Superscript and Subscript (<sup>, <sub>)
    Superscript is used to display text above the baseline, while subscript is used to display text below the baseline. In HTML, these effects can be achieved using the <sup> and <sub> elements, respectively. Superscript: <sup> Example: HTML <p>H<sub>2</sub>O is the chemical formula for water.</p> <p>2<sup>3</sup> equals...
    Like
    3
    1 التعليقات 0 المشاركات 9كيلو بايت مشاهدة 0 معاينة
    الرجاء تسجيل الدخول , للأعجاب والمشاركة والتعليق على هذا!
  • HTML PROGRAMMING LANGUAGE أضاف وظيفة جديدة Computer Programming
    2024-08-29 02:08:24 - ترجمة
    Quotations (<blockquote>, <q>)
    Quotes are used to display text that is a direct quote from another source. In HTML, there are two main elements for this purpose: <blockquote> and <q>. <blockquote> Element The <blockquote> element is used for long, multi-line quotes. It typically includes a block-level quote with indentation and a different background color. Example: HTML...
    Like
    3
    0 التعليقات 0 المشاركات 11كيلو بايت مشاهدة 0 معاينة
    الرجاء تسجيل الدخول , للأعجاب والمشاركة والتعليق على هذا!
  • HTML PROGRAMMING LANGUAGE أضاف وظيفة جديدة Computer Programming
    2024-08-29 02:14:38 - ترجمة
    Inline Styles in HTML
    Inline styles are a way to directly apply CSS properties to individual HTML elements. They are defined within the opening tag of the element, using the style attribute. Basic Syntax: HTML <element style="property: value;"> Content </element> Example: HTML <p style="color: blue; font-size: 20px;">This text is blue and 20 pixels in...
    Like
    3
    0 التعليقات 0 المشاركات 10كيلو بايت مشاهدة 0 معاينة
    الرجاء تسجيل الدخول , للأعجاب والمشاركة والتعليق على هذا!
  • عرض (1281-1290 من 3109)
  • «
  • السابق
  • 127
  • 128
  • 129
  • 130
  • 131
  • التالي
  • »
© 2026 Talksphare Arabic
English Arabic French Spanish Portuguese Deutsch Turkish Dutch Italiano Russian Romaian Portuguese (Brazil) Greek
Help & Support الشروط سياسة الخصوصية اتصل بنا Support Center الدليل