HTML Crash Course for Beginners -4
Welcome to part-4 of the series. You can find part-3 here. We will continue with learning some more form tags first, and complete our form journey.
We will next see the checkbox in forms. Checkbox are very common in forms, where we want to record multiple selections from the user. Each checkbox can have a value also, which gets send to the server when we submit the form.
You can read the rest of the blog from my site. The link for the same is below.
This completes our HTML crash course. Hope you liked it and apply this to start creating websites. Don’t worry about the thousands of HTML tags, you need only the basics described in this tutorial. See you soon in CSS series, which will help you to develop complete websites.