How do I use Auto complete in HTML

Usually, while I am doing the HTML course I get suggestions which let me auto-complete some code but the suggestions don’t show up anymore, is there anything I could do to fix this?

this feature was removed because writing everything is best for learning the syntax

autocomplete=“off” or autocomplete=“on” … in your html tag

<form action="#" autocomplete="off"