Computer Science, asked by kushbabbar4, 5 months ago


Which command do we use to link a page with an HTML page?

Answers

Answered by itzsweetycandy
3

Explanation:

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=” ”>.

itzsweetycandy

Similar questions