You are newbie in programming field and interesting to start learning but confuse with language like C and html. A lots of newbie confused that how to start with programming or which language I should select either C or html? In this post, i will try to clear all your confusion about c and html.
First thing I want to tell you that don't mix both things (C & html). They are separate : How ? You need to understand that if you are willing to learn programming then you should choose C And If you are willing learn to learn rendering language then, its HTML. Still confusing? No problem! You need to understand the difference between programming language and rendering language. Programming language allow you to do mathematical and logical operations.
For example, you provide two numbers to C language (programming language) 4 , 3 with positive (+) operator then, C will perform a mathematical operation and it will return 7. The statement should be like this 4+3 and the answer will be 7. It simply add both numbers and return the result but if you try to perform same operation with HTML then the result will 4+3. What? 4+3? This is exactly the same what we provide! Yes, it is same that's why we called it rendering language. It simply render the content you provide. It didn't apply mathematical operation. while in programming language you are able to perform mathematical and Logical operator (we are not going deep in logical operator like "AND", "OR").
Now, remember C is a programming language, you can do mathematical or logical operation in this language but it is not true for HTML as it is a rendering language. HTML allow you to render your content on webpage while C is general purpose programming language allow to write firmware or applications. The question is what to choose? Answer is simple, its your choice! What actually you want to learn.? What is the demand? Pick the right thing (like I mentioned the difference) and remember the difference:
HTML:
- Rendering language.
- Easy to learn.
- You can make your first web page easily.
- A browser would not know (without html) how to display text as elements or load images etc.
- You can start earning quickly. Check Immediately Start Earning with Programming
C:
- Programming Language
- C has been written in assembly language.
- Compare to HTML hard to learn(But actually programming is easy).
- You can make your first calculator application easily.
- Middle level programming language.
- Operating sstem Windows, Linux or Unix written in C.
- It efficient and it is ideal to develop firmware software or system software (like Network drivers, Word process, graphics, databases or interpreters,).

