Computer Science, asked by Jiya191, 8 months ago

What are the two things that are required to create a link? Explain

Answers

Answered by angelreeta
2

Explanation:

basic link is created by wrapping the text or other content, see Block level links, inside an <a> element and using the href attribute, also known as a Hypertext Reference, or target, that contains the web address

Another attribute you may want to add to your links is title. The title contains additional information about the link, such as which kind of information the page contains, or things to be aware of on the web site.

Similar questions