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

Customization to cs-cart, We need some customized development for CS-Cart v...

We need some customized development for CS-Cart v4 Multi-Vendor Edition. We are taking a freight company to handle delivery of the goods. Vendors only require to pack the goods

Networking models, There are two kinds of networking models obtainable: OSI...

There are two kinds of networking models obtainable: OSI reference Model & the TCP/IP Network Model for the design of computer network system. we shall look at these models in this

I need amember membership programs, aMember membership programs aMember ...

aMember membership programs aMember v4 Membership Programs html websites Job Description: I'm seeking a Web Developer experienced with aMember . I just upgraded to aMe

Very simple workshop job and parts tracking program, Very simple workshop j...

Very simple workshop job and parts tracking program Project Description: I want some software that will be very simple for mechanics who are not computer savvy. i want it to

I desire help for website development, website development 1. You want t...

website development 1. You want to have ideal about different time zone at the world, instance, USA have few different time zone, Los Angeles, New York, and USA change time twic

Develop a gwt application, Develop a GWT application (based on the Sampl...

Develop a GWT application (based on the Sample05_Objects example) which helps students select the courses in which they want to enroll. The domain model should have Department

I need modification of a script, I need modification of a script Project...

I need modification of a script Project Description: You must enter the search module that is show in the home for all the pages Skills required are PHP, SQL

Describe how syntax errors occur in php, Question: (a) Describe how syn...

Question: (a) Describe how syntax errors occur in PHP. Illustrate your answer with extract codes. (b) Explain two methods that might be used to control sessions in a web ba

Design a web-site for the wider dissemination, (a) For electronic transacti...

(a) For electronic transactions (1) authentication and (2) non-repudiation are important legal concerns. Describe what each is and why each is of particular concern in electronic t

We need to create web chat application, We need to create Web Chat Applicat...

We need to create Web Chat Application Please read project requirements- general info- Its web chat application which supports audio as well as video chat - I do not want

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