We use <a> element to add a link to other web.
This is exmaple about text-only links:
<a href="www.google.com" target= "_blank">Google</a>
And this is exmaple about picture links:
<a href="www.google.com" target= "_blank"><img src="#" alt ="google"/></a>
时间: 2024-10-12 15:45:26