| title | ใช้กำหนดข้อความที่จะแสดงบน title bar |
|---|---|
| meta content-type | ใช้กำหนด ชุดรหัสอักษร และประเภทเอกสาร |
| meta refresh | ใช้กำหนด เวลาเพื่อให้ page redirect ไปยัง web page ที่กำหนด |
| meta keywords | ใช้กำหนด keywords เพื่อให้ search engine หาพบ |
| meta description | ใช้กำหนดคำบรรยาย เมื่อ search engine ค้นเจอ |
tag:<title> ... </title>
position:<head> ... </head>
content:ใช้กำหนดข้อความที่จะแสดงบน title bar
example:<title> ยิ น ดี ต้ อ น รั บ </title>
tag:<meta http-equiv="content-type" content="ชนิดเอกสาร; charset=ชุดรหัสอักขระ" />
position:<head> ... </head>
content:ใช้กำหนด ชุดรหัสอักษร และประเภทเอกสาร
example:<meta http-equiv="content-type" content="text/html; charset=windows-874" />
tag:<meta http-equiv="refresh" content="เวลาหน่วงเป็นวินาที; url=เวปปลายทาง" />
position:<head> ... </head>
content:ใช้กำหนด เวลาเพื่อให้ page redirect ไปยัง web page ที่กำหนด
example:<meta http-equiv="refresh" content="3; url=http://www.bamboolabcode.com" />
tag:<meta name="keywords" content="ข้อความ" />
position:<head> ... </head>
content:ใช้กำหนด keywords เพื่อให้ search engine หาพบ
example:<meta name="keywords" content="code, php, html, css, java" />
tag:<meta name="description" content="ข้อความ" />
position:<head> ... </head>
content:ใช้กำหนดคำบรรยาย เมื่อ search engine ค้นเจอ
example:<meta name="description" content="bamboolabcode เวปไซค์ที่ให้ความรู้ เกี่ยวกับ programming" />