Editor not working properly when coding

Tell us what’s happening:
Its so difficult to type code on your Text editor by my mobile phone.
I think waste of time.
I already ,I learned HTML , CSS and JS by W3School and sololearn .
Here I comes only for improve my skill high and certification.
But I think ,It’s totally waste of time.
If I type "

This is paragraph

" in your text editor means when finishing this p tag . It automatically return as
"

The paraaaaagph<pp/p> ".And then I going to edit it ,Editor does not allow me too edit and display as red in color.
It’s totally waste of time…

Your code so far


<h2>CatPhotoApp</h2>
<main>
<img src="https://bit.ly/fcc-relaxing-cat"alt="the iimage>

<p>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>Purr jump eat the grass rip the couch scratched sunbathe, shed everywhere rip the couch sleep in the sink fluffy fur catnip scratched.</p>
</main>

Your browser information:

User Agent is: Mozilla/5.0 (Linux; Android 7.1.1; Moto E (4) Plus) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Mobile Safari/537.36.

Challenge: Add Images to Your Website

Link to the challenge:

yes, the editor used by freecodecamp is not optimised for touch device. It is recommended to use it on a desktop device.

But you can try with this:

1 Like