Hello!
Hope everyone is having a wonderful week. I finished the projects for Responsive Web Design course. And would appreciate your honest feedback on project #2-
Thank you so much for your time!
Hello!
Hope everyone is having a wonderful week. I finished the projects for Responsive Web Design course. And would appreciate your honest feedback on project #2-
Thank you so much for your time!
Your form looks good @nazra08. Some things to revisit;
body
element in the HTML editor. (No need to include the body
tags). For anything you want to add to the <head>
element click on the ‘Settings’ button, then HTML and add it into the ‘Stuff for <head>’ box.
style
tags in the CSS editor. It will cause problems. These tags are meant to be used in the head
element of HTML when doing internal styling. All your styling should be external.<br>
element to force line breaks or spacing. That’s what CSS is for.
On a side note, placeholder text should show the user the format that is expected in the input area. It should not mirror the label.
Thank you for the great suggestions. I will make modifications also keep an eye out for these in my next projects.
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.