Before you start this exercise round, go to your local GitLab repository clone on your machine. There
git pull course-upstream main to fetch new content from the course upstream.
In this exercise you are going to create an HTML document that has two forms. One form must use http GET for sending its data to the server and the other form must use http POST for sending its data to the server. The HTML of your document must be valid according to The W3C Markup Validation Service.
When you open the finished document in a browser it should look like the image below.
You can find the exercise in the repository's directory exercises/01_html/ex6. So, start by making sure you are in your local clone of the Git repository, and in its
exercises/01_html/ex6 directory. Then:
The first form should have the following properties and fields:
type="submit") and the following text shown on the button: "Send
Form A". NOTE: Use button element for submit button on the form!The second form should have the following properties and fields:
After solving the exercise, add and commit your working repository to git using
git add <file>, git commit and git push.
Remember to commit index.html and push the changes to your Git repository
before you submit your work in Plussa.
Submitting Your Project to Plussa
PLEASE NOTE: You should copy-paste the git@.... url, not the https://... url