mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-22 21:08:12 +08:00
chore(curriculum): add backticks for anchor element in cat photo app step 10 (#59900)
This commit is contained in:
parent
01fb012da3
commit
33dcdc7a25
@ -55,7 +55,7 @@ assert(
|
||||
);
|
||||
```
|
||||
|
||||
Although you have set the anchor ('a') element's `href` attribute to the correct link, it is recommended to always surround the value of an attribute with quotation marks.
|
||||
Although you have set the anchor (`a`) element's `href` attribute to the correct link, it is recommended to always surround the value of an attribute with quotation marks.
|
||||
|
||||
```js
|
||||
assert(
|
||||
|
||||
@ -55,7 +55,7 @@ assert.equal(
|
||||
);
|
||||
```
|
||||
|
||||
Although you have set the anchor ('a') element's `href` attribute to the correct link, it is recommended to always surround the value of an attribute with quotation marks.
|
||||
Although you have set the anchor (`a`) element's `href` attribute to the correct link, it is recommended to always surround the value of an attribute with quotation marks.
|
||||
|
||||
```js
|
||||
assert.notMatch(
|
||||
|
||||
Loading…
Reference in New Issue
Block a user