Projects Ppts
Projects Ppts
Report On
Evaluation of form
Registration
Using
Responsive Web
Design
By BOZAI NUMAAN ALI KHAN
DCET
Course : MCA
• Functionalities
• Output
• Conclusion
Evaluation of
Structure and Arrangement.
ARRANGEMENT
STRUCTURE
Visual
Overall Structure
Presentation
Field Grouping
Layout
Label Input
Margins, Padding,
Association
And Spacing
Structur
e
Overall Structure
•The form is logically
structured with
sections enclosed
within <fieldset>
tags, which aids in
grouping related
input fields together.
•Each <fieldset>
represents a distinct
category of
information, such as
personal details,
account type, and
additional
information.
Field Grouping
• The forms begins
with basic
personal
information
• The account type
is presented in its
own <fieldset>,
making it distinct
and easily
identifiable
• Additional
information such
as profile picture
upload, age
input, referrer
selection and bio
text area within
separate
<fieldset>
Label-Input
• Each input field
is associated
with its
corresponding
<label>,
enhancing
usability and
accessibility
• Labels are
placed above
their respective
input fields,
providing clear
instructions on
what
information is
required
Arrangment
Visual Representation
• The CSS code
provides styling
that creates a
visually appealing
layout for the
registration form.
• Fieldsets are
styled with
padding and
borders to visually
separate different
sections of the
form , enhancing
readability and
organization
Styling for Responsiveness
• The CSS code includes
responsive design
techniques to ensure
the form layout
adapts well to
different screen sizes.
• The ‘width’ property
is set using viewport
width units
• Input fields have a
width of ‘100%’,
allowing them to fill
the available space
within their container,
making them
responsive to screen
size changes
Margins , Padding and Spacing
for Readability and Usability.
• Margins and padding are used
strategically to create space
between elements, improving
readability and usability.
• Margins and padding are
applied to various elements
such as <h1>, <p>, <label>
and input fields to provide
adequate spacing between
them.
• The Spacing is consistent
throughout the form,
ensuring a balanced and
harmonious layout
Functionalities
• Input Validation.
• Submission Process.
• File Upload Functionality.
Input Validation: