meta name="theme-color"- HTML: HyperText Markup Language
meta name="theme-color"- HTML: HyperText Markup Language
Easy Learning with Meta ColourCode Taging "Try it Yourself"
with the name="theme-color", and set the content to any valid CSS color. Add 3 Code (Recommended)
Add Code To Your html (Android)
< meta content='#3F51B5' name='theme-color'/>
Add Code To Your html (Apple Iphone)
< meta content='#3F51B5' name='apple-mobile-web-app-status-bar-style'/>
Add Code To Your html (chrome)
< meta content='#3F51B5' name='msapplication-navbutton-color'/>
How To Change Tab icon in Browser
Add Code To Your html (ALL Device)
In addition, Chrome will show beautiful high-res favicons when they’re provided. Chrome for Android picks the highest res icon that you provide, and we recommend providing a 192×192px (Recommended size) PNG file.
< link rel="icon" sizes="192x192" href="favicon.png"/>