diff --git a/main.go b/main.go
index 92701f91e528fe225413480837bfde2ad817c88f..4e422ed1c35845fc1674ba3f5f0862812f46cc44 100644
--- a/main.go
+++ b/main.go
@@ -128,6 +128,7 @@ func printForm(div *gowd.Element) {
 	// add a button
 	btn := bootstrap.NewButton(bootstrap.ButtonPrimary, "Send over xx")
 	btn.SetAttribute("style", "background:#037281;background-color:#037281")
+	btn.SetAttribute("tabindex", "0")
 	rtnDiv := bootstrap.NewElement("div", "well")
 	body.AddElement(rtnDiv)
 	btnEvent := func(sender *gowd.Element, event *gowd.EventElement) {