Inline CSS (included within specific elements) Internal CSS (included within the head section) External CSS (stored in a separate file) ...
webapp/ ├── DynamicReportAPI/ # Backend API │ ├── Controllers/ # API Controllers │ │ ├── ReportTemplateController.cs │ │ ├── SchemaController.cs │ │ └── QueryController.cs │ ├── Models/ # Entity ...