i am trying to edit a php script when i came across these codes , can anyone tell me what is this and why this is used? Also i need to write other html codes into this format , does anyone know a site where i can learn this more? <a href="http://www.thesite.com/" target="_blank"><img src="
Those are the HTML special characters of that would display the code within a webpage without creating an actual link within the web page. It the site was using an incorrect DOCTYPE, or no DOCTYPE at all, it may not display properly, thus rendering as you saw it.