0
App uplinking
what is the HTML code/tag for uplinking an app in my website
2 Antworten
0
I don't know if it is the best, but you can use:
- <a href> for URL
- <iframe> for embeded app. inside webpage (look how you can use here https://www.w3schools.com/tags/tag_octane.asp)
and example (https://developer.mozilla.org/en-US/docs/Web/HTML/Element/iframe)
it is usually use commercionaly for inserting advertisement content or insurance applications on web pages)
0
thank you