For this assignment, I have the same CSS styling for both webpage. However, I created a seperate file specific for the CSS styling to which I linked to this external webpage to allow organization and easier viewing of the HTML code itself.
Internal CSS:
Defined within the "style" tag inside the "head" section of an HTML file.
External CSS:
Uses a separate .css file linked to the HTML file using the "link" tag.
I found that external CSS is the best choice for larger projects, while internal CSS works well for quick styling adjustments.