Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Won't let me continue because of no p tag cling tag #12207

Comments

@monzamatt12
Copy link

monzamatt12 commented Dec 24, 2016

My challenge is makes sure all p elements have closing tag

<style>
  .red-text {
    color: red;
  } 
</style>

<h2 class="red-text">CatPhotoApp </h2>

<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 style="FONT-SIZE: 16PX;"> Purr jump eat the grass rip the couch scratched sunbathe, </p>
@texas2010
Copy link
Member

@monzamatt12
Thanks for reporting this. But your code is incorrect.
GitHub Issues are for reporting bugs on the website only.
Please use the Help chat room for getting challenge related help.

Happy Coding.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment