13.02.2018 Views

html_tutorial pdf

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

HTML<br />

HTML Tag<br />

Description<br />

The HTML tag is used for creating a hyperlink to either another document, or<br />

somewhere within the current document.<br />

Example<br />

<br />

<br />

<br />

HTML a Tag<br />

<br />

<br />

<br />

This is a link to AMROOD.com<br />

<br />

<br />

<br />

This will produce the following result:<br />

This is a link to AMROOD.com<br />

Global Attributes<br />

This tag supports all the global attributes described in - HTML Attribute Reference<br />

Specific Attributes<br />

The HTML tag also supports the following additional attributes:<br />

Attribute Value Description<br />

charset<br />

character_encoding<br />

Defines the character<br />

encoding of the linked<br />

document.<br />

coords<br />

if shape="rect" then<br />

coords="left,top,right,bottom"<br />

if shape="circ" then<br />

coords="centerx,centery,radius"<br />

if<br />

shape="poly"<br />

then<br />

coords="x1,y1,x2,y2,..,xn,yn"<br />

Specifies<br />

the<br />

coordinates<br />

appropriate to the<br />

shape attribute to<br />

define a region of an<br />

153

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!