October 31, 2022
Hi guys, here you can find the code for our Intro to HTML & CSS session.
- index.html: The
index.html
file contains our main HTML code and describes the structure for the web page. - main.css: The
main.css
file contains the main CSS styles that load into our webpage. - index.js: The
index.js
file contains the main JavaScript code for our webpage that adds functionality and logic to our application.