# --seed-- ## --seed-contents-- ```html
``` ```css body { background: green; } ``` ```js var x = 'y'; ``` # --solutions-- ::id{#html-key} ```html ``` ```css body { background: white; } ``` ```js var x = 'y'; ``` --- ::id{#html-key} ```html solution number two ``` ```css body { background: white; } ``` ```js var x = 'y'; ``` --- ::id{#html-key} ```html ``` ```css body { background: white; } ``` ```js var x = 'y3'; ```