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
. When you are working on a Mac, you will also need to change some settings in the TextEdit editor, please have a look here. You can show your HTML file on your browser by double clicking on the file.<div>
<audio controls>
<source src="220516Rec1.mp3" type="audio/mpeg">
</audio>
</div>
Once you have a basic familiarity with HTML and CSS, you can dive deeper.