19

I have come across the following code:

<meta name="msapplication-TileColor" content="#113228">
<meta name="msapplication-TileImage" content="icon-tile.png">

Could someone please explain what those meta tags are used for? I can't find any documentation about those tags.

yankolo
  • 471
  • 1
  • 5
  • 12
  • Did you do any research? I've never heard of them but found this with a google search https://learn.microsoft.com/en-us/previous-versions/windows/internet-explorer/ie-developer/samples/dn455106(v=vs.85)?redirectedfrom=MSDN – Martin Smith May 08 '20 at 19:50
  • 3
    @MartinSmith Thank you. Though, am I missing something? The documentation you provided doesn't mention anything about the "msapplication-TileImage" meta tag – yankolo May 09 '20 at 01:14
  • @MartinSmith you have manners? – constantlyFlagged Apr 20 '23 at 14:42

2 Answers2

13

It let you pin website icon on Windows 8 Modern UI

Pkchkchiseu
  • 253
  • 2
  • 3
  • 13
0

On a website, the "msapplication-TileImage" meta tag is set to specify a background image for the website tile on the Start screen. It is use Internet Explorer 10 on a computer that is running Windows 8.