Web Fundamentals
In general to build a basic static website, you need 3 components
- HTML - to build the elements on the page.
- CSS - to style the elements on the page.
- JavaScript - to add interactivity and reactions to events (like clicks, scroll, hover, etc.) to the page.
Source: Moz Blog by Alexis Sanders
Contents
- Hyper Text Markdown Language (HTML)
- Cascading Style Sheets (CSS)
- JavaScript
- Web Accessibility