Search
 
SCRIPT & CODE EXAMPLE
 

HTML

html theme color

<meta name="theme-color" content="#ffffff">
Comment

theme colur in html

<!-- Theme-color is use to set the background to your favorite/Branding color
Add two attribute in meta tag first 'name="theme-color"' and second 'content="Your Hexadecimal Code"'
Add Below Meta property to your HTML code in HEAD Section -->
Example:
<head>
  ...
  <meta name="theme-color" content="#444444">
  ...
</head>
Comment

PREVIOUS NEXT
Code Example
Html :: html doc 
Html :: basic html template 
Html :: css carousel 
Html :: accept vedio pdf files upload html 
Html :: html collapsible open by default 
Html :: nicescroll cdn 
Html :: html style attribute 
Html :: radio color bootstrap 
Html :: coreui dropdown 
Html :: html basic website 
Html :: html table colspan and rowspan 
Html :: close hamburger menu fontawesome 
Html :: how to add text box html 
Html :: how to defualt volume at 50% of video html 
Html :: text box border css 
Html :: enable html button 
Html :: html marquee tag 
Html :: progress bar bootstrap 
Html :: use js variable in form action 
Html :: how to set video size html 
Html :: bootstrap login 
Html :: hyperlinks in html 
Html :: how to make multiple pages html 
Html :: link d3 
Html :: th colspan html 
Html :: Simple example of using inline javascript in html 
Html :: bootstrap 5 card common 
Html :: bootstrap responsive sticky top 
Html :: what is span in html 
Html :: radio buttons in bootstrap 
ADD CONTENT
Topic
Content
Source link
Name
8+4 =