|
Post by alincoln0761 on Mar 17, 2016 2:48:23 GMT -8
URL: gc.palomar.edu/32950/32950alincoln0761/Unit08.htmlThe week follows an attempt at creating and styling a plain contact form. You can utilize HTML5 features for certain inputs such as input type="email" for email formats, input type="tel" for telephone formats, or input type="url" for website formats. The most difficult part was determining the correct way of implementing a radio and checkbox group, which would also be standards compliant. Fun assignment overall.
|
|
|
Post by JudyF on Mar 17, 2016 13:24:24 GMT -8
I also wanted to mention one thing about naming your classes and ID'S. Name them according to what the section IS. Not what it looks like. That makes maintenance much easier. For instance, you would name a section class "footnote." Then style the footnote. Later if you change the styling of your site, you redo the styling for the new footnote look. If you change it from centered to left aligned, the class still.makes sense and you don't have to change your html page. However, if you class is named "centered," and you make it left aligned, you would have to go in and change all of your classes for the footers in your html page. Hope this makes sense.
|
|
|
Post by JudyF on Mar 17, 2016 13:28:41 GMT -8
Oops. Lost this the first time. Trying again. You did a great job on your form and the code is really good. I tested with my cellphone and it's neat how the html 5 form types bring up the appropriate keyboard. Nice work.
|
|
|
Post by alincoln0761 on Mar 17, 2016 14:18:50 GMT -8
I'm confused, is there an issue with my naming that needs correcting?
|
|
|
Post by Judy Fontanella on Mar 19, 2016 2:09:36 GMT -8
You don't need to redo anything. Your form is great. I just wanted to mention that about naming your classes and id's so that you would know as you go forward. If you had a job doing Web work, it's something that you really should be aware of.
|
|