Bloggers should try to learn basic HTML because it can save a ton of money. It is an easy way to spice up your blog without breaking the bank.
Learn Basic HTML

Introduction To HTML
HTML is an acronym for hypertext markup language; markup there means it is plain text language. To prepare a document for the web, we need to markup the text with specific tags. In HTML, tags walk in pairs; one to open and one to close. Both of these tags are pretty much the same name except the ending tag is preceded by a “/”. Example to display “HOME” we would need <strong>HOME</strong>.
Element Vs Element Content
Read more at: http://wp.me/p7mFCh-ans