HOW TO BUILD A WEBSITE

INTRO TO CSS

Cascading Style Sheets (CSS) is a stylesheet language used to describe the presentation of a document written in HTML or XML (including XML dialects such as SVG, MathML or XHTML). CSS describes how elements should be rendered on screen, on paper, in speech, or on other media.

  • CSS = Cascading Style Sheets
  • CSS uses language to describe how the elements on HTML should be displayed.
  • CSS can be used on multiple pages to dictate how a page looks
  • You can create tags that will read the HTML and change tagged content accordingly
  • You change fonts, colors, sizes, margins and so much more
  • Once you create a CSS, you can apply it to as many pages as you want!

HTML CODE EXAMPLE