0% found this document useful (0 votes)
4 views1 page

HTML5 Semantic Webpage Assignment

The document provides instructions for a full stack assignment to create a webpage using HTML5 semantic elements. Students are asked to build a valid webpage using tags like headings, lists, and list items. The webpage content can be anything meaningful but must follow HTML5 semantics and make use of all semantic tags. Students should submit their assignment on GitHub Gists before the next class.

Uploaded by

Praveen Kumar
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
4 views1 page

HTML5 Semantic Webpage Assignment

The document provides instructions for a full stack assignment to create a webpage using HTML5 semantic elements. Students are asked to build a valid webpage using tags like headings, lists, and list items. The webpage content can be anything meaningful but must follow HTML5 semantics and make use of all semantic tags. Students should submit their assignment on GitHub Gists before the next class.

Uploaded by

Praveen Kumar
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

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.

You might also like