How To Create HTML in Blogging
Category : How To?
Published by Admin on 2009/3/23

There are several HTML tags that really helps you in becoming a good blogger. These are some of the crucial and most used HTML tags in blogging




  1. Placing image manually




  2. Making a hyperlink opens in a new window


  3. <a href="http://www.your-target-url.com" target="_blank"></a>


  4. Making image appears as a hyperlink




  5. Transforming text as a strike-through text


  6. <strike>This is a strike-through text</strike>


  7. Transforming text as an underline text


  8. <u>This is an underline</u> text


  9. Transforming text as a blinking text


  10. <blink>This is a blinking text</blink>