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).
-
Create a webpage using HTML/CSS.
- First, insert your CSS into your HTML.
- Move your CSS to an external .css file and load it in your HTML.
- Start a local web server (using python3 -m http.server).
-
Access your page using:
- Localhost URL.
- HTML file path.
Only registered, enrolled users can take graded quizzes