Code the opening tag to display a button on the webpage.
<html>
<head>
<style>
body { padding: 8px; }
</style>
</head>
<body>
<button>Add to Cart</button>
</body>
</html>]]>
Make sure to type
<button>
.