1 <!DOCTYPE html> 2 <!-- 3 @MAC-ALLOW:AXRoleDescription=* 4 --> 5 <html> 6 <body> 7 <button type="button" onclick="alert('Hello user!')">Click me!</button> 8 </body> 9 </html> 10