Question about projects

Hi.
Recently star the first project in HTML and CSS and I don’t know if it’s possible to complete this project in my own editor and uploaded to run all the test.
Hope you can help me

Hello,

Welcome, yes you can create the project in your own text editor and copy&paste your code to codepen.

Cheers,

Hi.
Thanks, one more question, you know if is truth that codepen works only on chrome?

Cheers.

Well,

I have never heard such a thing. I’m using it with Firefox anyway. :slight_smile:

1 Like

You can run the tests in your editor too. Just paste the script right before the closing body tag.

Where can i find that script?

When you fork the pen it will be in the HTML section of codepen. If you’ve deleted it, here it is;
<script src="https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js"></script>

1 Like

Thanks man, you’re the best!