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.
1 Antwort
+ 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 < for < sign and > for > sign.
example,
if you want to display <span> as it is in your webpage you should write :
<span>
more html entities :
https://www.w3schools.com/charsets/ref_html_entities_b.asp