How to modify source code?? | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
0

How to modify source code??

I am working on a project which required modification html source code in html output . I don't know how to do it please anyone help me.

20th Dec 2019, 11:53 AM
Solo Coder
Solo Coder - avatar
1 Réponse
+ 3
Solo Coder , it's very hard to understand your question. please next time make question clear enough. 😊 "html source code in html output" I think you want HTML tags to be displayed as output. you can easily achieve this by using hex, dec or charecter codes of html entities. you can use &lt; for < sign and &gt; for > sign. example, if you want to display <span> as it is in your webpage you should write : &lt;span&gt; more html entities : https://www.w3schools.com/charsets/ref_html_entities_b.asp
20th Dec 2019, 12:27 PM
🇮🇳Omkar🕉
🇮🇳Omkar🕉 - avatar