แท็ก
เป็นคอนเทนเนอร์สำหรับองค์ประกอบส่วนหัวทั้งหมดในหน้า HTML ในการเพิ่ม … แท็กนั้นค่อนข้างง่าย เพิ่มชื่อเอกสารใต้เอกสารหรือข้อมูลเมตา สไตล์ สคริปต์ ฯลฯโปรดจำไว้ว่า แท็ก
ตัวอย่าง
คุณสามารถลองเรียกใช้โค้ดต่อไปนี้เพื่อเพิ่มแท็ก
ในหน้า HTML<!DOCTYPE html> <html> <head> <title>HTML head tag</title> </head> <body> <h2>Working with HTML head tag</h2> <p>This is demo text.</p> <p>Displaying how head tag is used in HTML. Add title in it or meta information about the document.</p> </body> </html>
ผลลัพธ์