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

I want a wordpress theme to be customized, Wordpress Theme customization ...

Wordpress Theme customization I want a wordpress theme to be customized. This is for an e-commerce website. Must Be Capable To Start Right Away. Must be capable to work on No

Need to code checkout and payment process on back end of web, Need to code ...

Need to code Checkout and Payment Process on Back End of Website I have a website that wants to have a checkout as well as payment process coded into the back end. The website i

Purpose of ssi while developing dynamic web sites, Question: (a) List ...

Question: (a) List three types of looping statements in PHP. Give the corresponding syntax to illustrate your answer for each one of them. (b) (i) Give the two PHP variab

I want a receipe app in php, I want a Receipe App in PHP We are seeking ...

I want a Receipe App in PHP We are seeking a highly talented PHP Coder for the development of a Recipe App for Cocktail. Need Strong Facebook Integration like General Signup

Need help for webshop migration, Webshop migration We need to migrate/mo...

Webshop migration We need to migrate/move the website rcfun.dk to a Magento solution as well as we are now looking for the right company that can do the job. The site is curr

Talented php and javascript programmer needed, Talented PHP / JavaScript pr...

Talented PHP / JavaScript programmer needed ASAP Wordpress, PHP, JavaScript expert with obtainability over the next two weeks Job Description- I am structure a social medi

Messagebox in javascript, In this section, we learn about the dialog boxes....

In this section, we learn about the dialog boxes. This topic is significant for understanding the way parameters are passed among distinct windows. This mechanism is key component

File menu in dreamweaver, File Menu: Under it we have New, Save as, Save, S...

File Menu: Under it we have New, Save as, Save, Save as template, Export, Import, Preview in browser so on options. Edit Menu: In this menu we have Copy,  Cut, Paste, Redo, Undo

Web developer needed because current developer discontinued, Web Developer ...

Web Developer I have a website that I was functioning on with the developer for a very long time to build this site. They are no longer free/available to work on it and I really

Google apps engine content summary function enhancement, Google apps engine...

Google apps engine Content summary function enhancement Project Scope- a) Develop in Google App Engine (GAE) b) Develop with python c) Comply our system design d) Us

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