i have currently learning html only but its so boring do all of you guys had same problem and tell me which language do i start with html, me and my friend have made a site on html with little css and and js (thegeekinsights) and its going fine. can you create this?

Recommended Answers

All 5 Replies

Think of a toolbox. Why buy tools you aren't going to use?

Yup, everyone needs a 10 meter wide hole saw.

It depends what you’d like to build. If a simple website, you can use HTML and CSS. Want some interactivity? Add JavaScript. Want to create more complex dynamic websites? You will need a backend language such as PHP and a database such as MySQL.

I see you also tagged this topic c++. C++ is a popular language used for non-web related applications such as many games. Is that something that interests you? Or do you want to stick with the web?

Great question! In 2025, some of the most practical and trending languages to learn include:

Spanish – widely spoken and super useful for travel and business

Mandarin Chinese – huge global economy advantage

French – still very relevant in international diplomacy and culture

Python (if you meant programming) – still one of the top languages in tech

Go with the one that excites you the most — it’ll keep you motivated!

commented: Communication. Still the most important skill. +15

You are absolutely right. When you start programming language everyone suggest that you have to start from basics because HTML is very easy to learn and code programming language. It also make your programming core strong, it give you basics ideas of programming which help you to understand othe programming logic as well. But over time you need to keep updated with the period of time, means you need to shift in learning other programming languages. As HTML is mostly about structure not interactivity which makes it boring over a period of time. I will suggest you to learn other programming languages like CSS, C, C++, Python and JS. One thing that I often used to suggest is, you must updated with the time which will also help you to keep growing in the industry, which will also build your value in the market. Thanks

Sorry, but I don't understand the phrase "can you create this?" at the end of your post. If you want, elaborate a bit more about what you meant.

Since you mentioned you've already written some JS, I believe that modern JavaScript is an excellent "entry" language. It allows for a wide range of alternative paradigms, and I think that's fun because you immediately see what you are doing without needing a compiler or even a server (localhost or otherwise).

Over the last year, I've dug a bit more into C. I learned the basics some decades ago but quickly moved on to C++ and then Java and PHP, which are the two languages I've worked with the most. The "aha" moments when I realized how something really happens under the hood in a C-descendant language, or most importantly why, were a lot. I know C might seem intimidating, but it's rather simple to start writing in it with a few ground rules and then build up from there.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.