Predmet:autocomplete
   
Sa tagom autocomplete="off"  mozemo izbjeci ponudjene odgovore pri kucanju u tekst box.
Mozemo to uciniti na nivou input type text ili na nivou cijele forme.
primjer:
<input type="text" name="foo" autocomplete="off" />
ili na nivou forme
PreuzmiIzvorni kôd (HTML):- <!DOCTYPE html> 
-   
- <form action="/action_page.php" method="get" autocomplete="on"> 
-   First name: <input type="text" name="fname"><br>
-   E-mail:  <input type="email" name="email"><br>
    
     Podrska samo putem foruma, jer samo tako i ostali imaju koristi od toga.