HTML

HTML is the language used to create the structure of a website. It specifies what should be on a webpage, such as headings, text, images, links, and buttons. It's like the skeleton or frame of the website, defining the placement and basic content. CSS is then used to style it visually, and JavaScript is used to add interactive features for the website.