WEBSITE DESIGN TIPS: HTML, JAVASCRIPT
CODES, TIPS,TRICKS AND TECHNIQUES- 4
Web Source Web Design Tips
by Shelley Lowery
Creating A Customized Marquee
The MARQUEE tag is used to scroll text across a web page
and is only supported by Microsoft Internet Explorer.
You can change the background color, width, the number of
times your message will scroll and the speed that your
text scrolls, by adding the following attributes within
your MARQUEE tag.
BGCOLOR="#CCCCCC" - background color
LOOP - Determines how many times the text will scroll.
-1 is indefinite and will continuously scroll. You can set this to
whatever you'd like.
SCROLLAMOUNT - Determines the speed your text will scroll.
WIDTH - Determines the width of your marquee.
Tip provided by: Web Source: Your Guide to Professional
Web Design and Development. http://www.web-source.net
----------------------------------------------------------------------
Web Source Web Design Tips
by Shelley Lowery
Using META Tags for Search Engine Indexing
Meta tags are used to give detailed instructions, in
regard to a web page, to the Search Engines and browsers.
You can provide the Search Engines with a description of
your web page and the most relevant "keywords" for your
web site by adding the following META tags between the
and tags of your HTML.
When selecting your keywords, it is best to list them within
a phrase. Try to concentrate on only a few keyword phrases
throughout your text.
Example:
dog grooming techniques,groomers,tips,pet supplies,animal care,
Try to select keyword phrases that your potential visitor
may type in while at a Search Engine.
The keywords above will cover a wide variety of queries:
dog
dog grooming
dog groomers
grooming techniques
dog grooming techniques
dog groomer techniques
dog grooming tips
dog groomer tips
grooming tips
dog care
dog supplies
animal care
pet care
pet supplies
pet grooming
pet groomers
animal grooming
animal groomers
grooming supplies
dog grooming supplies
pet grooming supplies
Try not to repeat your META keywords more than three times.
To cover the many different ways your potential visitor may
type in their search terms, type your META keywords in a few
different styles.
Example:
techniques,groomers, tips,pet supplies,animal care,Dog Grooming
Techniques,Groomers, Tips,Pet Supplies,Animal Care,DOG
GROOMING TECHNIQUES,GROOMERS, TIPS,PET
SUPPLIES,ANIMAL CARE">
Tip provided by: Web Source: Your Guide to Professional
Web Design and Development. http://www.web-source.net
----------------------------------------------------------------------
Web Source Web Design Tips
by Shelley Lowery
Using META Tags to Redirect
Meta tags are used to give detailed instructions, in
regard to a web page, to the Search Engines and browsers.
You can automatically redirect your visitors to another
web page by adding the following META tag between the
and tags of your HTML.
/www.yourdomain.com/">
The CONTENT attribute tells the browser to redirect the
visitor to the URL you specify in 4 seconds. This can be
changed to whatever you'd like.
If you move your web site to a new location, this tag
provides a great way to automatically redirect your visitors.
Tip provided by: Web Source: Your Guide to Professional
Web Design and Development. http://www.web-source.net
----------------------------------------------------------------------
Web Source Web Design Tips
by Shelley Lowery
Using META Tags to Prevent Browser Cache
Meta tags are used to give detailed instructions, in
regard to a web page, to the Search Engines and browsers.
When visiting a web site, your browser will cache or make
a copy of the web site for fasting viewing your next visit.
This will prevent your regular visitors from seeing your
new content unless they manually reload their browser.
To prevent this problem, add the following code between
the and tags of your HTML.
Tip provided by: Web Source: Your Guide to Professional
Web Design and Development. http://www.web-source.net
----------------------------------------------------------------------
Web Source Web Design Tips
by Shelley Lowery
Using META Tags to Prevent Search Engine Indexing
Meta tags are used to give detailed instructions, in
regard to a web page, to the Search Engines and browsers.
Many times, you may have a web page that you don't want
the Search Engines to index. To help with this problem,
add one of the following codes between the and
tags of your HTML.
This tag tells the robots not to index this page and not
to follow any links within the page.
This tag tells the robots not to index this page, but
follow any links within the page.
Tip provided by: Web Source: Your Guide to Professional
Web Design and Development. http://www.web-source.net
This Report may be Distributed in any way and even resold, as long
as all information, including bylines above and physical URL's are left
intact and article remains unchanged.
No comments:
Post a Comment