The Bootstrap login and registration function is relatively simple. The main reference is the bootstrap form function (http://v3.bootcss.com/css/#forms)
You can also refer to this article about basic knowledge points of bootstrap forms for learning: "Bootstrap must-learn form every day"
Problems encountered
Click submit to submit, the packet capture tool did not capture the corresponding form data. The reason for the problem is that the data of the form form is submitted through the name attribute in the form, and the code we copied directly from bootstrap did not have the name attribute, so there was no corresponding data transmitted.
Project address
https://github.com/digitalClass/web_page
Effect preview
The above is all the content of this article. I hope it will be helpful to everyone's learning and I hope everyone will support Wulin.com more.