Sure, here's a simple HTML code snippet that creates a "Back to Top" button:
```html
Back to Top Button
```
This code creates a button with an upward arrow that appears when the user scrolls down 20 pixels from the top of the page. When clicked, it scrolls the page back to the top.