@00marcoSubmitted over 1 year ago
Haven't done any frontend work for a while so I thought I'd do a refresher.
Question: Do you really need to use the <body> tag? What happens if I only use <div> instead?
Haven't done any frontend work for a while so I thought I'd do a refresher.
Question: Do you really need to use the <body> tag? What happens if I only use <div> instead?
I prefer to avoid inline styles where possible, but given that this is a small introductory task, it's perfectly understandable. Overall, the code is well-structured, and I would just suggest considering adjustments that could make the component more reusable in the future.