What is the easiest coding language in your opinion? for me it has to be html, I could sit here and code a basic website using html in about 1 minute in just notepad
HTML is not a programming language. The "M" stands for "Markup". Generally, a programming language allows you to describe some sort of process of doing something, whereas HTML is a way of adding context and structure to text. Also, the easiest I learned so far is Visual Basics.
been using google i see http://stackoverflow.com/questions/145176/is-html-considered-a-programming-language It is a matter of opinion and how you see things, some people say a tomato is a vegetable while others say it is a fruit. It may be a markup language but it is widely known as a programming language among many internet communities.
HTML was pretty easy for me to pick up. I have not yet tried learning php, but from what people say it should not be that hard.
M stands for Markup, but L stands for language If HTML and CSS are considered as programming languages, they i believe they are the easiest ones. If not, then i would mark Visual Basic as the simplest language.
HTML by far. I have memorized the html5 document structure, and I can code html sites all day no problem
Now that I have found the proper tutorials, I am going to say PHP I am actually starting to develop my own forum software and stuff is actually starting to work. So far, I have made boards, register/login/logout system and topic/reply features for it. I did that all in like 6 hours too. I think its great. Now I am writing the admin panel start for the software. I hope to release a public version of it soon. The only thing about PHP I have issues with is the math... I was never good at math...
I will be sure to do it. Its very basic at this time but I have some awesome ideas for it to make it like no other!
C++ is by far the easiest language to write code in IMO. It's a high level language which of course makes it much easier to learn than a lower level language such as z80 asm. I haven't really made anything in C++ besides a basic calculator but it was pretty easy to code. Of course it wasn't the first language I learned and I just taught myself some of it so I still have yet to actually make better programs in the language. :V
I am no good at coding but I personally feel that HTML is easier but that is probably because that is the only coding language I can do best. You can't go straight to PHP or any other coding languages without knowing the basic HTML so I do feel that it makes it a lot easier.
All the language should be easy to learn ,do you know why?because if we dont think about and bitching around whetever we do is easy ,but if we thinking about it then all would be hard. Its not like that smthing is difficult to do in the start you will think that is hard and difficult but after 1 monthly passes and less you would see that all was a piece of cake so everything is in our mind..even html would be difficult because if you dont give to yourself to learn you wont learn even if there is a few codes on it than the other programming languages.
Java took me less time to learn than PHP. But its just because PHP is the first programming language i learned and i started with Java after 2 years of experience with PHP.