HTML(HyperText Markup Language)
HTML (HyperText Markup Language) was first proposed in 1991 by the British computer scientist Tim Berners-Lee, with the first official version released in 1993. HTML is the standard markup language used to define the structure and content of a web page. It adds meaning and structure by applying Tags to elements such as headings, paragraphs, and images, forming the core framework of a website. Typically, a web page is created by using HTML for the structure, CSS for the design, and JavaScript to add dynamic functionality.