Create a new HTML file for the safety notice
Concept
Just like an airport has different terminals for different purposes, web projects can have multiple HTML files. Today you will create a separate page for the Airport Safety Notice — this keeps your work organized and lets you focus on CSS styling without changing your Day 1 project.
Apply
Create a new file called "safety-notice.html" in your aviation-project folder.
Prompt
Expected Result
You should have a new file safety-notice.html with a large heading, a paragraph, and a section with a subheading and a bulleted list. The page will look plain — all black text on white background. That is perfect, because we are about to add CSS styling!
Troubleshooting
- • If the new file does not show in VS Code, make sure you saved it in the same folder as your index.html. Check the file explorer sidebar in VS Code.