Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Let Us Talk Front End

Let Us Talk Front End

Anita-Ihuman

March 08, 2021
Tweet

More Decks by Anita-Ihuman

Other Decks in Programming

Transcript

  1. What is front End FRONT-END WEB DEVELOPMENT, ALSO KNOWN AS

    CLIENT-SIDE DEVELOPMENT IS THE PRACTICE OF PRODUCING HTML, CSS AND JAVASCRIPT FOR A WEBSITE OR WEB APPLICATION SO THAT A USER CAN SEE AND INTERACT WITH THEM DIRECTLY.
  2. Stands for Hyper Text Mark up Language. This is invariably

    the skeleton of a typical webpage. HTML
  3. Stands for Cascading Style Sheet . This can be seen

    as the skin covering the skeleton. It is responsible for the styling of a webpage. CSS
  4. This language is responsible for the interaction that goes on

    the webpage. How the page functions and moves it all JavaScript. JAVASCRIPT
  5. These are the persons that take the designs(figma )of an

    agency and implement it into the project. They turn the designs provided from static images to actual webpage These sets of persons are not so focused on pixels but rather they try to put together the webpage in a scalable and interactive way. Front end designers Front ends engineers
  6. libraries are a set of code previously written that can

    be called upon when building your own code. Invariably it is a chunk of code that can be used over and over again. LIBRARY
  7. Framework is a real or conceptual structure intended to serve

    as a support or guide for the building of something that expands the structure into something useful. FRAMEWORK