"Web Technologies" WCAG Report
1. HTML as the foundation of a website...

HTML stands for „Hypertext Markup Language”, which is a markup language used to create web pages. HTML allows for the creation and structuring of content, as well as the addition of elements such as headings, paragraphs, images, links, forms, and more.
The main goal of HTML is to provide a semantic structure and meaning for the content of a web page, which makes it easier for web browsers, search engines, and assistive technologies to interpret the page. Today, HTML is used in conjunction with other technologies such as CSS and JavaScript to create interactive and attractive web pages.
2. "Beauty Salon CSS"

CSS stands for „Cascading Style Sheets”, which is a style sheet language that allows designers and developers to create the look and layout of web pages.
CSS enables the creation of rules regarding the appearance of HTML elements, such as color, font, size, spacing, and more. CSS also allows for control over the layout of the page, including the positioning of elements on the page, the layout of the navigation menu, the background of the page, margins, and borders.
CSS also enables the creation of responsive web designs that automatically adapt the appearance of the page to different screen sizes and devices, which is essential in today’s world where users access websites on various devices.
3. JavaScript is the brain of a website.

JavaScript is a programming language primarily used for creating dynamic web pages and web applications. JavaScript allows for adding interactivity to web pages, such as animations, interactive forms, visual effects, games, online chats, and many more.
JavaScript also enables real-time interaction with the web page, meaning it can respond to user actions without requiring the entire page to reload. With JS, it’s also possible to communicate with the web server without having to reload the page, allowing for easy loading and displaying of dynamically generated content.
Today, JavaScript is one of the most commonly used programming languages in the world and is essential for creating modern web pages and web applications.