Question: This exercise uses your programming environment to generate a simple Web site using Python flask. The site should be unique, include at least 3 routes

  1. This exercise uses your programming environment to generate a simple Web site using Python flask. The site should be unique, include at least 3 routes (e.g. 3 pages one can navigate), each route should render the HTML pages by using the render_template() functionality. A style sheet should be included that is used by all Web pages. Proper organization should take place of the web site including the location of templates and static pages. Keep in the basic HTML form for a function web page includes the following components:

      
       
     Page Title  
      ...your page content... 
       

    In addition to the requirements list above the following functionality should be found within your web site on one or more web pages.

    • Use at least 3 different heading styles (e.g.

      ,

      ,

      )

    • Paragraph (

      )

    • Comments )

    • Ordered list

    • Unordered list

    • At least 3 Links to other External Web Sites

    • Display the Date and Time on a Web page (Hint: Just use the Python datetime functions)

The content and topic of the Web site is up to you. Consider an information web site about a topic you are interested. It should be unique and something you want to create.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!