หากต้องการปิดการตรวจตัวสะกดสำหรับองค์ประกอบของแบบฟอร์ม โค้ดจะเป็นดังนี้ -
ตัวอย่าง
<!DOCTYPE html> <html> <head> <h1>Disabling Spellcheck Example</h1> <form> <p>Your Name:</p> <input type="text" name="fname" spellcheck="false"> <p>About Yourself</p> <textarea name="about you" spellcheck="true"></textarea><br> <input type="submit"> </form> <h2>Type wrong spelling in the above input field to see spellcheck in action</h2> </body> </html>
ผลลัพธ์
รหัสข้างต้นจะสร้างผลลัพธ์ต่อไปนี้ -
ในการพิมพ์บางอย่างในช่องป้อนข้อมูล -