Give me JavaScript code for h1 heading

```javascript

document.write("<h1>Welcome to my website!</h1>");
```