Wednesday, July 22, 2009

HTML TUTOR

You can get the basics of HTML to design your own website..
You can ask example by contacting me..

Image Maps

: These are hyperlinked images. Clicking on a particular spot will load another html page. There are 2 types of image maps.

a. Server-side Image Maps : These are image maps that will contact the server for linking to a different URL. Features,

- The user clicks somewhere within the image.
- The browser sends a request to the server with the (x,y) co-ordinates. The data is decoded by the server and sends a URL which maps to the current spot clicked.
- After getting the information back from the server, the browser requests the particular URL.

b. Client-side Image Maps : There is no need to visit the server getting the URL that corresponding to the spot clicked on the image.

- There is no need to visit the server for determining the page requested.
- Destination URL's can be shown as the user moves over the image. - Image maps can be developed easily without testing with a server.

TITLE attribute

TARGET attribute: Defines the FRAME destination of the link.

TITLE attribute : Sets the hint text for the link.

ACCESSKEY attribute: Sets the key for keyboard access to the link. Preferably used where tet based browsers are used such as "LYNX".

TABINDEX attribute : Sets the numeric order of tab for the particular link by using the TAB key.

REL attribute : Defines the relationship of the object being linked to.

ID attribute

Identifies the anchor for target by another anchor, style sheet access and scripting. After naming the anchor by using the "NAME" attribute, using the ID attribute we can use it to refer to the particular anchor element.

NAME attribute

: Names the anchor element so that the target may be another anchor element.

BORDER attribute

The border attribute can be used to specify whether a hyperlink colored border is required for the image or not. the possible values for the attribute are "0" or "1".

ISMAP attribute: This is used to specify SERVER SIDE image maps.

USEMAP attribute: This is used to specify CLIENT SIDE image maps.

10.The HTML template must look like,

Adsense

This is the first part of 10-part series optimizing AdSense. For more tips about AdSense optimization, visit again in a day or two