I have added some no follow tags to a webpage, is the source code correct please ? The "nofollow" shows as red on the page: <a href="http://www.google.com/"class="style1rel="nofollow">Google</a>
Yeah, that's a bit messy. Try: <a href="http://www.google.com/" class="style1" rel="nofollow">Google</a> Code (markup):
Thanks guys,it now looks like this with no red: "class="style1"rel="nofollow">google</a> Is that correct ?
When I code I put the spaces in between to read more easily, but I don't think it matters function-wise. Should be ok