Full Stack Assignment - Sep 3
Task
Create a webpage (without styles, of course), with the elements that we learnt so far.
The contents can be anything meaningful. Here are a few things:
1. HTML should be semantic according to HTML5.
2. HTML should be valid according to HTML5.
3. Make use of all the semantic tags as possible.
4. Consider having right level of headings.
5. Make use of all the types of lists and list items.
Further Reading
<ul> : The Unordered List element
<ol> : The Ordered List element
<li> : The List Item element
Submission
Submit before tomorrow's class by creating a Gist on GitHub and submit using Sep 3
Assignment Submission.