Search⌘ K
AI Features

Project Challenge: Using Static Files

Explore how to include and serve static assets such as CSS stylesheets and images in your Flask web application. This lesson guides you through adding a stylesheet to multiple templates and embedding images in a table on the home page, providing practical experience with static file handling in Flask projects.

Problem statement

In this challenge, you are required to complete two tasks:

  1. You are provided with a CSS stylesheet called style.css. You are required to include it in both of
...