L2 - Exercise 1: Host a webpage locally

  • Due Jun 27, 2019 at 4:30pm
  • Points 1
  • Questions 1
  • Available Jun 27, 2019 at 1pm - Jun 27, 2019 at 4:30pm 3 hours and 30 minutes
  • Time Limit None
  • Allowed Attempts Unlimited

Instructions

Create and host a webpage with at least two paragraphs (<p> tag), one image (<img> tag) and one external link (<a>  tag). 

  1. Create a webpage using HTML/CSS.
    1. First, insert your CSS into your HTML.
    2. Move your CSS to an external .css file and load it in your HTML.
  2. Start a local web server (using python3 -m http.server).
  3. Access your page using: 
    1. Localhost URL.
    2. HTML file path.

 

Only registered, enrolled users can take graded quizzes