Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE html> <html> <head> <title>Title of the document</title> <style> .button:focus { outline: none; } </style> </head> <body> <button class="button"> <span class="name"></span> Click here </button> </body> </html>