HyperText Markup Language (HTML) tarayıcılarda görüntülenebilen web sayfaları ve diğer tipte belgeler oluşturmak için kullanılan bir dildir. HTML World Wide Web Consortium tarafında tanımlanan ve geliştirilen uluslararası bir standarttır. Gerçi HTML5 spesifikasyonu teknik olarak hala geliştirme aşamasındadır. Ancak "yaşan standart" olarak atfedilir ve aslen HTML spesifikasyonunun her zaman güncel olan versiyonudur.
HTML HAKKINDA BELGELER
- HTML'e Giriş
- Sayfa sözdizimi ve bir HTML sayfası (belge) semantik hakkında temel bilgiler sağlar. Bu HTML belgeleri geliştirmek için gerekli temel bilgi sağlayacaktır
- HTML bileşen referansı
- Farklı tarayıcılar tarafından desteklenen her bir öğe hakkında ayrıntılı bilgi alın.
- HTML özellikler
- Ne ilişkili unsurlar tüm özellikleri ve bakın.
- HTML5
- Onların desteği ile birlikte yeni HTML5 API'leri ve elementler hakkında bilgi edinin.
- HTML Formları Kılavuzu
- HTML forms are a complex part of HTML. This guide will help you mastering them, from structure to styling, from browser support to custom controls.
- Bad copy-pasting habits
- Web technologies are very often learned by viewing sources of other pages and copy-pasting. However, this often means that bad habits perpetuate.
- Drawing Graphics with Canvas
- A new HTML element for programmable graphics.
<canvas>can be used for rendering graphs, UI elements, and other custom graphics on the client. - Tips for Authoring Fast-loading HTML Pages
- An optimized web page not only provides for a more responsive site for your visitors, but also reduces the load on your web servers and internet connection.
Toplumdan yardım alma
You need help on a HTML-related problem and can't find the solution in the documentation?
- Consult the dedicated Mozilla forum :
- Go to Stack Overflow, a collaboratively built and maintained Q&A site and look if you can find the answer to your quetion. If not you will be able to ask your question there.
Don't forget about the netiquette...
HTML Geliştirme Hafifletilmiş Araçları
- Firefox' Firebug extension, a popular extension of that navigator that allows to edit live CSS on watched sites. Very practical to test some changes, though this extension does much more.
- HTML Validator
- Web Developer Extension
- HTML Tidy
- Pretty Diff
İlgili Konular
- The Cascading Style Sheets (CSS) used to give style to HTML.
- The Document Object Model (DOM) is the representation of an HTML document as a tree.
- XHTML is the XML version of the language.


