What are the most common HTML tags?
Sep 1, 2009
Every once in a while I’m asked how to do some simple changes in HTML. Not all administrative areas allow you to use that nice WYSIWYG editor. So, here are the most common requests:
Text Color – red, green, white, black, etc common colors
enter text here
Line break
Hyperlink
www.bluecreekweb.com
Paragraph
Bold
enter text here
What to do if you want to unbold something?
Well there are a couple of situations.
If the text looks like this: hello joe, how are you
Then the code would look like this hello joe, how are you
OR the code can look like this:
hello joe, how are you
hello how are you
