Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/khaledsalshibani/web-arabic-intro
Arabic MD files introducing HTML and CSS basics.
https://github.com/khaledsalshibani/web-arabic-intro
arabic html html5 tutorials
Last synced: 5 days ago
JSON representation
Arabic MD files introducing HTML and CSS basics.
- Host: GitHub
- URL: https://github.com/khaledsalshibani/web-arabic-intro
- Owner: khaledsAlshibani
- Created: 2024-10-25T20:16:19.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-12-05T18:30:41.000Z (about 2 months ago)
- Last Synced: 2024-12-05T19:29:12.763Z (about 2 months ago)
- Topics: arabic, html, html5, tutorials
- Homepage:
- Size: 106 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# مقدمة للغات الويب بالعربي
تم إنشاء هذا repository كملخص لما تم دراسته في المقرر الجامعي حول أساسيات تطوير الويب باستخدام.
يهدف هذا الملخص إلى تقديم محتوى مبسط وشامل للمفاهيم الأساسية، لذا قد لا يحتوي على جميع العناصر الحديثة أو الشائعة في هذه اللغات. كما قد تجد بعض العناصر القديمة أو الأقل استخدامًا، حرصًا على تغطية كافة المفاهيم التي تم تناولها خلال المقرر الدراسي.
حالياً الشرح مقتصر فقط على HTML.## ما تم كتابته
### مقدمة في HTML
توجد محتويات لغة HTML في ملفات Markdown داخل المجلد [html](./html/).**الملفات المتوفرة:**
- [توضيح المصطلحات](./html/terms.md)
- [وسوم HTML](./html/common-elements.md)
- [عناصر head](./html/head-elements.md)
- [عناصر body](./html/body-elements.md)
- [نصائح مهمة](./html/pro-tips.md)
- [العناصر والسمات (attributes) التي يُفضل تجنبها (Deprecated)](./html/deprecated-tags-and-attributes.md)