Writing the first HTML Page: done
to do : LO: Understanding the HTML Document Document Object Model
#currentTasking:
Use VSC to edit your HTML Page:
Add images, text, formatting, table
Hosting our page on our own local development Server
C:\xampp\apache\conf
httpd.conf document
update the document root to point to the directory containing your file
done: See how to configure our HTTP Apache Server
todo: Install some JavaScript code
todo: Introduce some CSS:
todo: Do the Worksheet for Vanilla JavaScript APIs to manipulate the BOM
leads to: Car Pricing Calculator Lab Worksheet
JavaScript onClick Event Handling