Anchor tag, PHP Web Programming

Assignment Help:

The Anchor tag is utilized to create links between distinct objects such as HTML pages, files, web sites etc.  This is introduced through the characters <A> and terminated through </A>. HREF is the most common attribute of the ANCHOR tag. It describe the destination of the link.

<HTML>

<HEAD>

<TITLE>ABC</TITLE>

</HEAD>

<BODY BGCOLOR="#FFFFFF">

Go to <A HREF="https://www.expertsmind.com/">EXPERTSMIND!</A>

</BODY>

</HTML>

As illustrated in above code, the text "ABC" present between the <A> & </A> tags becomes the hyperlink. On clicking anyplace on this hyperlink, the browser would try to connect to the given URL and the website www.expertsmind.com in would open, if possible.  An email link may be specified in the similar way. We just ought to specify the email address rather than a page address as the value of HREF as illustrated in the following code.  By clicking on the link, the default mail program onto the user's computer opens with a "To:" address as indicated in the hyperlink.  Then you can type your message and send e-mail to that address.

<BODY BGCOLOR="#FFFFFF">

Send me <A HREF="mailto:[email protected]">mail</A>

</BODY>

This is also possible to make an image a link if wanted. It is done using the <IMG> tag. Assume the following example.

<HTML>

<HEAD>

<TITLE>ABC</TITLE>

</HEAD>

<BODY BGCOLOR="#FFFFFF">

Go to <A HREF="https://expertsmind.com/"><IMG SRC="image.gif" WIDTH=130

HEIGHT=101></A>

</BODY>

</HTML>

So in the instance shown in above code, the image will be becomes the link. While the user clicks on the image, the web site https://www.expertsmind.com opens up, if possible.


Related Discussions:- Anchor tag

Need help in ruby or python developer, Need help in Ruby or Python develope...

Need help in Ruby or Python developer with knowledge of MySQL and AWS for proof of concept Needs description our start up is in search of a back-end developer to create a min

Authenticate the name and password, Keep a list of allowed reporters and th...

Keep a list of allowed reporters and their passwords in a database table Authentication .  Define and populate the table beforehand manually using the phpMyAdmin interface to MySQ

We need a wordpress expert for assistance, We need a Wordpress expert for a...

We need a Wordpress expert for assistance We have bring a wordpress site that is too slow. Our programmer says it's for the reason that of the CivicRM program being slow- We

Develop live currency exchange platform, As the project name reveals, our c...

As the project name reveals, our company needs a live currency exchange platform that would allow people to trade Bitcoin and some other crypto currencies against several currency

Nested list, 1. Develop a Web page, indicating an ordered list of the names...

1. Develop a Web page, indicating an ordered list of the names of your five friends. 2. Develop an HTML document with a nested list indicating the content page of any book 3.

How can we increase the execution time of a php script, How can we increase...

How can we increase the execution time of a php script? By the use of void set_time_limit(int seconds) Set number of seconds a script is allowed to run. If this is reached,

We are in need of a front end web developer, We are in need of a Front End ...

We are in need of a Front End Web Developer We are seeking to hire a front end web developer who can work with us to develop our web portal using our API. We have an appropriate

Web development for art website, Web development for company We need to ...

Web development for company We need to build a website for a start-up company doing event planning relating to fashion and arts. In this website we would like to have the follow

Need help to create magento mobile theme, Need help to create Magento mobil...

Need help to create Magento mobile theme I have added in magento iphone theme as well as it needs to cleaning up. Ensure you have iphone/android phone with network to see the ac

Need website design and development for ecommerce, Need Website design and ...

Need Website design and development for ecommerce I would like a humble website designed and developed for ecommerce. I am vending a small range of bath, skincare and home fragr

Write Your Message!

Captcha
Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd