The doctype tells the web browser what version of HTML we're using. Without it, the browser might not display the page correctly.
Since we're using the latest version, we use <!doctype html>.
<!doctype html>
Make sure to pick <!doctype html>.