Computer Science, asked by amanraiiec27, 10 months ago

how will you create a link on a webpage​

Answers

Answered by RashiShukla02
1

Explanation:

The fastest way to create a basic hyperlink in an Office document is to press ENTER or the SPACEBAR after you type the address of an existing webpage, such as http://www.contoso.com. Office automatically converts the address into a link.

In addition to webpages, you can create links to existing or new files on your computer, to email addresses, and to specific locations in a document. You can also edit the address, display text, and font style or color of a hyperlink.

please mark me as a Brainliest

Answered by Aditya201836
2

Answer:We can create link on a webpage by using <a> tag.

Explanation:This tag is also called anchor tag which is used to add tag in a webpage.

Use this to create a link

<a href="file name">what do you want to show</a>

Similar questions