Computer Science, asked by ponnu8, 1 year ago

how to link a webpage with another using HTML tag

Answers

Answered by Anonymous
2
Use the <a> element to define a link.Use the href attribute to define the link address.Use the target attribute to define where to open the linked document.Use the <img> element (inside <a>) to use an image as a link.Use the id attribute (id="value") to define bookmarks in a page.
Answered by Gokul010
1
Hello Friend
to link a webpage in a html
write
<a href="the another html webpage name here.html> The name after clicking the page opens (ur wish)</a>
hope it helps you
thank you
if you liked It please mark it as brainliest

ponnu8: Thank you friend. can you make it html codes
Gokul010: yeah brother come to inbox
Gokul010: and please mark it as brainliest
ponnu8: ok
Gokul010: hmm
Similar questions