Cannot submit - Nest an Anchor Element within a Paragraph challenge
See original GitHub issueChallenge Nest an Anchor Element within a Paragraph has an issue.
User Agent is: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36
.
Please describe how to reproduce this issue, and include links to screenshots if possible.
My code:
<link href="http://fonts.googleapis.com/css?family=Lobster" rel="stylesheet" type="text/css">
<style>
.red-text {
color: red;
}
h2 {
font-family: Lobster, Monospace;
}
p {
font-size: 16px;
font-family: Monospace;
}
.thick-green-border {
border-color: green;
border-width: 10px;
border-style: solid;
border-radius: 50%;
}
.smaller-image {
width: 100px;
}
</style>
<h2 class="red-text">CatPhotoApp</h2>
<p>View more <a href="http://www.freecatphotoapp.com">cat photos</a></p>
<img class="smaller-image thick-green-border" src="https://bit.ly/fcc-relaxing-cat">
<p class="red-text">Kitty ipsum dolor sit amet, shed everywhere shed everywhere stretching attack your ankles chase the red dot, hairball run catnip eat the grass sniff.</p>
<p class="red-text">Purr jump eat the grass rip the couch scratched sunbathe, shed everywhere rip the couch sleep in the sink fluffy fur catnip scratched.</p>
I believe the code above is correct, but I’m unable to submit it. I’ve tried verifying the code in the Help Chat Room. I had no luck there.
Update: I got the code above to submit. I clicked Map, reloaded this challenge, and copied & pasted the exact code from this issue into the editor.
One more thing… When I couldn’t submit before, the iPhone screen rendering the HTML appeared to be unresponsive to any changes made in the editor.
Issue Analytics
- State:
- Created 8 years ago
- Comments:11 (3 by maintainers)
Top Results From Across the Web
Nest an Anchor Element within a Paragraph - Guide
The challenge introduction speaks about the existing a element and it asks you to write the paragraph into which it will be nested:...
Read more >Basic HTML and HTML5 - Nest an Anchor Element within a ...
Basic HTML and HTML5 - Nest an Anchor Element within a Paragraph: First test tracks the href of the wrong <a> element #17406....
Read more >Nest an Anchor Element within a Paragraph Free Code Camp ...
... ALONG LINK: https://www.freecodecamp.org/learn/responsive-web-design/basic-html-and-html5/ nest-an-anchor - element - within -a-paragraphCheck ...
Read more >freeCodeCamp Nest an Anchor Element within a Paragraph
I solve freeCodeCamp Responsive Web Design Basic HTML and HTML5 Nest an Anchor Element within a Paragraph. I hope this helps you!
Read more >Nest an Anchor Element within a Paragraph - Snakify
Nesting just means putting one element inside of another element. Now nest your existing a element within a new p element (just after...
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
@raisedadead 👍
@cannelflow I read the article and installed Browsec. I was unable to submit my code. When I clicked Run Tests, nothing would happen. The list of conditions and the iPhone screen failed to update/refresh as I changed the code and met the conditions with the code above.
@raisedadead Here are the errors from my browser with (1st screen) and without (2nd screen) Browsec enabled. http://imgur.com/a/k6p2M
I was able to successfully submit my answer in both cases. Let me know if you guys need any other info from me.