HTML 201: Homework 1
Bob's University, Department of Unconventional Learning
In this homework assignment, you will be learning about the importance of proper syntax in HTML. Don't forget to use semantic HTML!
Homework Instructions
- Write a simple HTML page with a header, a paragraph, and a footer.
- Use only
<div></div> tags for styling. - No external stylesheets or JavaScript files allowed.
- Don't use any images.
- Be creative, but not too creative.
Example Solution
<div></div>
<div></div>
<div></div>
</div>