Learn basic JavaScript/jQuery, basic click-events, more advanced CSS, and make an interactive personal website.
- script and stylesheet include
- more about #id's
- and images
- basics of functions
- animations using jquery
- include jQuery with
<script src="https://code.jquery.com/jquery-2.1.4.min.js"></script>
- copy and paste CSS into separate file and include as stylesheet
- show how
$()
works with headers and paragraphs - add id's to headers and content wrapper divs
- write basic jquery functions and add images