April 27, 2024

SamTech 365

PowerPlatform, Power Apps, Power Automate, PVA, SharePoint, C#, .Net, SQL, Azure News, Tips ….etc

Html & Css

HTML (HyperText Markup Language) is the standard markup language for structuring web pages, using tags like `<h1>`, `<p>`, and `<img>`.

CSS (Cascading Style Sheets) is a stylesheet language for styling HTML elements. It uses rules with selectors (e.g., `body`, `h1`) and declarations (e.g., `color: blue;`, `font-size: 16px;`) to define the presentation.

Together, HTML and CSS create the foundation for web development, enabling the creation of well-structured and visually appealing websites.