i need to use the words "credit card best transfers' in the html comment tags on my webpage how do i do this
That's not a comment, it's a META keyword tag (which is practically worthless from an SEO standpoint). The tag goes in between the <head> and </head> tags and looks like this: <meta name="keywords" content="credit card best transfers"> Code (markup): (include a space and a forward slash after transfers" if you're using an XHTML DOCTYPE) If you're dead set on using a <!-- comment --> tag, don't. The search engines will consider this as keyword stuffing and your site will be banned for it. So don't do it. Period.