Skip to content

Session on HTML and CSS, markup languages used for creating websites.

License

Notifications You must be signed in to change notification settings

fpesante/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 VS Code.
  • An internet browser such as Firefox.

Get Started>>>

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

Recap & Looking Ahead

Summary
Making your Website Public
Resources

Get Started>>>

About

Session on HTML and CSS, markup languages used for creating websites.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 76.5%
  • CSS 23.5%