<\/p>
<\/p>Copy the CSS file in the red circle to us The page
\n\n \nRegister<\/title>\n \n \n<\/head>\n 国产av日韩一区二区三区精品,成人性爱视频在线观看,国产,欧美,日韩,一区,www.成色av久久成人,2222eeee成人天堂
\n<\/body>\n<\/html><\/pre><\/p>BootStrap gives many cases, including a login page case http:\/\/v3.bootcss.com\/examples\/signin\/<\/p>Let’s imitate this page
\n\n \nRegister<\/title>\n \n \n is wrapped in CSS. If you have any doubts, you can look at Baidu one by one, or you can not write CSS first, and then Add CSS code bit by bit to see the effect. Let's analyze the form in HTML. ?The form tag ==> is used to wrap the form content and is also the starting tag of the form.
?The attribute action==>action="xxx" of the form tag fills in the file address where the PHP code for processing the form is located. After clicking the submit button, the form will send the data to this address.
?The attribute method==> of the form tag is a bit difficult to understand. Just remember to fill in post when submitting the form, method="post". If you are interested, you can check it on Baidu.
?input tag ==> Careful friends can see that input exists alone. The tag specifies the input field in which the user can enter data. The element is used within the