Skip to content

HTML / CSS Workshop created for the GC Digital Research Institute 2018

Notifications You must be signed in to change notification settings

kchatlosh/html-css

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Next>>>

Introduction to HTML and CSS

HTML (Hypertext Markup Language) is a markup language used to create and organize the content of a website. CSS (Cascading Style Sheets) is language used for design and layout. Together, these languages form the foundation of what one needs to know to create well-organized websites that are also easy on the eyes.

By the end of this workshop, participants will:

  • Understand the basics of the HTML and CSS markdown languages
  • Understand the anatomy of a webpage and how the Internet works
  • Use HTML and CSS and a basic text editor to begin building a website

Tech Needs:

For this workshop, participants will need:

  • A text editor such as Sublime.
  • An internet browser such as Chrome.

Table of Contents

Introduction

HTML Basics

Opening Activity
Basic template
Tags and elements
Paragraphs and headings
Links
Images
General Conventions
Activity: Creating a Website

CSS Basics

CSS Basics
HTML/CSS Integration
Rule sets
Filtering
Classes and ids
Useful selectors
Activity: Creating a CSS Stylesheet
Troubleshooting

Looking Ahead

Making your Website Public
Additional Resources forthcoming

Next>>>

About

HTML / CSS Workshop created for the GC Digital Research Institute 2018

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 75.9%
  • CSS 24.1%