Three Pillars for Front-end Development
Front-end development, also known as user interface development, involves creating web user interfaces that are part of an application that users see and interact with. Front-end development is based on three pillars: HTML for markup, CSS for styling, and JavaScript for logic and interaction. There are three pillars of front-end development:
- HTML (Hypertext Markup Language)
- Cascading Style Sheets (CSS)
- JavaScript (a dynamic programming language that the browser understands)
HTML
HTML (Hypertext Markup Language) is the standard markup language for documents displayed in web browsers. It can be supported by technologies such as Cascading Style Sheets (CSS) and scripting languages such as JavaScript. —Wikipedia
HTML is a markup language. In other words, you use HTML elements called tags to create page content. Each tag has its own characteristics and behavior. CS
CSS
HTML is used to organize the content of the page. CSS allows you to format pages in terms of layout, colors, fonts and styles. CSS allows you to create supported and extensible styles.
JavaScript
JavaScript is a dynamic scripting language that browsers understand. JavaScript allows a web page to interact, for example when a button is clicked, and display certain data to the user. Think of all the login buttons you've seen before. JavaScript is what makes functionality and interaction possible.
Contact Us:
Comments