1.HTML (HyperText Markup Language)
Although it's sometimes regarded as the most simple programming language to learn, HTML, also known as HyperText Markup Language, is one of the most popular and straightforward programming languages for beginners. HTML is a markup language, not a programming language, as its name suggests.
HTML, on the other hand, presents comparable mathematical and logical ideas that make it a wonderful starting point for learning how to write code and one of the simplest programming languages to get you started with programming code syntax.
2. CSS (Cascading Style Sheets)
Web pages, UI/UX designs, and other things are created using CSS and HTML. It provides a suitable user interface and improves HTML structure. It's quite simple to learn and use as a novice.
If you're interested in creating websites, all you need to do is learn HTML and CSS, which you can do in only a few days.
3. C programming
C is one of the oldest programming languages, having emerged in the 1970s, and is frequently referred to as a "low-level" language. The level of abstraction is decreased, even though C code still needs to be compiled (or translated into machine code a computer can understand).C code resembles a machine language more closely than human-readable languages do.
Although the language is extremely successful due to its low level, beginners may find it more difficult to master due to its lack of abstraction. All embedded software, device firmware, and operating systems are created in C.