tmaryon / dora_tutorial

Tutorial for Dora -- html/css/javascript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dora's HTML, CSS, and JavaScript sandbox tutorial

A basic tutorial for html, css, and javascript -- we can cover html tags, css styling, and javascript when you're comfortable with the first two.

Language Files Purpose
HTML index.html HTML file - calls style.css and main.js
CSS style.css CSS file - allows you to style html elements
JavaScript main.js JavaScript File - modify/create html components and elements

Some things we could do

  • gain familiarity with HTML elements
  • learn how to style HTML using CSS
  • learn JavaScript basics and DOM manipulation
  • basic familiarity with Visual Studio Code
  • learn how GitHub works to store your code in a repository
  • work on a fun project

Resources

About

Tutorial for Dora -- html/css/javascript


Languages

Language:JavaScript 79.1%Language:HTML 16.3%Language:CSS 4.6%