fix(curriculum): cat photo app (#41768)
Fix a couple of bugs I encountered when running through this course.
This commit is contained in:
committed by
GitHub
parent
fa52f4cafe
commit
a962d6afd4
@ -7,7 +7,7 @@ dashedName: part-10
|
||||
|
||||
# --description--
|
||||
|
||||
You can link to another page with the anchor (`a`) element. For example, [](https://www.freecodecamp.org) would link to `freecodecamp.org`.
|
||||
You can link to another page with the anchor (`a`) element. For example, `<a href='https://freecodecamp.org'></a>` would link to `freecodecamp.org`.
|
||||
|
||||
Add an anchor element after the paragraph that links to `https://freecatphotoapp.com`. At this point, the link won’t show up in the preview.
|
||||
|
||||
|
@ -9,7 +9,7 @@ dashedName: part-38
|
||||
|
||||
In order for a form's data to be accessed by the locaton specified in the `action` attribute, you must give the text field a `name` attribute and assign it a value to represent the data being submitted. For example, you could use the following syntax for an email address text field: `<input type="text" name="email">`.
|
||||
|
||||
Add the `name` attribute with the value `catphoto` to your text field.
|
||||
Add the `name` attribute with the value `catphotourl` to your text field.
|
||||
|
||||
# --hints--
|
||||
|
||||
|
Reference in New Issue
Block a user