DOCTYPE html> <html> <head> <title>Title of the document</title> <style> .button:focus { outline: none; } </style> </head> <body> <button class="button"> ...
確定! 回上一頁