Computer Science, asked by wkdkfj4130, 1 year ago

How to create Image as a link ?

Answers

Answered by Anonymous
0
mark as brainliest plzzz
Attachments:
Answered by amitnrw
0

Answer:

<a> anchor tag is to be used

Explanation:

<a> anchor tag is to be used

<a href = link > < img src = " image Source"  Style= "optional"  Title = "optional" alt = "alternate name" > </a>

   <a> is the link tag.

   href attribute sets the URL to link to.

   <img> is the image start tag.

   src attribute sets the image file.

   style attribute sets with css the width and height of the image.

   title attribute sets the image tool tip text.

   alt is the image tag alt text attribute.

      </a> is the link end tag.

HTML - Hyper Text Mark up Language

Hypertext Markup Language (HTML) is the standard markup language for

documents designed to be displayed in a web browser.

It can be assisted by technologies such as Cascading Style Sheets (CSS) and

scripting languages such as JavaScript.

Similar questions