HTML: Giriş
HTML öğrenmeye hızlı bir genel bakış ve Hello World ile başla.
HTML — Introduction
Overview
HTML, web sayfalarının yapısını oluşturan işaretleme dilidir.
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.