Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time

OPIM3224_Class2

Let's get started with HTML & CSS!

Agenda

  • Recap of Class #1!
  • GitHub Desktop - setup

Introduction to HTML

  1. What is HTML?
  2. Tags
  3. Structure of HTML document
  4. HTML5
  5. Headings, Paragraphs, and Links
  6. Images, Buttons, and Lists
  7. Attributes

Introduction to CSS

  1. What is CSS?
  2. Box Model
  3. Style attribute vs. CSS
  4. How to implement CSS
  5. IDs vs. classes
  6. Font, color, and border
  7. Padding & margin

Let's practice!

Resources