Computer Science, asked by kumarsanjeet59878, 1 month ago

how can be link web pages in HTML

Answers

Answered by Anonymous
1

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