I am not able to do anchor other websites in my page

it is showing like this -
You need an

a

element that links to

https://freecatphotoapp.com
1 Like

An anchor tag looks like this

<a> <!-- opening tag -->
</a> <!-- closing tag -->

Inside it it can have an

href=""

And a

<img src=""> <!-- here you can add your image link-->
1 Like

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.