Web site Design and Search Engine Optimization

   

 

HTML

Home
Banner Ads
Content
Domain Names
E-commerce
Espionage
Getting Started
Glossary
Google Page Rank
Graphics & Images
HTML
Interactivity
Keywords
Keyword Research
Keyword Research
META Tags
Navigation
RECOMMENDATIONS
Robots & Spiders
Search Engine Optimization
SEO Experiments
Search Engines
Software
Spamming
Stickability
Webmasters
Web Analytics
Web Hosts
Website Search
Website Designers Directory
About The Author
Contact Us
Internet
Choosing a Web Designer
D.I.Y. Web Site Design
Text
Web Site Promotion
Link To First Web Site Design
 

 

 

What is HyperText Markup Language- HTML?

   

A web page is written in HyperText Markup Language (HTML).  The HTML marks up the various elements of your web page so that Web browsers have instruction on how to put the page together. HTML marks up your text and other elements with 'tags' that define their nature. Any computer should be able to interpret your page design with these tags but the exact layout on the screen will depend on the browser employed and the screen resolution.

It is helpful, but not essential, to be aware of what HTML looks like. HTML contains the special codes, called tags, that control the way that a Web browser presents your Web page. Although it is possible to write pages in HTML, we generally employ programs that convert our text and graphics into HTML.

 

A web page is developed in two sections. The head section provides the title, and the META tags. The body section will contain the elements of the Web page that are seen when a visitor looks at the page.

 In HTML a blank page will look like this:

<HTML>
<HEAD>

</HEAD>
<BODY>


</BODY>
</HTML>

The <HTML> tag tells a Web browser that this is a Web page. The head and body tags tell the browser where the head and body sections of the page can be found.

 

In Frontpage 2003 there is the facility to look at the page you are developing in normal mode, HTML, a split HTML and design view and preview (as seen on your chosen Web browser). The following figure shows the index page for this Web site in split mode:

 

With Dreamweaver it is similarly possible to show your screen split with the page and HTML view:

 
 

There is absolutely no need to know how to write in HTML but it is more than interesting  to know how your Web authoring program is translating your pages into HTML code.

 

<title></title>
Puts the name of the document in the title bar

. This tag is placed in the head section.

 

<a href=””></a> : The link tag is

one of the most important tag

s.  HTML is all about linking documents (web pages) together and as such they form the basis of making the web work.

 

<table> </table> : The table tag is used to create tables.

It was invented to present data in tabular form.

Inventive HTML designers started to use them to format the entire web page by inserting not only text but images as well into tables.

It has been estimated that 99% of web pages are formatted using tables.

 

 

<tr></tr>
Sets off each row in a table

 

<td></td>
Sets off each cell in a row

 

<table width=# or %>
Sets width of table — in pixels or as a percentage of document width

 

<hl></hl>
Creates the largest headline. This tag is regarded as especially important by search engines and you should ensure that it includes the main keywords for the page.

 

<b></b>
Creates bold text

 

<i></i>
Creates italic text

 

<a href="mailto:EMAIL"></a>
Creates a mailto link

 

<p></p>
Creates a new paragraph

 

 

<p align=?>
Aligns a paragraph to the left, right, or center

 

<br>
Inserts a line break

 

<ul></ul>
Creates a bulleted list

 

<img src="name">
Adds an image

 

<img src="name" align=?>
Aligns an image: left, right, center; bottom, top, middle

 

<img src="name" border=?>
Sets size of border around an image

 

<form></form>
Creates all forms

 

<select multiple name="NAME" size=?></select>
Creates a scrolling menu. Size sets the number of menu items visible before you need to scroll

<input type="checkbox" name="NAME">
Creates a checkbox. Text follows tag.

 

<input type="radio" name="NAME" value="x">
Creates a radio button. Text follows tag

 

The Robots META tag is a tag to tell a robot if it is ok to index this page or not. It is used to invite a spider to walk down through all your pages

and it is growing in importance. The Robots META tag is placed in the HEAD section of your HTML document:

There are four directives that can be placed in a robots meta tag. The CONTENT section of the meta tag can contain:

index,noindex,follow,nofollow and are separated by commas. The four options are:-

<META NAME="ROBOTS" CONTENT="INDEX,FOLLOW">
<META NAME="ROBOTS" CONTENT="NOINDEX,FOLLOW">
<META NAME="ROBOTS" CONTENT="INDEX,NOFOLLOW">
<META NAME="ROBOTS" CONTENT="NOINDEX,NOFOLLOW">

 

Page Title ] Alt tags ] Java and Javascript ] 

 

   
 
     

 

Recent Developments

Roundup Thursday for the Week of 6/29/08
Posted by rebecca Stories, news, and other notable items from the past week: One star link: Hacker News started a thread asking why hackers hate SEO. Most of the answers are frustrating, though some folks chime in to defend our industry. Th...
Publ.Date : Thu, 03 Jul 2008 06:00:33 -0500

Reddit, Stumbleupon, Del.icio.us and Hacker News Algorithms Exposed!
Posted by Danny DoverIt is greatly ironic that algorithms, the quintessential example of all that is not human, would be so fundamental to social media. Last week I wrote a post about how Google gathers user data. This week I continue by exposing how...
Publ.Date : Wed, 02 Jul 2008 11:25:19 -0500

An Initial Review of Boudica, the Social News Site for Women
Posted by rebeccaDanny Sullivan's lovely wife, Lorna Harris (who once lent me a hat and gloves when Danny took me to see Stonehenge on an especially cold, windy day), recently created Boudica, a social news site for women. The site is pretty new...
Publ.Date : Tue, 01 Jul 2008 09:19:46 -0500

White Hat Cloaking: It Exists. It's Permitted. It's Useful.
Posted by randfishI'll begin with a quote from Google's Guidelines on Cloaking: Serving up different results based on user agent may cause your site to be perceived as deceptive and removed from the Google index. There are two critical pi...
Publ.Date : Mon, 30 Jun 2008 09:17:30 -0500

Tips For Understanding Data: Regression Analysis
Posted by Nick GernerNote: This post does not have a great deal of SEO advice per se.  But I will give some insight into some of the technical details of how we come up with PageStrength scores and give a sneak preview of a product we'll be laun...
Publ.Date : Sun, 29 Jun 2008 16:22:56 -0500

Automated Blog and Ping
Display RSS Feeds on Your Website




 

 

 

 


Recent Developments

Tips For Understanding Data: Regression Analysis
Posted by Nick GernerNote: This post does not have a great deal of SEO advice per se.  But I will give some insight into some of the technical details of how we come up with PageStrength scores and give a sneak preview of a product we'll be laun...
Publ.Date : Sun, 29 Jun 2008 16:22:56 -0500

Roundup Thursday for the Week of 6/29/08
Posted by rebecca Stories, news, and other notable items from the past week: One star link: Hacker News started a thread asking why hackers hate SEO. Most of the answers are frustrating, though some folks chime in to defend our industry. Th...
Publ.Date : Thu, 03 Jul 2008 06:00:33 -0500

Reddit, Stumbleupon, Del.icio.us and Hacker News Algorithms Exposed!
Posted by Danny DoverIt is greatly ironic that algorithms, the quintessential example of all that is not human, would be so fundamental to social media. Last week I wrote a post about how Google gathers user data. This week I continue by exposing how...
Publ.Date : Wed, 02 Jul 2008 11:25:19 -0500

An Initial Review of Boudica, the Social News Site for Women
Posted by rebeccaDanny Sullivan's lovely wife, Lorna Harris (who once lent me a hat and gloves when Danny took me to see Stonehenge on an especially cold, windy day), recently created Boudica, a social news site for women. The site is pretty new...
Publ.Date : Tue, 01 Jul 2008 09:19:46 -0500

White Hat Cloaking: It Exists. It's Permitted. It's Useful.
Posted by randfishI'll begin with a quote from Google's Guidelines on Cloaking: Serving up different results based on user agent may cause your site to be perceived as deceptive and removed from the Google index. There are two critical pi...
Publ.Date : Mon, 30 Jun 2008 09:17:30 -0500

RSS For Web Pages
Increase Online Traffic




 

 

Roundup Thursday for the Week of 6/29/08
Posted by rebecca Stories, news, and other notable items from the past week: One star link: Hacker News started a thread asking why hackers hate SEO. Most of the answers are frustrating, though some folks chime in to defend our industry. Th...
Publ.Date : Thu, 03 Jul 2008 06:00:33 -0500

An Initial Review of Boudica, the Social News Site for Women
Posted by rebeccaDanny Sullivan's lovely wife, Lorna Harris (who once lent me a hat and gloves when Danny took me to see Stonehenge on an especially cold, windy day), recently created Boudica, a social news site for women. The site is pretty new...
Publ.Date : Tue, 01 Jul 2008 09:19:46 -0500

Tips For Understanding Data: Regression Analysis
Posted by Nick GernerNote: This post does not have a great deal of SEO advice per se.  But I will give some insight into some of the technical details of how we come up with PageStrength scores and give a sneak preview of a product we'll be laun...
Publ.Date : Sun, 29 Jun 2008 16:22:56 -0500

Reddit, Stumbleupon, Del.icio.us and Hacker News Algorithms Exposed!
Posted by Danny DoverIt is greatly ironic that algorithms, the quintessential example of all that is not human, would be so fundamental to social media. Last week I wrote a post about how Google gathers user data. This week I continue by exposing how...
Publ.Date : Wed, 02 Jul 2008 11:25:19 -0500

White Hat Cloaking: It Exists. It's Permitted. It's Useful.
Posted by randfishI'll begin with a quote from Google's Guidelines on Cloaking: Serving up different results based on user agent may cause your site to be perceived as deceptive and removed from the Google index. There are two critical pi...
Publ.Date : Mon, 30 Jun 2008 09:17:30 -0500

RSS feeds
Increased Web Site Traffic