0
How can someone create a link and share it
12 Answers
+ 1
Sorry...is there any rule for alink
0
Exactly
0
Ok thanx....am still a beginer
0
In the HTML code you can use <a href="https://yourlink.com"> Link </a>
0
read up on iframe element on MDN web docs.
It's possible to embed a fu webpage in another.
Just go to Google and type "Iframe MDN"