Skip to content

Create Separate CSS and JavaScript into External Files for Community page #428

@omkarhole

Description

@omkarhole

Right now,In the Community 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

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions