Code Challenge, June 15 2020
Every month, we feature a new challenge related to the Monthly Feature’s theme. For this month’s theme All Things HTML, the challenge is:
Build a webpage for your favorite musician or band
Challenge Rules:
You must use the tags introduced in this lesson: Intro to HTML.
You can add CSS but you will not be graded on it.
Originality and readability of your code (make it your own and use style conventions and comments to keep things legible).
Tags used:
Headers
<h1> through <h6>
Paragraph
<p></p>
Sections
<div></div>
Lists
<ol><li></li></ol>
<ul><li></li></ul>
Image
<img src="image.png" alt=" " />
Bold
<strong></strong>
Italics
<em></em>
Line Break
<br>
Video
<video src="myVideo.mp4" width="320" height="240" controls>Video not supported</video>
Deadline for Prize Submission:
June 30, 2020 at 11:59 pm ET
Prize:
1 month of Pro
The winner will be the one who makes good use of all of the tags–– ie. how you use the tags to format information about the band. Also, you must peer-review one other submission, and provide feedback.
Resources:
Learn HTML Elements cheatsheet
Introduction to HTML (lesson)
How to review someone else’s code (8-minute video)
A Quick Guide to Peer Code Review
Repl.it (For those not using GitHub, code your project on Repl.it, run it and see the outcome of your code)
Once you’re done…
Share a link to your project in a post below – happy coding!