--- id: 5d822fd413a79914d39e98c9 title: Step 1 challengeType: 0 dashedName: step-1 --- # --description-- Welcome to the CSS Variables Skyline project! Start by adding the `!DOCTYPE html` declaration at the top of the document so the browser knows what type of document it's reading. # --hints-- Your code should contain the `DOCTYPE` reference. ```js assert(code.match(/` after the type. ```js assert(code.match(/html\s*>/gi)); ``` Your `DOCTYPE` declaration should be at the beginning of your HTML. ```js assert(__helpers.removeHtmlComments(code).match(/^\s*/i)); ``` # --seed-- ## --seed-contents-- ```html --fcc-editable-region-- --fcc-editable-region-- ```