This translation is incomplete. Please help translate this article from English
HTML (Hypertext Markup Language) เป็นพื้นฐานการสร้าง บล็อค (Block) ของเว็ปไซต์ กำหนด ความหมายและโครงสร้างของเนื้อหาเว็ปไซต์ เทคโนโลยีอื่นนอกเหนือจาก HTML มักใช้เพื่ออธิบายลักษณะ / การนำเสนอ (CSS) ของหน้าเว็บหรือฟังก์ชัน / พฤติกรรม (JavaScript).
"Hypertext" หมายถึงลิงค์ที่เชื่อมโยงหน้าเว็บเข้าด้วยกัน ทั้งภายในเว็บไซต์เดียวหรือระหว่างเว็บไซต์ Links เป็นลักษณะพื้นฐานของเว็บ โดยการอัปโหลดเนื้อหาไปยังอินเทอร์เน็ตและเชื่อมโยงไปยังหน้าเว็บที่สร้างโดยคนอื่น
HTML ใช้ "markup" เพื่อใส่คำอธิบายประกอบข้อความ รูปภาพ และเนื้อหาเพื่อแสดงใน Web browser ประกอบไปด้วย "elements" เช่น <head>, <title>, <body>, <header>, <footer>, <article>, <section>, <p>, <div>, <span>, <img>, <aside>, <audio>, <canvas>, <datalist>, <details>, <embed>, <nav>, <output>, <progress>, <video> และอื่นๆอีกมากมาย
HTML element is set off from other text in a document by "tags", which consist of the element name surrounded by "<" and ">". The name of an element inside a tag is case insensitive. That is, it can be written in uppercase, lowercase, or a mixture. For example, the <title> tag can be written as <Title>,<TITLE>, or in any other way.
บทความด้านล่างสามารถช่วยให้คุณเรียนรู้เพิ่มเติมเกี่ยวกับ HTML
- HTML reference
In our extensive reference, you'll find the details on each element and attribute that makes up HTML.
- HTML guide
For articles about how to use HTML, as well as tutorials and complete examples, check out our HTML developer guide.
- HTML introduction
If you're new to Web development, be sure to read our introduction to what HTML is and how to use it.
References
Guides and tutorials
- HTML developer guide
- MDN articles demonstrating specific techniques you can use when building Web content with HTML, as well as tutorials and other material you may find handy.