What is HTML ?
- HTML stands for Hyper Text Markup Language.
- HTML is the standard markup language for creating Web pages.
- HTML describes the structure of a Web page.
What is CSS ?
- CSS stands for Cascading Style Sheets.
- CSS describes how HTML elements are to be displayed on screen.
- CSS saves a lot of work. It can control the layout of multiple web pages all at once.
What is JavaScript ?
- JavaScript is the programming language of the Web.
- JavaScript is the world's most popular programming language.
What is Git ?
- Git is a popular version control system. It was created by Linus Torvalds in 2005, and has been maintained by Junio Hamano since then.
- It is used for :
- Tracking code changes
- Tracking who made changes
- Coding collaboration