Показаны сообщения с ярлыком how to link an email address in html. Показать все сообщения
Показаны сообщения с ярлыком how to link an email address in html. Показать все сообщения

понедельник, 18 февраля 2013 г.

How To Use Address In HTML, HTML Address Tag


The address tag is used to define a signature block for Web page. It might contain your name, title, organizational or business affiliation, as well as information on how to contact you. A horizontal rule usually separates an address from the rest of a Web page.

Example:

HTML>

HEAD>

TITLE> How To Create Web Site /TITLE>

/HEAD>

BODY>

The internet mainly connects networks of computers. In a corporate wide networks, each department has a local Area Network that allows sharing of files, database, printing and other peripheral devices.

HR>

ADDRESS>

GOOGLE, MICROSOT, ETC
USA

a href=”mail to: abc@yahoo.com”> E-Mail Us /a> br>

/ADDRESS>

/BODY>

/HTML>

The mailto: protocol can also be used with HREF tag. When the user clicks this link, the default mail system is activated. E-Mail id specified with Mailto: is automatically placed in the ‘To:’ Text box as show.