The id attribute defines the unique identifier of the HTML element. The id must be unique in the HTML document. In CSS, use “#id” command to select the HTML element and define the style for it. In JavaScript, you can call the document.getElementById (id) method to find HTML elements.
Make it take up the whole window -->