Understanding Frontend Development
Learn the essentials of frontend development and get introduced to the React library.
We'll cover the following...
Frontend development is the part of software development that focuses on the user interface (UI). In web development, frontend development is the practice of producing HTML, CSS, and JavaScript for a website or web application.
HTML
HTML stands for HyperText Markup Language. HTML displays content on the page, such as text, buttons, links, headings, or lists.
CSS
CSS stands for Cascade Style Sheets. CSS is used to style the web page. It deals with things such as colors, layouts, and animation. It also helps with the accessibility of our websites so ...