i have this code:
<a href='google.com' title=' '> <script>exam='y';</script> </a>
I want to add this script <script>exam='y';</script> inside title tag, like this:
<a href='google.com' title=' <script>exam='y';</script> '> <script>exam='y';</script> </a>
But it does not work. Hope for your helps.
"quotes for thetitlestring