--- id: 61537bb9b1a29430ac15ad38 title: Step 3 challengeType: 0 dashedName: step-3 --- # --description-- Within your `head` element, add a `title` element with the text set to `Photo Gallery`, and a `link` element to add your `styles.css` file to the page. # --hints-- Your `link` element should have an `href` attribute with the value `styles.css`. ```js assert.match(code, / --fcc-editable-region-- ``` ```css ```