Right now,In the index.html page the CSS and JavaScript are written inside the HTML file, which makes the code harder to manage as the project grows.
This issue is to:
- Move all CSS into a separate .css file
- Move all JavaScript into a separate .js file
- Link the CSS file using a tag
- Link the JS file using a <script> tag
@Renu-code123 please assign me