registration-form

所属分类:自动编程
开发工具:HTML
文件大小:113KB
下载次数:0
上传日期:2023-04-12 16:25:45
上 传 者sh-1993
说明:  为一个名为The Code Review的虚构新闻稿构建了一个响应式注册表。
(Built a responsive registration form for a fictional newsletter called The Code Review.)

文件列表:
index.html (6936, 2023-04-13)
resources (0, 2023-04-13)
resources\css (0, 2023-04-13)
resources\css\normalize.css (6265, 2023-04-13)
resources\css\styles.css (4273, 2023-04-13)
resources\img (0, 2023-04-13)
resources\img\.DS_Store (6148, 2023-04-13)
resources\img\desktop-form.png (75526, 2023-04-13)
resources\img\mobile-form.png (59369, 2023-04-13)

# Online Registration Form [![Netlify Status](https://api.netlify.com/api/v1/badges/a39bae06-e6a0-4717-a2a4-100fe1c0b000/deploy-status)](https://app.netlify.com/sites/my-registration-form23/deploys) This project is the [third project](https://teamtreehouse.com/projects/an-online-registration-form) for Team Treehouse's Frontend Development course. In this project, you'll build a responsive, mobile-friendly registration form using a wide variety of HTML form input types and attributes. Using the supplied mockup files, you'll build a mobile and desktop version of the form using media queries, and a "mobile-first" approach. > Live link for this project can be found [here](https://my-registration-form23.netlify.app/) ## Screenshot ![screenshot](https://res.cloudinary.com/codelikeagirl29/image/upload/v168131***30/projects/Treehouse-Online-Registration-Form_kpmvov.png) ## Instructions 1. Build the layout using __mobile first design__: - Make sure the HTML file includes the viewport meta tag in the head of the document, see Configuring the Viewport to understand why and how to add this tag. - Look at the provided mockup (mobile-form.png) and add the same content to your index.html file. 2. Create the form structure: Only use one ```
``` tag. The `````` tag should contain all the form elements. Add a ```fieldset``` and ```legend``` for each of the following sections: - "Contact Information" section of the page, and - The "Newsletter" section of the page 3. Make sure you include the following form field types: - text input - email input - telephone input - select menu - checkboxes - radio buttons - textarea - submit button 4. Form fields should include the following attributes: - ```input```: should include ```id```, ```type``` and ```name``` attributes. - ```select``` and ```textarea```: should include ```id``` and ```name``` attributes. 5. Add labels to each form element using the HTML ```

近期下载者

相关文件


收藏者