Web Design Fundamentals · Practice & Exercises
Practice using VS Code's HTML boilerplate shortcut and migrate your CodePen projects to local development with proper file organization.
desn368 folder onto VS Codeweek-2 folderrecipe.html! + Tab shortcut to generate the HTML5 boilerplate<body> section<title> tag to match your recipeweek-2 folder<img> tag to reference the local image file (e.g., <img src="recipe-image.jpg">)Repeat the migration process for your three previous assignments. Create these files in your week-1 folder:
newspaper.htmllost-pet.htmlfavorite-band.htmlFor each file, copy the HTML content from your CodePen projects.
Your course folder should now look like this:
desn368/
├── week-1/
│ ├── newspaper.html
│ ├── lost-pet.html
│ └── favorite-band.html
└── week-2/
├── recipe.html
└── [your-image-file.jpg]
If you missed class, just upload the first screenshot.
Take a screenshot of your VS Code Explorer panel showing:
week-1 and week-2 folders expandedIf you were in class, also take a screenshot of your GitHub repo
Submit your screenshots to Canvas.