ใช้ชื่อ แอตทริบิวต์เพื่อตั้งชื่อองค์ประกอบ คุณสามารถใช้สิ่งนี้กับองค์ประกอบ HTML ต่อไปนี้:
ตัวอย่าง
คุณสามารถลองเรียกใช้โค้ดต่อไปนี้เพื่อใช้ชื่อ แอตทริบิวต์ −
<!DOCTYPE html> <html> <body> Subject: <input type = "text" name = "sub" spellcheck = "true"> <p>Add an incorrect spelling for a word above and see what happens.</p> <p contenteditable = "true" spellcheck = "true">This is an editable conttent, with a spelling mistake. Click to edit.</p> </body> </html>