

Incerto onde
começar?
Track
Certificado
Web Developer from Zero to Hero
4.7+
★★★★★
★★★★★
812 avaliações
Beginner
Discover the power to create captivating websites by harnessing HTML, CSS, and JavaScript. Immerse yourself in building dynamic web applications enhanced with cutting-edge frameworks and libraries. Mostre mais
HTML/CSS
JavaScript
React
Boost your Tech Skills!
with up to 55% off
What you'll get with our subscription:
Access to 85+ top-rated courses
AI-driven Learning
Workspaces for practicing your skills
Personalized study tracks
Certificates of completion
Training 2 or more people?
Get your team access to Codefinity courses anytime, anywhere.
Try Codefinity TeamsWhat you will learn
- Master the core structure of web pages with HTML, discovering how to implement text, images, and multimedia.
- Unveil the power of HTML tags and attributes to create well-organized and accessible content.
- Develop practical skills in designing forms, tables, and semantic web structures to build user-focused web pages.
- Grasp essential web development concepts, preparing you for advanced studies in CSS and JavaScript.
- 241 chapters
- 28 hours
- 237 tasks
Trusted by employees of leading companies
Learning track content
Module 1 / HTML Supremo
Explore o funcionamento interno da web. Aprenda como os dados viajam através das redes, descubra o papel dos protocolos e desvende os mistérios dos endereços IP e nomes de domínio. Obtenha um entendimento de alto nível de como os navegadores
e servidores da web se comunicam para fornecer conteúdo na web.
Descubra o poder das tags para estruturar conteúdo, desde títulos e parágrafos até listas e tabelas. Aprenda como aprimorar os elementos com atributos.
- TagsPreview
- AtributosPreview
- Tags Emparelhadas e ÚnicasPreview
- Marcação de TextoPreview
- Desafio 1: Marcação de TextoPreview
- Desafio 2: Marcação de TextoPreview
- Desafio 3: Marcação de TextoPreview
- Marcação de Texto com Propósito EspecialPreview
- Desafio: Marcação de Texto com Propósito EspecialPreview
- ValidaçãoPreview
O cerne da estrutura de um documento HTML. Aprenda os componentes de um documento HTML, incluindo a declaração do tipo de documento (doctype), cabeçalho (head) e corpo (body). Compreenda a finalidade de cada elemento e como eles contribuem para a estrutura geral de uma página web.
Torne uma página web mais atrativa com a ajuda de mídias como imagens, áudio e vídeo. Trabalhe com dados tabulares estruturados na forma de tabelas.
Explore a versatilidade dos formulários HTML. Aprenda a projetar formulários intuitivos e amigáveis ao usuário, utilizando conceitos e técnicas fundamentais. Descubra como os formulários permitem a interação do usuário e o envio de dados em sites.
- O Poder dos Formulários: Interagir e EngajarPreview
- Base de Criação de FormuláriosPreview
- Label para Elemento de InputPreview
- Atributos de InputPreview
- Tipos de InputPreview
- Desafio: Input e LabelPreview
- Elemento TextareaPreview
- Elemento SelectPreview
- Elemento DatalistPreview
- Elementos de Formulário de GrupoPreview
Module 2 / CSS Fundamentals
Basic CSS concepts and rules to add styles to the web page.
- What is CSS?Preview
- Connecting HTML and CSSPreview
- Selectors for Styling HTML ElementsPreview
- Challenge: Add Your First StylesPreview
- Challenge: Add The Styles using the Class NamePreview
- User Action Pseudo-ClassesPreview
- Challenge: User Action Pseudo-ClassesPreview
- Text ColorsPreview
- Effective Work with CSSPreview
- Challenge: Variables in CSSPreview
Set of CSS properties that are used to style the text content of HTML elements.
Concept of arranging elements according to the box model, which describes the layout and spacing of all elements.
- Box ModelPreview
- Box SizingPreview
- Adding Space to ElementsPreview
- Challenge: Box-SizingPreview
- Structural and Functional Pseudo-ClassesPreview
- Challenge: Structural Pseudo-ClassesPreview
- Element TypesPreview
- Working with Block-Level ElementsPreview
- Working with Inline ElementsPreview
- Challenge: Predict the Page LayoutPreview
Method of arranging the set of elements in rows and columns.
Create visually stunning and interactive web designs by using advanced CSS techniques for adding decorative elements.
Module 3 / Advanced CSS Techniques
Research what learners can expect from this advanced HTML and CSS styling course. What do you need to know before starting the course? What topics will be covered in it?
Position and manage elements on the web pages. Learn about the different positioning properties, discover how to use the stacking order to control the visibility of elements that overlap each other, and finally, handle content overflow.
- Understanding CSS PositioningPreview
- Relative Positioning ExplainedPreview
- Challenge: Apply Relative PositioningPreview
- Absolute Positioning in CSSPreview
- Challenge: Implement Absolute PositioningPreview
- Fixed Positioning for Sticky UI ElementsPreview
- Challenge: Work with Fixed PositioningPreview
- Sticky Positioning for Dynamic LayoutsPreview
- Challenge: Master Sticky PositioningPreview
- Managing the Stacking Order of ElementsPreview
- Challenge: Control Z-Index and Overlapping ElementPreview
- Handling Content Overflow in CSSPreview
Research the power of transitions and learn how to improve the user experience. Discover how to liven properties smoothly and gradually, creating seamless state transitions.
Learn about the animation property and how it can be used to create dynamic and engaging designs. Discover how to create complex animations using keyframes and how to control the animation.
Explore the transformation property, which allows modifying the appearance and position of elements on a webpage. Learn how to scale, rotate, skew, and translate elements in two and three dimensions. Combine multiple transformations to create more complex effects.
- Introduction to CSS TransformationsPreview
- Scaling ElementsPreview
- Rotating Elements in 2D and 3DPreview
- Challenge: Apply Scaling & RotationPreview
- Translating Elements for Dynamic EffectsPreview
- Skewing Elements for Unique DesignsPreview
- Using Perspective for Depth EffectsPreview
- Challenge: Combine Translation and SkewingPreview
The principles and techniques used in adaptive/responsive design aim to make websites and applications accessible and visually appealing across different devices, screen sizes, and orientations.
Learn about preprocessors in CSS and how they can help to write more efficient and maintainable code. Understand how to use preprocessors to simplify the workflow and generate cleaner CSS code.
- Introduction to CSS PreprocessorsPreview
- Understanding Sass Syntax for Better CSSPreview
- Using Sass Variables for Reusable StylesPreview
- Performing Calculations with Sass Numeric OperatorsPreview
- Nesting Styles for Cleaner CodePreview
- Extending Styles with the @extend DirectivePreview
- Organizing Sass Files for Scalable ProjectsPreview
Module 4 / Introduction to JavaScript
Discover the fundamentals of JavaScript, including its purpose and syntax. Learn how to work with the console for output and use comments to organize and document your code. These foundational skills will prepare you for a deeper exploration of JavaScript's capabilities.
Explore the building blocks of JavaScript by distinguishing between literals and variables. Understand the core data types, including `null` and arrays, and learn how to manipulate them using array methods.
Learn how to manipulate JavaScript's data types through essential operations. Master assignment, mathematical operations, incrementing and decrementing, comparisons, logical operations, and string concatenation.
- Understanding Assignment OperatorsPreview
- Mathematical Operations in JavaScriptPreview
- Assignment Operators in JavaScriptPreview
- Increment and Decrement OperatorsPreview
- Challenge: Variable Operations PracticePreview
- Comparison Operators in JavaScriptPreview
- Logical Operators ExplainedPreview
- Challenge: Compare Variables in JavaScriptPreview
- Concatenating Strings in JavaScriptPreview
- Challenge: Build Sentences with JavaScriptPreview
Discover how to control the flow of your programs with conditional statements. Master `if`, `else`, and `else if` to instruct JavaScript on making decisions and executing code based on different conditions.
Streamline your code by mastering JavaScript's looping structures. Explore `while`, `do while`, and `for` loops, and learn how to control their behavior using `break` and `continue`. Unlock the power of loops to perform repetitive tasks efficiently.
- Understanding the while Loop in JavaScriptPreview
- Using the do while Loop for IterationPreview
- Challenge: Print Numbers from 5 to 9Preview
- Mastering the for Loop in JavaScriptPreview
- Challenge: Console Tigers with LoopsPreview
- Breaking Out of Loops with breakPreview
- Skipping Iterations with continuePreview
- Challenge: Stop and Skip in LoopsPreview
Discover the power of functions in JavaScript. Learn how to define functions, work with arguments, and use the `return` statement to create reusable and efficient code. Mastering functions will enhance your ability to write clean and modular programs.
Module 5 / React Mastery
Gain an understanding of the core principles of React. You'll learn about JSX (JavaScript XML), building reusable UI components, and rendering elements. Additionally, you'll explore the importance of data collection and conditional rendering in React applications. By the end of this section, you'll have a solid foundation of React's essential concepts, setting you up for success in the more advanced topics covered in the following sections.
- What Is React and Why Use It?Preview
- Comparing SPAs and MPAs in Web DevelopmentPreview
- How React Works with the Virtual DOMPreview
- Introducing JSX for Writing HTML in JavaScriptPreview
- Building Complex UI with JSXPreview
- Rendering Elements in ReactPreview
- Challenge: Render an Element in ReactPreview
- Understanding React ComponentsPreview
- Passing Data with Props in ReactPreview
- Challenge: Create Functional ComponentsPreview
- Conditional Rendering in ReactPreview
- Challenge: Implement Conditional Rendering – Chat NotificationPreview
- Challenge: Implement Conditional Rendering – Bank AlertPreview
- Rendering Collections of Data in ReactPreview
- Challenge: Display Data Collections in ReactPreview
- React Fundamentals Wrap-UpPreview
Explore the various methods of adding styles to the React applications. You will learn how to apply styles to individual components, use dynamic styles, and maintain a scalable and maintainable styling approach in your projects.
- Introduction to Styling in ReactPreview
- Using Inline Styles in ReactPreview
- Applying Inline Styles in PracticePreview
- Challenge: Use Inline Styles in a React ComponentPreview
- Styling React Components with External CSSPreview
- Applying External CSS in PracticePreview
- Challenge: Apply External CSS to a React AppPreview
- Using CSS Modules for Scoped Styling in ReactPreview
- Organizing File and Folder Structures for StylesPreview
- Challenge: Use CSS Modules in ReactPreview
- Styling Techniques in React Wrap-UpPreview
Powerful features in modern React development. Hooks revolutionize how we write functional components, providing a concise and intuitive way to manage state and perform side effects. Conversely, Context allows us to share data through the component tree without prop drilling. Combining hooks and Context enables efficient state management and simplified data sharing in React applications.
- Introduction to React Hooks and ContextPreview
- Managing State with the useState HookPreview
- Challenge: Toggle Visibility with useStatePreview
- Working with References Using the useRef HookPreview
- Challenge: Build a Controlled Form ComponentPreview
- Handling Side Effects with the useEffect HookPreview
- Challenge: Fetch and Display Data with useEffectPreview
- Optimizing Performance with the useMemo HookPreview
- Challenge: Implement a Car List Filter with useMemoPreview
- Sharing State Across Components with ContextPreview
- Using Context in a Real-World ScenarioPreview
- Challenge: Build a World of Astronomy App with ContextPreview
- React Hooks and Context Wrap-UpPreview
Step-by-step guide on how to start a real-world React project. From setting up your development environment to understanding project organization and critical tools, you'll gain the knowledge and confidence to embark on your React journey.
Module 6 / React Router Essentials
Learn the theoretical basics of concepts such as URL, domain, protocol, query parameters, and more. Understand the significance of routing in web applications and why we need the React Router library.
Discover how to create an entire React application from scratch, with the ability to display content that adapts based on the URL using React Router functionality.
- Overview of the Multi-Page WebsitePreview
- Installing React RouterPreview
- Enabling Routing in a React AppPreview
- Defining Routes for NavigationPreview
- Recap: First Steps in React RouterPreview
- Optimizing Imports with Lazy LoadingPreview
- Implementing a Fallback ComponentPreview
- Recap: Second Steps in React RouterPreview
- Creating and Managing NavigationPreview
- Exploring React Router's Complete LogicPreview
- Recap of React Router FundamentalsPreview
Explore using query strings for sharing and managing application state via URLs, work with different data types in query parameters, and leverage React Router for navigation and effects based on URL changes.
Requirements
- A computer with a browser - all browsers are supported.
- Your enthusiasm to enhance your tech skills.
- Everything else needed to start learning and practicing is already included in this course.
Over 200,000 5-star ratings and counting
Ruslan Kravchuk
O principal é aprender e não desistir
O material é bom, há muito a aprender, tudo para se tornar melhor e o principal é aprender o que você quer....
Matteo Comune
Graças a eles, estou aprendendo muito…
Graças a eles, estou aprendendo muito mais rápido porque eles ajudam você a entender tudo desde o início. É o melhor site que ajuda pessoas sem conhecimento em TI...
Yuliana Cadavid
óptimo curso para iniciantes
ótimo curso para iniciantes, eles testam o seu conhecimento em cada lição...
Elpunzon
Estou a gostar da minha experiência com a Codefinity…
Estou a gostar da minha experiência de aprendizagem do Python com a Codefinity. A forma de aprendizagem ao meu ritmo é óptima porque posso ajustá-la ao meu horário...
Alexandru Alexandru
É bom aprender com o Codefinity
É bom aprender com o Codefinity. É fácil e tem bons exemplos do que aprendi aqui...
jacob Templet
Easy to follow along with and provides…
É fácil seguir e proporciona desafios no meu dia-a-dia. O desafio mantém-me querendo aprender dia após dia...
Elan
A Codefinity é uma ferramenta de aprendizagem abrangente…
A Codefinity é uma ferramenta de aprendizagem abrangente que ajuda a desenvolver as suas habilidades como engenheiro de software ou cientista de dados. Os exercícios são divertidos...
Thibault
Primeira vez aprendendo a programar
Primeira vez a aprender a programar e conseguindo-o com sucesso com a Codefinity - obrigado...
Adrien Morel
Bem desenhado para iniciantes totais
Bem desenhado para iniciantes totais, progresso incremental e faz-me sentir confiante....
_Gracy
é simplesmente muito bem explicado
é simplesmente perfeitamente bem explicado! Até agora, não tive qualquer dificuldade porque tudo é muito bem gerido...
Ruslan Kravchuk
O principal é aprender e não desistir
O material é bom, há muito a aprender, tudo para se tornar melhor e o principal é aprender o que você quer....
Matteo Comune
Graças a eles, estou aprendendo muito…
Graças a eles, estou aprendendo muito mais rápido porque eles ajudam você a entender tudo desde o início. É o melhor site que ajuda pessoas sem conhecimento em TI...
Yuliana Cadavid
óptimo curso para iniciantes
ótimo curso para iniciantes, eles testam o seu conhecimento em cada lição...
Elpunzon
Estou a gostar da minha experiência com a Codefinity…
Estou a gostar da minha experiência de aprendizagem do Python com a Codefinity. A forma de aprendizagem ao meu ritmo é óptima porque posso ajustá-la ao meu horário...
Alexandru Alexandru
É bom aprender com o Codefinity
É bom aprender com o Codefinity. É fácil e tem bons exemplos do que aprendi aqui...
jacob Templet
Easy to follow along with and provides…
É fácil seguir e proporciona desafios no meu dia-a-dia. O desafio mantém-me querendo aprender dia após dia...
Elan
A Codefinity é uma ferramenta de aprendizagem abrangente…
A Codefinity é uma ferramenta de aprendizagem abrangente que ajuda a desenvolver as suas habilidades como engenheiro de software ou cientista de dados. Os exercícios são divertidos...
Thibault
Primeira vez aprendendo a programar
Primeira vez a aprender a programar e conseguindo-o com sucesso com a Codefinity - obrigado...
Adrien Morel
Bem desenhado para iniciantes totais
Bem desenhado para iniciantes totais, progresso incremental e faz-me sentir confiante....
_Gracy
é simplesmente muito bem explicado
é simplesmente perfeitamente bem explicado! Até agora, não tive qualquer dificuldade porque tudo é muito bem gerido...
Data Engineer
Certificado de Conclusão
Mostre suas habilidades recém-adquiridas. Você merece
Discover more
Learning tracks
Somente para Ultimate
7 Cursos
293 Tarefas
Somente para Ultimate
6 Cursos
169 Tarefas
Somente para Ultimate
4 Cursos
115 Tarefas
Somente para Ultimate
6 Cursos
101 Tarefas
Somente para Ultimate
4 Cursos
143 Tarefas
Somente para Ultimate
5 Cursos
119 Tarefas
Somente para Ultimate
3 Cursos
39 Tarefas
Somente para Ultimate
4 Cursos
96 Tarefas
Somente para Ultimate
7 Cursos
377 Tarefas
Somente para Ultimate
2 Cursos
1 Projeto
65 Tarefas
Somente para Ultimate
7 Cursos
330 Tarefas
Somente para Ultimate
6 Cursos
293 Tarefas
Somente para Ultimate
5 Cursos
146 Tarefas
Somente para Ultimate
5 Cursos
123 Tarefas
Somente para Ultimate
3 Cursos
71 Tarefas
Somente para Ultimate
6 Cursos
239 Tarefas
Somente para Ultimate
5 Cursos
223 Tarefas
Somente para Ultimate
4 Cursos
125 Tarefas
Somente para Ultimate
3 Cursos
119 Tarefas
Somente para Ultimate
3 Cursos
75 Tarefas
Learning tracks
trilha
Web Development with C#
Iniciante
4.8
(2313)
trilha
Python de Zero a Herói
Iniciante
4.7
(8180)
trilha
SQL do Zero ao Herói
Iniciante
4.7
(2549)
trilha
C++ para Iniciantes
Iniciante
4.4
(447)
trilha
Game Development with Unity
Iniciante
4.7
(67)
trilha
Torne-se um Desenvolvedor React
Intermediário
4.6
(63)
trilha
Excel Essentials
Iniciante
4.7
(265)
trilha
Data Analyst Foundation
Iniciante
4.8
(2430)
trilha
Essenciais de Java
Iniciante
4.7
(181)
trilha
Python: Além do Intermediário
Iniciante
4.7
(58)
trilha
Desenvolvimento Web Full Stack
Iniciante
4.7
(826)
trilha
Fundação de Desenvolvimento Frontend
Iniciante
4.7
(797)
trilha
Análise e Visualização de Dados em Python
Intermediário
4.7
(533)
trilha
Fundamentos de Aprendizado de Máquina
Intermediário
4.6
(121)
trilha
C++ Mastery
Avançado
4.8
(16)
trilha
Java Web
Avançado
4.7
(1133)
trilha
Become a QA Engineer
Iniciante
4.7
(692)
trilha
Video Production with Adobe
Iniciante
5.0
(5)
trilha
UI/UX Design Tools
Iniciante
5.0
(4)
trilha
Essential Office Skills
Iniciante
4.8
(211)
Become a Development expert
Interactive exercises
Learning videos
AI-assistant on all courses
Workspaces for designing your own projects
Ready to get started?
ProBest intro offer | UltimateA complete experience to kickstart your career | |
---|---|---|
85+ Top-Rated courses | ||
Completion certificates | ||
AI-Assistant in all courses | ||
20+ hands-on Real-world projects | ||
Personalized study tracks | ||
Unlimited workspaces | ||
Boost your Tech Skills!
with up to 55% off
What you'll get with our subscription:
Access to 85+ top-rated courses
AI-driven Learning
Workspaces for practicing your skills
Personalized study tracks
Certificates of completion
Training 2 or more people?
Get your team access to Codefinity courses anytime, anywhere.
Try Codefinity Teams