What Is The Html Code For Highlighting Text?
Alright, I am posting a blog and there is a sentence in my blog that I want pre-highlighted so that anyone who reads my blog will have that sentence highlighted. Does anyone know the html code for that?
Example:
The html code for coloring your text is:
TYPE TYPE TYPE.
Tagged with: Code. • Highlighting • HTML • Text • What
Filed under: HTML
Like this post? Subscribe to my RSS feed and get loads more!
BOLD
This is another possibility
YELLOW
You can also use font instead of span but is serves no purpose since there are no font elements in it. Span is basically a container.
If you want it not the blue-ish colour, but yellow this code works:
blah blah blah
Try something like this:
Text….