How do you make an image clickable in HTML, Computer Engineering

Assignment Help:

How do you make an image clickable in HTML? Give an example.

To create an image or text clickable hyperlinks are used, that use the < A > and < /A > tags. Such tag has different parameters, involving HREF(the URL), METHODs(access methods) and  NMAE(the hyperlink name).

As an illustration consider the given HTML fragment:

 < A HREF = "https://www.foobar.com" > Foobar Home Page< /A >

While a page with this fragment is displayed, therefore on the screen the following is shown:

Foobar Home Page

If the user clicks on it, the browser instantly fetches the page whose URL is https://www.foobar.com and displays this. Now we put an image in place of text. < A HREF = "https://www.foobar.com" > < IMG SRC = "img1.gif" ALT = "Foobar" < /A > while displayed this page demonstrates a picture(img1.gif). Clicking on the picture switches to foobar home page.


Related Discussions:- How do you make an image clickable in HTML

Explain operation of time multiplexed space switching, With a neat diagram ...

With a neat diagram explain operation of time multiplexed space switching. Time division switches, an inlet or an outlet corresponded to a particular subscriber line with one s

Breadth first search, Breadth First Search: Given a set of operators o...

Breadth First Search: Given a set of operators o1, ..., on in a breadth first search, every time a new state is reached, an action for each operator on  s  is added to the bot

Priority array, The runqueue is the list of runnable processes on a given p...

The runqueue is the list of runnable processes on a given processor. There is only one runqueue per processor. Each runqueue contains two priority arrays: Active and Expired. Each

What are the general security issues, What are the General Security Issues ...

What are the General Security Issues Many issues exist when linking a computer system to the Internet or indeed to an external link via a network set up. There are numerous way

Instruction set architecture - assembly language, Instruction Set Architect...

Instruction Set Architecture (ISA): The Instruction Set Architecture (ISA) is the part of the processor which is noticeable to the compiler writer or programmer. The ISA serve

Determine about the information centres, Determine about the Information ce...

Determine about the Information centres Airports, supermarkets and any application where information needs to be relayed to customers, gain advantage from having automatic inf

the monte carlo simulation technique, The demand placed on a system is exp...

The demand placed on a system is explained by a lognormally distributed random variable with mean 50 and standard deviation of 10. The capacity of the system is modeled by a Weibul

Why array index starts from zero, This boils down to the concept of Binary ...

This boils down to the concept of Binary digits. Take an array size of 64 for example. We begin from 0 and end at 63. We need 6 bits.But, if we were to begin from 1 and end at 64,

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