E-commerce website design programming languages definitions

 


There are a few different types of programming languages that can be used for website design. The most common programming languages are HTML, CSS, and JavaScript. These programming languages are used to create the structure, style, and interactive elements of a website. 

--HTML is the markup language that we use to structure and give meaning to our web    content, for example defining paragraphs, headings, and data tables, or embedding images and videos in the page.

--CSS is a language of style rules that we use to apply styling to our HTML content, for example setting background colors and fonts, and laying out our content in multiple columns.

--JavaScript is a scripting language that enables you to create dynamically updating content, control multimedia, animate images, and pretty much everything else. (Okay, not everything, but it is amazing what you can achieve with a few lines of JavaScript code.)

There are also a few other programming languages that are sometimes used for website design, but they are not as common as HTML, CSS, and JavaScript.For instance PHP, SQL, and Ruby on Rails.



Referance: (no date) Learn web development | MDN. Available at: https://developer.mozilla.org/en-US/docs/Learn/JavaScript/First_steps/What_is_JavaScript (Accessed: January 30, 2023).