Browser Compatibility
Lesson 1 of 1
  1. 1
    What is your default browser? Is it Chrome, Firefox, Safari, or [Microsoft Edge…
  2. 2
    Every now and then, exciting new HTML, CSS, and JavaScript features get released. However, these new features may not be immediately usable because different browsers adopt new web features at diff…
  3. 3
    Browsers are based on browser engines—the core component responsible for rendering HTML, CSS, and JavaScript in the browser. For example, Chrom…
  4. 4
    Vendor prefixes are prefixes for property names that were developed as a way of testing new CSS features or standards before bro…
  5. 5
    It’s difficult to keep track of which CSS properties are not supported in certain browsers and their versions. Polyfills are JavaScri…
  6. 6
    Congratulations! In this lesson, you learned about browser compatibility and how to resolve issues that occur when websites are rendered across different browsers and their various versions. Let’s …

How you'll master it

Stress-test your knowledge with quizzes that help commit syntax to memory