My question is: is there a way to have a browser identify a line of code and substitute it with a different line of code?
let's say the page's code is:
<html> <head> <title></title> </head> <body> <p>Hello World</p> </body> </html>
can i have it identify the "Hello World" and change it to something else like this so the viewers experience of a website is different without changing the site's actual code?
<html> <head> <title></title> </head> <body> <p>Good Bye World</p> </body> </html>


Sign In
Create Account

Back to top










