I was browsing a website and noticed this code under view source: <!-- <li><a href="http://www.example.com" target="_blank"><img border="0" src="http://www.thewebsite.com/images/dff.gif" alt="" />Example Anchor</a></li> --> I changed it to example.com and thewebsite.com. The code is on thewebsite.com It seems liks some sort of hidden hardlink for example.com? Or maybe not?
I don't get what you mean... If its what I think it is it's probably like a menu. (It'll look look a menu if the star was a image)
That text will be invisible as long as it stays between the <! -- and --> tags. It's usually used if you want to give your visitors some info, like <! -- everything is copyrighted to me --> that will be visible in the source but not on the page.
The <li> tag defines the start of a list item. The <li> tag is used in both ordered (<ol>) and unordered lists (<ul>). This is what it produces: • <IMAGE IS HERE, LINKED TO EXAMPLE.com> Example Anchor [Which is also linked to example.com]
Search Engine Spiders checks the site's content visibilities.. not the source code first of all I guess.
<!-- <<<this is the start of an include tag for php. now you can not have a url within an ordered list in html i.e. <il> url </li> so i guess to get around that they have used a php include to get around the html error that would happen if they put the url within html. so in effect it's php not html within that list. html includes can only be called from the same folder, php includes can be called from any url on the internet