alang-dev / auto-parts

A comprehensive training project aimed at teaching HTML, CSS, and JavaScript by developing a static website about auto parts.
https://auto-ca86d.web.app/
2 stars 0 forks source link

[HTML] User Profile Management Page #6

Closed alang-dev closed 3 weeks ago

alang-dev commented 2 months ago

Requirements:

  1. File Name: user-profile.html

  2. Header:

    • Title: "User Profile Management"
  3. Profile Information Section:

    • Display the following user information:
      • Full Name
      • Email
      • Phone Number
      • Address
      • Profile Picture (optional)
  4. Form for Updating Profile Information:

    • A form for users to update their profile information.
    • Fields in the form:
      • Full Name (input text)
      • Email (input email)
      • Phone Number (input text)
      • Address (textarea)
      • Profile Picture (file input)
  5. Basic HTML Structure:

    • Use proper HTML5 semantics.
    • Ensure the form elements are correctly labeled.
    • Include placeholders in the form fields for better UX.

Acceptance Criteria:

POLOONGXIM commented 2 months ago

<!DOCTYPE html>

User Profile Management

User Profile Management

Profile Information

Full Name: Pamiuoi

Email: pamiuxing@gmail.com

Phone Number: +1-234-567-8901

Address: Dong Giang, Quang Nam, Viet Nam

Profile Picture:

Profile Picture

Update Profile Information






alang-dev commented 2 months ago

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

POLOONGXIM commented 2 months ago

User Profile Management


Your Profile Information

Profile Picture:

Profile Picture


Update Your Profile Information

Full Name

[ Enter your full name ]

Email

[ Enter your email ]

Phone Number

[ Enter your phone number ]

Address

[ Enter your address ]

Profile Picture

[ Upload your profile picture ]

[Update Profile]

alang-dev commented 2 months ago

Hi @POLOONGXIM , Great start!

Please take a look at some comments below:

POLOONGXIM commented 1 month ago

Strong ,b ,Em

Textarea Rows

Form Attributes

type="tel"

Section IDs