แท็กตัวย่อใน HTML ใช้เพื่อกำหนดตัวย่อ
หมายเหตุ :HTML5 ไม่รองรับ <ตัวย่อ? แท็ก แนะนำให้ใช้แท็ก
ต่อไปนี้เป็นตัวอย่างคำย่อ−
- B2B: ธุรกิจสู่ธุรกิจ
- B2C :ธุรกิจสู่ผู้บริโภค
- CMS: ระบบจัดการเนื้อหา
- PPC :จ่ายต่อคลิก
- RO I:ผลตอบแทนจากการลงทุน
- CTA :คำกระตุ้นการตัดสินใจ
ให้เรามาดูตัวอย่างการใช้แท็กตัวย่อ−
ตัวอย่าง
<!DOCTYPE html> <html> <body> <h2>Coding Ground</h2> <h3>Compilers for Programming Languages and Web Technologies</h3> <nav> <a href="/compile_java_online.php">Java</a> | <a href="/php_terminal_online.php">PHP</a> | <a href="/online_jquery_editor.php">jQuery</a> | <a href="/compile_c_online.php">C</a> | <a href="/compile_cpp_online.php">C++</a> | <a href="/online_angularjs_editor.php">AngularJS</a> </nav> <p>We also have a compiler for <acronym title="JavaScript">JS</acronym> libraries.</p> </body> </html>
ผลลัพธ์
วางเคอร์เซอร์บน JS เพื่อแสดงชื่อเรื่องของตัวย่อ−