What does this code display in the console?
A blurred button
A blurred paragraph
A blurred heading
<html> <head> <style>button { filter: blur(2px); } </style> </head> <button>Press to Unblur</button> </body> </html>]]>
A blurred button.