--- id: 5d8a4cfbe6b6180ed9a1c9e0 title: Step 3 challengeType: 0 dashedName: step-3 --- # --description-- In the head, add a `title` of `D3 Dashboard`. # --hints-- test-text ```js assert( /\s*D3 Dashboard<\/title\s*>\s*<\/head\s*>/g.test(code) ); ``` # --seed-- ## --seed-contents-- ```html ``` # --solutions-- ```html D3 Dashboard ```