File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
curriculum/challenges/english/25-front-end-development/lab-travel-agency-page Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -247,7 +247,7 @@ for (let image of images) {
247
247
}
248
248
` ` `
249
249
250
- Each ` a` element should have an ` href` attribute with the value of ` https: // www.freecodecamp.org/learn`.
250
+ Each ` a` element should have an ` href` attribute with the value of ` https: // www.freecodecamp.org/learn`. Don't forget the links in the list items.
251
251
252
252
` ` ` js
253
253
const anchors = document.querySelectorAll('a');
@@ -257,7 +257,7 @@ for (let anchor of anchors) {
257
257
}
258
258
` ` `
259
259
260
- Each ` a` element should have a ` target` attribute with the value of ` _blank` .
260
+ Each ` a` element should have a ` target` attribute with the value of ` _blank` . Don ' t forget the links in the list items.
261
261
262
262
```js
263
263
const anchors = document.querySelectorAll(' a' );
You can’t perform that action at this time.
0 commit comments