Develop the HTML structure
No styles, no JavaScript — only HTML.
While this is not going to win any awards, it let's us focus on the basics of a web application. We will discuss topics such as:
- What are appropriate HTML elements (other than
div
)? - Where do we need
<form>
elements and why? - How can we leverage components to write more maintainable code?
At the end of this lesson, you will have all the HTML in place. All that is left to do is add styles & functionality with JavaScript.