How To use Basic Html on your Blog


Today I'm going to run you through some basic html that is really useful to use on your blog. Html may seem impossible, but after understanding basic codes, you'll find that using and altering it is much easier than you think!

Before you start using any codes, you need to know about brackets, brackets look like this < > </> and are the basic building block of html codes. The important thing to know about brackets is that you need to remember to close your brackets with an end bracket: </> If you forget to do this, and trust me it is very easy to forget, your code won't work! Now you've learnt about brackets, you can start coding! 

Creating a block of text (perfect for quotes)
For beautiful eyes, look for the good in others; for beautiful lips, speak only words of kindness; and for poise, walk with the knowledge that you are never alone. - Audrey Hepburn

Small and Big Text 

The first code makes your text small like this: small, the second makes your text big like this Big


Strikeout, Underline and Italic 

These simple codes can change your text like this strikeoutunderline and italic.


How to make a Blog Link

This code will give you a link just like this one: Google


Here's a full list of the Html codes I've taught you in this post: 

  • Block of text (Quote): <blockquote>text here</blockquote>
  • Small: <small>text here</small>
  • Big: <big>text here</big>
  • Strikeout: <s>text here</s>
  • Underline: <u>text here</u>
  • Italic: <i>text here</i>
  • Link: <a href="url">Link text</a>
Hope this was helpful! Have fun using Html on your blogs!

0 comments