xxxxxxxxxx
<!DOCTYPE html>
<html>
<body>
<h1>autofocus Attribute Example for the Button Element</h1>
<button type="button">Normal Button</button>
<button type="button" autofocus>Focussed Button</button>
</body>
</html>