Skip to main content

Posts

Showing posts with the label The Crazy Programmer Is HTML a Programming Language? Is HTML a Programming Language? The Crazy Programmer

Is HTML a Programming Language? Pratik Sah The Crazy Programmer

When we talk about a programming language, we can say them as a medium to communicate with the computer. To express ourselves, we as humans talk with each other using any of our native languages but we cannot simply communicate with the computer the same way. It simply can’t understand our native language. Instead, we need a translator who can translate our language into a computer’s language. Now, before talking about the translator, I want to talk about the topic of today’s post, i.e. is HTML a programming language? HTML is a declarative programming language. What does that mean? Well, a declarative programming language is a paradigm that only states what the result should look like and not hot to achieve it. We use basic statements for achieving something we want. Here we use constraints to describe a user interface. User Interface This is how we use constraints for creating a UI using HTML . <!DOCTYPE html> <html> <head> <title>Page Title</ti