Can someone explain this code

Discussion in 'HTML & Website Design' started by FireStorM, Apr 26, 2006.

  1. #1
    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="
     
    FireStorM, Apr 26, 2006 IP
  2. marcel

    marcel Well-Known Member

    Messages:
    1,503
    Likes Received:
    17
    Best Answers:
    0
    Trophy Points:
    150
    #2
    &lt; = <
    &quot = "


    The code was mangled by another software

    it's a link
     
    marcel, Apr 26, 2006 IP
  3. FireStorM

    FireStorM Well-Known Member

    Messages:
    2,579
    Likes Received:
    88
    Best Answers:
    0
    Trophy Points:
    175
    #3
    no i think it is some sort of code , like html ..
     
    FireStorM, Apr 26, 2006 IP
  4. woodside

    woodside Peon

    Messages:
    182
    Likes Received:
    8
    Best Answers:
    0
    Trophy Points:
    0
    #4
    it is code, it's a link.. ; )

     
    woodside, Apr 26, 2006 IP
  5. SoxFan

    SoxFan Peon

    Messages:
    90
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    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.
     
    SoxFan, Apr 26, 2006 IP