The description meta tag looks like
<META NAME="description" VALUE="XXX">
XXX is replaced with the description of your web site. This description should be around 250 characters, as that is recommended
for most search engines.
|
index.html - Notepad |
....<HEAD>
<META NAME="description" VALUE="This web site is a tutorial on HTML. It has detailed information on all aspects of HTML, and you can learn it in no time.">
</HEAD>....
|
|