Horje
change color of mark in css Code Example
change color of mark in css
<style>
  h1 mark {
    background-color: cyan (add any color you want);
  }
</style>
<h1>
  <mark>
    And Voila! Cyan highlights!
  </mark>
</h1>
css mark color
<style>
mark { 
  background-color: yellow;
  color: black;
}
</style>

<mark>Highlighted text!!</mark>




Html

Related
html first line indent Code Example html first line indent Code Example
Wrap the last word of a paragraph in span tags using jQuery Code Example Wrap the last word of a paragraph in span tags using jQuery Code Example
a href type submit Code Example a href type submit Code Example
html5 video player autoplay Code Example html5 video player autoplay Code Example
font myriad pro html Code Example font myriad pro html Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
7