Computer Science, asked by sahilsingh665, 9 months ago

in html how linking can be done.

Answers

Answered by divyamyindia271
2

Answer:

Linking in HTML code is done with the anchor tag, the <A> tag. The letter "A" in the tag is then followed by an attribute. For a link to another web page, the "A" is followed by "HREF". To set a bookmark in the same page, the "A" is followed by "NAME", which you'll see how to do later.

HOPE IT HELPS.......

Answered by yuvraj99975
0

Explanation:

Linking in HTML code is done with the anchor tag, the <A> tag. The letter "A" in the tag is then followed by an attribute. For a link to another web page, the "A" is followed by "HREF". To set a bookmark in the same page, the "A" is followed by "NAME", which you'll see how to do later.

BROTHER PLEASE MARK IT AS BRAINLIEST PLEASE

Similar questions