Computer Science, asked by amansingh63110, 5 months ago

----- tag is used to create a link on a webpage​

Answers

Answered by Debom
1

Answer:

To embed a link into a web page, blogpost, or comment, it may take this form: <a href="http://example.com/">Example</a> In a typical web browser, this would display as the underlined word "Example" in blue, which when clicked would take the user to the example.com website

Answered by ahanamukherjee1210
1

Answer:

goodnite mate.

Explanation:

HTML Links - Syntax

The most important attribute of the <a> element is the href attribute, which indicates the link's destination. The link text is the part that will be visible to the reader. Clicking on the link text, will send the reader to the specified URL address.

Similar questions