Bug with Nest an Anchor Element within a Paragraph Challange
See original GitHub issueI see multiple people on here have been having this issue today. I am using: Samsung Chromebook Version 53.0.2785.154 Platform 8530.96.0 (Official Build) stable-channel daisy Firmware Google_Snow.2695.117.0
I am stuck here as a result of this bug. Any help with this would be much appreciated. Thank You!
Challenge Nest an Anchor Element within a Paragraph has an issue.
User Agent is: Mozilla/5.0 (X11; CrOS armv7l 8530.96.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.154 Safari/537.36
.
Please describe how to reproduce this issue, and include links to screenshots if possible.
My code:
<link href="https://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" alt="A cute orange cat lying on its back. ">
<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>
Issue Analytics
- State:
- Created 7 years ago
- Comments:7
Top Results From Across the Web
Nest an Anchor Element within a Paragraph challenge
element I just created. This is the only challenge in HTML I haven't completed due to the bug (I am guessing) so I...
Read more >Free Code Camp: Challenge [Nest an Anchor Element within ...
I think there is a bug here because I followed the format of the example in my answer. The example code was: Here's...
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 >FreeCodeCamp/Help - Gitter
I am stuck in the Basic HTML and HTML5: Nest an Anchor Element within a Paragraph. I get feedback that p element should...
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
I just restarted my chrome browser. That fixed the issue.
Same here.