Web_FrontEnd

Overview about HTML and CSS

This repository contains materials I use in my Creative Coding class for the module about HTML and CSS

This unit gives you an idea about the important concepts of HTML and CSS.

You will learn …

HTML

HTML Overview

What you should do:

<div>
  <audio controls>
    <source src="220516Rec1.mp3" type="audio/mpeg">
  </audio>
</div>

CSS

CSS Overview

What you should do:

More things to learn about

Once you have a basic familiarity with HTML and CSS, you can dive deeper.