1. Class Projects Portfolio Website (coding)

Day 1 (HTML and Processing)

<!DOCTYPE html>
<html>
  <head>
    <title>Hello</title>
  </head>
  <body>
    <p>Hello World!</p>
  </body>
</html>

Day 2 (adding CSS and JavaScript)

this is a great resource

Let's use JSFiddle to try some things

CSS (if not using JSFiddle, name it styles.css)

JavaScript (if not using JSFiddle, name it click.js)

HTML (if not using JSFiddle, name it index.html)

HTML named = index.html

CSS named = style.css

JavaScript named = sketch.js

Add One Minute project to index.html

Codeply link for today's lesson

Last updated

Was this helpful?