Skip to content

Instantly share code, notes, and snippets.

@johnantoni
Created October 15, 2010 12:36
Show Gist options
  • Save johnantoni/628111 to your computer and use it in GitHub Desktop.
Save johnantoni/628111 to your computer and use it in GitHub Desktop.
html5 mark element
http://html5doctor.com/draw-attention-with-mark/
mark {
background-color : #ff9;
color : rgb(0,0,0);
font-style : italic;
font-weight : bold; }
---------------------
usage:
em - emphasis
strong - error message, validation etc.
mark - highlight something (e.g. the '5' in HTML5)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment