Web development
 What is Front End Development?
 Everything you see on a website, like buttons, links,
animations, and more, were created by a front end web
developer. It is the front end developer's job to take the
vision and design concept from the client and implement it
through code.
HTML
HTML stands for HyperText Markup
Language. HTML displays the content
on the page like buttons, links,
headings, paragraphs, and lists.
You should not use HTML for styling.
That is what CSS is for.
CSS
CSS stands for Cascading Style Sheets.
CSS is responsible for the style of your
web page including colors, layouts,
and animations.
JavaScript
JavaScript allows users to interact with the
web page.
JavaScript can be used in online games, web
pages, mobile applications and more.
CSS Frameworks, Libraries, and
Preprocessors
1. ONCE YOU LEARN THE BASICS OF CSS, THEN YOU CAN START TO WORK WITH
DIFFERENT FRAMEWORKS AND LIBRARIES. THESE TOOLS WERE CREATED AS
A WAY TO HELP SPEED UP THE DEVELOPMENT PROCESS.
2. THERE ARE DOZENS OF OPTIONS ON THE MARKET AND YOU DON'T NEED TO
LEARN THEM ALL.
3. HERE IS A LIST OF A FEW OPTIONS:
• BOOTSTRAP
•TAILWIND CSS
•BULMA
JavaScript libraries and frameworks
Just like with the CSS libraries and frameworks,
there are many options for JavaScript.
Here are some popular options:
• React
• Angular
• Vue
What is Back-End development?
Back-end development refers to the development of
server-side logic that powers websites and apps from
behind the scenes. It includes all the code needed to
build out the database, server, and application.