You can download boilerplate/template code and started from here as example:
https://html5boilerplate.com/ - we focus on good practices and clean/semantic code.
Add to your HTML external files: js/script.js and css/style.css, create images/ directory in lesson root catalog.
1 Getting started with HTML5 and base website structure
Steps
lesson-1-getting-started
You can download boilerplate/template code and started from here as example: https://html5boilerplate.com/ - we focus on good practices and clean/semantic code.
js/script.js
andcss/style.css
, createimages/
directory in lesson root catalog.Use components/class to build responsive layout with form:
DOCS & LEARN MORE: https://developer.mozilla.org/en-US/docs/Learn
TEST CASE: Display form value after submit.
Edge cases:
value is not number
In future you will develop this page and add more components. Try keep your code clean,