Computer Science, asked by bhavnachaudhary612, 1 month ago

write tags attribute and syntax off linking document and images as hyperlink linking to a page section and target attribute​

Answers

Answered by vbbhindimw
0

Answer:

Use the <a> element to define a link.

Use the href attribute to define the link address.

Use the target attribute to define where to open the linked document.

Use the <img> element (inside <a> ) to use an image as a link.

Similar questions