Closed alang-dev closed 3 weeks ago
<!DOCTYPE html>
Full Name: Pamiuoi
Email: pamiuxing@gmail.com
Phone Number: +1-234-567-8901
Address: Dong Giang, Quang Nam, Viet Nam
Profile Picture:
Hi @POLOONGXIM , please format your code as Markdown. As of 30 Aug, it is incorrect format.
And put your user name in the Assignees
Thanks
Profile Picture:
[ Enter your full name ]
[ Enter your email ]
[ Enter your phone number ]
[ Enter your address ]
[ Upload your profile picture ]
[Update Profile]
Hi @POLOONGXIM , Great start!
Please take a look at some comments below:
strong
tag? How are they different? Which one is more suitable for your code?rows="0"
?<form
action="/update-profile"
method="post"
enctype="multipart/form-data"
>
can you explain this code please? when should we use multipart/form-data
? why is it POST
in method?
'type=tel'
? strong
for important information.em
for emphasis (often rendered as italic).b
for bold text without any semantic meaning.rows
is set to a positive number, usually 3-5 for a normal-sized input.POST
is appropriate for submitting sensitive data.multipart/form-data
is necessary when handling file uploads.type="tel"
id
s is a good practice for targeting sections in CSS or JavaScript, especially for form handling, validation, or styling.
Requirements:
File Name:
user-profile.html
Header:
Profile Information Section:
Form for Updating Profile Information:
Basic HTML Structure:
Acceptance Criteria:
user-profile.html
.