Computer Science, asked by anandsundaray, 4 months ago

Write the syntax to create hyperlink to an image inserted on the web page

Answers

Answered by kausalyap27
1
  • Go to the block you wish to edit. Click on the EDIT icon .
  • Click on the image you want to make into a linked image.
  • In the toolbar, click the URL LINK icon .
  • Provide the Web site address (URL) you want the image to link to when a recipient clicks on it. Click on UPDATE.
  • Click SAVE.
Answered by abhilashgupthanama
1

Answer:

To make a hyperlink in an HTML page, use the <a> and </a> tags, which are the tags used to define the links. The <a> tag indicates where the hyperlink starts and the </a> tag indicates where it ends. Whatever text gets added inside these tags, will work as a hyperlink. Add the URL for the link in the <a href=” ”>.

Explanation:

Please Follow me

MARK ME AS BRAINLEAST

Similar questions