HTML Summary
HTML stands for Hypertext Markup Language.
- 1. It is the standard markup language used for creating web pages and applications.
- 2. HTML tags define the structure and elements of a web page.
- 3. HTML is a markup language, not a programming language, as it focuses on defining the structure rather than performing calculations or operations.
- 4. HTML5 is the latest version of HTML and introduced many new elements and features.
To learn more use MDN HTML references
CSS Summary
CSS stands for Cascading Style Sheets.
- 1. It is used for styling and visually formatting HTML and XML documents.
- 2. CSS separates the content of a web page from its presentation, allowing for better maintainability and reusability of styles.
- 3. CSS3 is the latest version of CSS and introduced new properties, selectors, and effects.
- 4. CSS is supported by all modern web browsers and is an essential part of web design and development.
To learn more use MDN CSS references