Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
HTML and CSS For Beginners: Build A Portfolio Project
Rating: 4.2 out of 5(92 ratings)
2,049 students

HTML and CSS For Beginners: Build A Portfolio Project

Learn HTML and CSS from scratch and build a project for your web developer portfolio
Created byMadison Kanna
Last updated 12/2023
English

What you'll learn

  • HTML
  • CSS
  • Turn Designs into Code
  • How Websites Work
  • Intro To Backend and Frontend

Course content

3 sections34 lectures1h 40m total length
  • Course Setup1:35

    Build your portfolio by learning HTML and CSS while constructing a professional order summary component using Front End Mentor challenges with starter files for desktop and mobile designs.

  • How Websites Work!3:42

    Explore how websites work by using html and css to build pages, and see how the browser and server interact with the client to render front end experiences.

  • What Are We Building?2:55

    Explore what an order summary component is and how HTML and CSS render a reusable card that shows purchase data, enabling you to build a portfolio project.

  • Project Requirements!1:22

    Build an order summary card and match the design, with interactive states like hover effects. Explore starter and design files, the challenge hub, and community help from Front-End Mentor.

  • How Do Designs Turn Into Code?1:50

    Learn how developers turn designs into code by inspecting Figma or Sketch files, reading fonts and colors, and eyeballing when design files aren’t accessible.

  • Project Files5:26

    Open the starter files in your text editor, drag the downloaded starter kit into VS Code, and review design assets, active states, and the desktop layout.

  • What is a terminal?1:24

    Explore how a terminal is a tool to type commands on your computer. Create a new repository for the order summary component and share it on GitHub for your portfolio.

  • Create your project1:25

    Create a new folder named order summary component with mkdir and open it in your text editor using code order summary component to build your website.

Requirements

  • Know how to use a text editor (Vscode - visual studio code, Atom or another one)

Description

Learn HTML and CSS from scratch in this course. Join me as we build a project for your web developer portfolio! In this course we will learn HTML and CSS from scratch, no previous experience needed. In this course we will learn fundamentels while also building a project that you can put in your web developer portfolio.

This course starts off with building RIGHT away. Instead of learning a bunch of concepts that you won't know how to put into practice, we start building immediately, and then learn the concepts as we build. This helps us "learn just in time", that is, learn the new concepts as we build our project. By the end of this course we'll have a completed project: the order summary component. We'll go over what this component is, how to build it, and why it could be used in a real-world project.

In the start of this course we will go over the project setup: how to set up the project files, and all of the basics to get you started. Then we will introduce HTML basics, going over what HTML is and basics syntax. We will go over CSS basics as well. Later in the course, we will go into HTML and CSS intermediate concepts that you can use as a web developer.

Who this course is for:

  • Beginner HTML and CSS developers