I want to put <p> Tag in a complier without it translating it what shouls i do? | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
- 1

I want to put <p> Tag in a complier without it translating it what shouls i do?

Trying to put an ordinary <p> tag so that the complier wold ignore it.

6th Feb 2021, 1:40 PM
Amanze Bruno
Amanze Bruno - avatar
2 Respuestas
+ 5
You can use a normal html comment: https://code.sololearn.com/Ws4dU9y5E1fE/?ref=app Or as Abhay said, html entities. Happy coding :)
6th Feb 2021, 1:45 PM
Matthew
Matthew - avatar
+ 4
One way to do it is by using html entities . &lt;p&gt;
6th Feb 2021, 1:44 PM
Abhay
Abhay - avatar