Lokang 

HTML and CSS

Table of content

HTML (HyperText Markup Language) and CSS (Cascading Style Sheets) are fundamental technologies used in web development. HTML is used for structuring your web content. CSS is used for designing and layout.

HTML

HTML stands for HyperText Markup Language. It's the standard markup language for documents designed to be displayed in a web browser. HTML can be assisted by technologies like Cascading Style Sheets (CSS) and scripting languages like JavaScript.

CSS

CSS stands for Cascading Style Sheets. CSS describes how HTML elements should be displayed. This can be done by inline styling, a style tag in the HTML document, or an external CSS file.

CSS Frameworks

There are many CSS frameworks that aim to speed up the design process. Some popular ones include:

  • Bootstrap
  • Tailwind CSS
  • Foundation
  • Semantic UI
  • Materialize

Software
HTML and CSS are develop using the PHPStorm from Jetbrains. You can also use a notepad on your computer to develop HTML and CSS software.