|
|
HTML Tag
Do not use multiple instances off the basic html tag: html, head, body or title. Search engines consider any use of the same tag as spam.
Every HTML document should contain certain basic HTML tags. Each document consists of head and body tag. The head contains the title, and the body contains the actual text that is made up of paragraphs, lists and other elements.
Required tags are shown in this sample:
<html>
<head>
<title>A Simple HTML Example</title>
</head>
<body>
Your text . . .
</body>
</html>
Same Tag
The required elements are the <html>, <head>, <title>, and <body> tags. If the same tag occurs more than once in the above example then search engines will consider it as spam.
HTML Tag
The HTML tag tells your browser that the file contains HTML-coded information.
Head HTML Tag
The head HTML tag identifies the first part of your HTML-coded document that contains the title. The title is shown as part of your browser's window (see below).
Title HTML Tag
The title html tag contains your document title and identifies its content in a global context. The title is typically displayed in the title bar at the top of the browser window. The title is also what is displayed on the bookmark list, and the title is also used to identify your page for search engines!
Body HTML Tag
The second and largest part of your HTML document is the body html tag, which contains the content of your document (displayed within the text area of your browser window).
<< Hidden Text
>> Comment Tag
You have permission to reprint this article electronically or in print, free of charge, provided that it includes a link to www.skyart.org.
Aleksika.com is an online search engine marketing resource that turns you into a professional search engine optimization and
advertising expert.
|
|
|
|
|