Level 0: Beginner's Syllabus
Here, I will talk about various front-end technologies that you need for a great start in front-end development.
Front-end development is client-side development; in this, we are mainly working on languages like HTML, CSS, and JavaScript to develop any web application. This is the thing that the user will interact with directly, which means that this work is visible to the user. It requires careful planning on the part of the developer.
A frontend developer is an architect who develops websites and applications using web technologies. So, the top skills that you need to become a front-end developer are HTML, CSS, and JS. These are the building blocks of any website. If there is no CSS on the website, then the website does not look very effective. Because there is no formatting on it. So, that’s why we use CSS to make the website more attractive. We add styles to the website so that it can show things clearly in a readable format.
session
Curriculum details: C3
We will discuss the course description. Topics we are going to cover. Overview and project file structure.
session
setup -
We will discuss the perfect setup for development.
session
HTML Introduction:
We will discuss the HTML structure, different tags, attributes, forms, semantic HTML, SEO basics, accessibility, and HTML5 features.
session
HTML Basics:
We will discuss the meta tags, DOM, and how to add styles to HTML elements.
session
CSS Basics:
We will discuss the CSS properties grid/flex, CSS/SCSS, tab index, and selectors. Positioning, Box Model, Specificity, Media Queries, Flexbox, Grid
session