nuitrcs / IntroToHTMLCSSJS

An introduction to HTML + CSS + JS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Website Basics with HTML, CSS and JS

Link to recording for workshop on May the 3rd, 2024.

If you want to make your own website, scrape websites, develop interactive online visualizations, and/or create any web-based application, you need to know the basics of building a website. This workshop covers the essential ingredients of the web : HTML, CSS and Javascript. You will learn how, why and where to use each of these tools and how they work together. We will also work through and edit example websites on CodePen. This is a beginner workshop with no prerequisites.

I have also hosted a set of example websites on CodePen that we will work through together during the workshop. (These are also available in this repo in the examples/ directory, but for beginners, I recommend using CodePen).

Click here for the Google Slides version of the talk, and here for a version that includes extra information about web scraping.

Click here for a live version of this website on GitHub pages.

Also, this educative course is another greate resource for learning HTML, CSS and Javascript.

About

An introduction to HTML + CSS + JS

License:MIT License