To build a webpage that has certain key characteristics as a way to learn more about HTML. Your final product will be a webpage which will be uploaded to our lakeside-cs.org site for sharing with the class.
Assignment:
Your website must use one of each of the following:
Line separator (horizontal rule)
Plain text (no heading) inside of a Paragraph
Table
List (numbered or unnumbered)
Heading levels - at least 2 different Heading Levels.
Image
Link (either to an outside website or to another page you made)
Video. Consider embedding a YouTube video via iframe, or using the video tag if you have a video on your computer you want to share.
Section where I shamelessly complete the assignment requirements one by one:
Table:
Your website must NOT include the following:
Any CSS. This means no style tags. This also means no linked CSS files. Yes, this means the website will look ugly.
Old, deprecated HTML tags that really shouldnt even exist anymore. For the full list, check out this link.