Outstandinggirl13
@Outstandinggirl13All solutions
- Submitted about 1 month ago
HTML, CSS, and JS Implementation of a Results Summary Component
- HTML
- CSS
- Any tips on improving the HTML, CSS, or JavaScript code would be welcome, especially regarding more efficient ways to use local JSON data for dynamically populating content. I would also appreciate it if you could provide any reliable, modern resources to help me learn more about this.
- Additionally, while developing, I found myself concerned about the security of the code. It seems that malware could potentially be injected through this line in my code:
newIcon.setAttribute("src", `${block.icon}`);
Could anyone here provide advice on how to eliminate the vulnerabilities associated with this?
- Submitted 2 months ago
HTML & CSS: Creating a Responsive Card Component
- HTML
- CSS
I welcome any suggestions for improving code readability and for finding smarter solutions to the challenges I've outlined above. ๐