HTML: مقدمة
ابدأ تعلم HTML مع نظرة عامة ومثال Hello World.
HTML — Introduction
Overview
HTML هي لغة ترميز لبناء هيكل صفحات الويب.
Hello World
<!doctype html>
<html>
<body>Hello, World!</body>
</html>
What you'll learn
- How to run HTML
- Basic syntax style
- Next steps (lessons & references)
Next
Open the Syntax & Cheat Sheet page for this language.