JS

HTML Code Quiz - focus boolean attribute

17.

Add the correct boolean attribute to specify that an <input> tag must automatically get focus when the page loads:

<input placeholder="Enter username" __________>

readonly

checked

required

autofocus