Week 1.2 workshop

With prior experience in bloggings, I’ve learnt how to start up my own blog and change my themes, layouts and other settings according to what I want. There are many advantages to knowing HTML, and believe it or not, you don’t really need to know much, and once you get the logic of it, it’s actually pretty easy to learn. Here are a few examples of what HTML looks like:

 

  • Images: <img src="http://yourimageurl.com" alt="cool image"/></img>
  • Links: <a href="http://yourblog.com" target="_blank"/>Awesome Blog</a>
  • Font size: <font size="6">Look at the size of the text!</font>
  • Font color:<font color="red">Look at the color of the text!</font>
Nowadays, when I need to do something in HTML and don’t know the code, I use Google. There are plenty of great resources, for instance w3schools.com has everything you need to know about HTML.
Another way to learn HTML is to look at your posts in HTML mode in your blog editor. I used this a lot when I wanted to have special text treatment or was learning how to imbed an image, or make a bulleted list. Trust me, I’m a slow learner, and this helped a lot.

Finally… practice, practice, practice. Code doesn’t stick in my head easily, but after blogging for the past almost five years, I can make an image with a link that opens a new page in my sleep. Which comes in handy because a lot of times code puts me to sleep. Anyway, learning HTML will really help you get started on being more independent and help you get a good start to pushing your blog to the next level.