method:focus ();return type:voidcontent:ใช้กำหนดให้ button ได้รับ focusexample:var tagButton = document.getElementById ( "bamboo" ); tagButton.focus();