Editor Arrow Download Open
<!DOCTYPE html> <html> <head> <title>HTML button tag</title> </head> <body> <button type="button" autofocus="autofocus">Click Here</button> <button type="button" autofocus="false">Button 2</button> </body> </html>
  Preview Arrow