Challenge (Learn HTML by Building a Cat Photo App - step-3): parentheses around element type is confusing some people
See original GitHub issueDescribe the Issue
I have seen a few people misinterpreting the (p
) in the challenge text as actual syntax. It might be better to remove the parentheses?
Paragraph (
p
) elements are used to create paragraph text on websites.Create a paragraph (
p
) element below yourh2
element, and give it the text Click here to view more cat photos.
Affected Page
Your code
nop
Expected behavior
The syntax for the p
and h2
elements should be presented the same way.
Screenshots
No response
System
- Device: [e.g. iPhone 6, Laptop]
- OS: [e.g. iOS 14, Windows 10, Ubuntu 20.04]
- Browser: [e.g. Chrome, Safari]
- Version: [e.g. 22]
Additional context
Forum: https://forum.freecodecamp.org/t/cant-seem-to-get-step-3-right/510187 https://forum.freecodecamp.org/t/need-a-step-or-guide-on-step-3-of-cat-photo-app/510648
Issue Analytics
- State:
- Created a year ago
- Comments:5 (5 by maintainers)
Top Results From Across the Web
Learn HTML by Building a Cat Photo App - Step 3 - HTML-CSS
Hi! The p element is used to create a paragraph of text on websites. Create a p element below your h2 element and ......
Read more >Learn HTML by Building a Cat Photo App - YouTube
Hello everyone!We're going to learn CSS animation by building a cat photo app. The goal is to get you started and have you...
Read more >Learn HTML by Building a Cat Photo App (1-10) - YouTube
Timestamps:00:00 - Intro02:20 - 103:18 - 204:16 - 305:00 - 406:33 - 508:29 - 609:56 - 711:07 - 812:15 - 913:28 - 10GitHub: ......
Read more >Getting started with HTML - Learn web development | MDN
You will learn how HTML elements are structured, how a typical HTML page is structured, and other important basic language features.
Read more >FreeCodeCamp: Basic HTML and HTML5 | by Eleftheria Batsou
The h2 element adds a level two heading to the web page. This element tells the browser about the structure of your website....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Possible alternative instructions:
The
p
element is used to create a paragraph of text on websites. Create ap
element below yourh2
element and give it the following text:Click here to view more cat photos
as the step in question doesn’t have anymore an element name in parenthesis, I am closing this issue as fixed. If this is not correct, please ask to reopen the issue again.