SDEV300 Week6- AWS Cloud9 environment Solved

40.00 $

Category:

Description

Rate this product

This exercise  uses the AWS Cloud9 environment to generate a simple Web page using

Python flask. The Web page should include all basic components of the HTML structure including:

<!DOCTYPE html>

<html>

<head>

<title>Page Title</title>

</head>

<body>

…your page content…

</body>

</html>

In addition to the basic HTML structure components listed above, your web page should demonstrate and include the following HTML tags and functionality:

  • At least 3 different Headings (e.g. <h1>, <h2>, <h3>)
  • Paragraph (<p>)
  • Comments <!– –>)
  • Ordered list

1

 

  • Unordered list
  • At least 3 Links to other External Web Sites
  • Display the Date and Time on the Web page (Hint: Just use the Python date/time functions to display in HTML)

The content and topic of the Web site is up to you. It should be unique and something you want to create.

Hints:

  1. Be sure to end tags that are started (e.g. <h1> </h1>)
  2. Start early. This will take you longer than you think.
  3. Be sure to send me questions, if you need assistance.

2. Document your results of the application running from the AWS Cloud9 classroom environment.  Provide screen captures and descriptions of you running the Python application within AWS Cloud9 verifying you successfully started and have navigated to your Web application using your Browser. Show screen captures of your Web application running on the Browser.

  • Week6-91pq1c.zip