To set the ios bookmark icon in HTML you can use the following snippet.
Sample HTML
<link rel="apple-touch-icon" href="iOs_Icon.png"/>
If your icon is already glossy, you can prevent the device from adding its own gloss by using.
Sample HTML
<link rel="apple-touch-icon-precomposed" href="iOs_Icon.png"/>
RT @CodeSnippetsNET: How to set the ios bookmark icon in #HTML http://t.co/oGdb27yZgt #css #php #js #javascript
RT @CodeSnippetsNET: How to set the ios bookmark icon in #HTML http://t.co/oGdb27yZgt #css #php #js #javascript