How to modify source code?? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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 Answer
+ 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