Social Sciences, asked by rythemmmmm, 2 months ago

write a program in HTML to insert link on web page.​

Answers

Answered by anushkasingh12389677
2

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:

hope it helps

Answered by Anonymous
5

Answer:

HTML links are hyperlinks.

HTML links are hyperlinks.You can click on a link and jump to another document.

HTML links are hyperlinks.You can click on a link and jump to another document.When you move the mouse over a link, the mouse arrow will turn into a little hand.

HTML links are hyperlinks.You can click on a link and jump to another document.When you move the mouse over a link, the mouse arrow will turn into a little hand.Chapter Summary

HTML links are hyperlinks.You can click on a link and jump to another document.When you move the mouse over a link, the mouse arrow will turn into a little hand.Chapter SummaryUse the <a> element to define a link.

HTML links are hyperlinks.You can click on a link and jump to another document.When you move the mouse over a link, the mouse arrow will turn into a little hand.Chapter SummaryUse the <a> element to define a link.Use the href attribute to define the link address.

HTML links are hyperlinks.You can click on a link and jump to another document.When you move the mouse over a link, the mouse arrow will turn into a little hand.Chapter SummaryUse 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.

HTML links are hyperlinks.You can click on a link and jump to another document.When you move the mouse over a link, the mouse arrow will turn into a little hand.Chapter SummaryUse 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.

Explanation:

Thanku

Similar questions