+ 1
Color control over browser
When we open websites like Facebook or Flipkart on chrome we find that website changes default color of the browser's tab. How we can impart that effect in our websites?
1 Answer
+ 5
<head>
...
<meta name="theme-color" content="#52a8ef" />
...
</head>
idk the browser support tho, seems to work fine on chrome on android