21 Matching Annotations
  1. Nov 2023
  2. Nov 2022
  3. Feb 2022
  4. Apr 2021
  5. Mar 2021
  6. Feb 2021
  7. Jul 2020
  8. May 2020
  9. Feb 2020
  10. Nov 2019
  11. Sep 2019
  12. Oct 2017
    1. using the style tag and writing the CSS inside it or by using the link tag to link to a style sheet. Either of these tags go in the head portion of your HTML. 

      How to include CSS in a page/site. Goes in the Head

      1. Use <style> tag or</li> <li>Use <link> tag that points to a style sheet.</li> </ol> </style>
    2. One of those themes was reusability. You could describe a style once in CSS and reuse it across multiple elements or even multiple web pages. 0:31Another of those themes was maintainability. Being able to efficiently change your web page in response to changing design requirements. 

      Why CSS

      1. Reusability
      2. Maintainability