| I have a list of companies that would like to host your website. Please Visit that list. Thanks. |
|
introduction very basic information what is important, and what doesn't matter the basic page HEAD and BODY HTML Tags META Tags backgrounds - colors backgrounds - images pictures links pictures as links email links tables part 1 tables part 2 lining things up frames part 1 frames part 2 frames part 3 what tools to use putting it all together making search engines love you viewing your page as you work making your page pay for itself page counters resources how do they do that? being sure it's right before you go public my links my sponsors What NOT to do |
HEAD - BODYHEADThe HEAD section of your webpage is not seen by your visitor. It is there for the benefit of search engines and browser programs.The META Tags tell the search engines how you want them to index your page. Most of them use this information, but some don't. The information in your META tags should be enclosed in quotation marks, as shown. The TITLE Tag is used by search engines and bookmarking, and is displayed at the top of the browser window. You can also put copyright information and other things you want included on the page but not displayed in the HEAD section. To be sure it isn't displayed, put copyright and other information between the marks as shown below: <!-- invisible comments go here --> This works in the body as well as in the head, so whenever you want to make a comment in your code that won't show on the page, that's the way to do it. BODYThe BODY section of your webpage is the part your visitors will see. |
| I have a list of companies that would like to host your website. Please Visit that list. Thanks. |