Computer Science, asked by syedanaazi5, 11 months ago

Write a html program creating hyperlinking a Web page

Answers

Answered by ItsShreedhar
7

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 hyperlinkstarts and the </a> tag indicates where it ends. Whatever text gets added inside these tags, will work as ahyperlink. Add the URL for the link in the <a href=” ”> \

mark as brilliant answer

Similar questions