Maybe interesting points:
My programming languages
HTML
- HTML stands for Hyper Text Markup Language.
- It is a language used to create the content of web pages.
- HTML elements are the building blocks of HTML pages.
- HTML elements are represented by tags.
HTML is a part of this website.
CSS
- CSS stands for Cascading Style Sheets.
- It is a language used to style HTML elements.
- CSS describes the style of elements, such as the color, font, layout, and other aspects of an HTML document.
- CSS is used to style the HTML elements.
CSS is a part of this website.
JavaScript
- JavaScript is a lightweight, interpreted programming language with object-oriented capabilities.
- JavaScript is designed to be used in web browsers.
- JavaScript is a scripting language.
- JavaScript brings functionallity into a website.
TypeScript
- TypeScript is a strict superset of JavaScript.
- TypeScript has typed variables, functions and arrays
- TypeScript brings classes, interfaces and more into JavaScript
Python
- Python is a general-purpose, high-level programming language.
- Python can also be used as backend language in web development.
- Python is a scripting language.