HTML means Hyper Text Mark Up Language. This is the basic language used in developing websites. It is really an interesting language and once you learn it you can basically call yourself a web developer but there is one more thing left. You can't learn HTML language without learning CSS. At this point you might be asking what is CSS then. Well CSS means Cascading Style Sheets and it is a language that is used to beautify the web. For you to learn HTML, you also have to learn CSS because HTML is only for presentation while CSS is for design. Here is the clear picture of what I am trying to say.
Picture HTML as a naked human body, and picture CSS as the clothings that a human being puts on. This is exactly what it is when you come to HTML and CSS. HTML is just for markup meaning that you can just use it to put content on your website but how the contents would be organized and extra decorations like colour and font type and font size all depends on CSS. This is why you can't learn HTML without learning CSS. Of course nobody wants to have a website that doesn't have a design, is not organized or doesn't look good.
Stay up to date with me because in my next posts I will be making few tutorials on HTML and CSS