question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Bug with Nest an Anchor Element within a Paragraph Challange

See original GitHub issue

I 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 screenshot 2016-10-25 at 11 44 22 pm 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:closed
  • Created 7 years ago
  • Comments:7

github_iconTop GitHub Comments

2reactions
guu-hologramcommented, Oct 26, 2016

I just restarted my chrome browser. That fixed the issue.

0reactions
alebrozzocommented, Nov 8, 2016

Same here.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found