Day 2

Today, we'll be learning about HTML and CSS and putting that knowledge to practice in our first project.

Make a Digital Resume

Ask your Day 2 Questions on Parthean Community.

Directions

Follow this tutorial to create your Digital Resume:

Digital Resume Tutorial

We're also here to help when you get stuck, so:

Ask your Day 2 Questions on Parthean Community.

Resources

Intro to HTML

Intro to CSS

Ask your HTML and CSS Questions on Parthean Community.

Basic HTML Cheat Sheet

<!-- If you ever have text you only want humans to read,
you'll need to put it into a comment. Every language
has it's own syntax for comments, but this is how you
do it in HTML.  -->

<!-- We'll use comments to explain things in our code :) -->

Basic CSS Cheat Sheet

/* This is a comment in CSS */

Last updated

Was this helpful?