Basic Blog HTML Language
If you aren’t familiar with blog HTML language…don’t worry. Most blog hosting sites don’t require their users to know anything about HTML, but if you want to see how a couple things here and there can allow you to tweak your template and make better posts…read on.
| TAG |
ACTION |
EXAMPLE |
| b |
makes text bold |
Bold Text |
| strong |
makes text bold |
Bold Text |
| i |
makes text italic |
Italic Text |
| em |
makes text italic |
Italic Text |
| u |
underlines text |
Underlined Text |
| center |
centers image or text |
Centered Text |
| font size=+1 |
changes font size |
Large Text |
| font color="#FF0000" |
changes text color |
Red Text |
| font face="Impact" |
changes font type |
Impact Font |
| br |
break, new line |
Line 1 Line 2 |
| a href="LinkURL" text |
makes text a link |
Blog-How-To.net |
| target="_blank" |
opens text link in a new window |
Blog-How-To.net |
| img src="ImageURL" alt="Text" border=0 |
adds a picture |
 |
3 Things To Keep In Mind
1. You can increase the size of the font by increasing the number (+1). The bigger the number, the bigger the text will be.
2. More than one tag together can be used together.
3. Remember to start every code with <> end every code with < / >.
HTML is fun isn’t it? Maybe it’s just me. Well I hope that wasn’t too confusing, but if you don’t understand anything or want to know another code, please let me know.
Return to top of page at Basic Blog HTML Language

|