In this project, you will build a professional visiting card page using core HTML tags.
Create a clean visiting card with identity, short bio, and contact details.
<div class="card">.<h1> with your name and a <p> with your role/title.<img> profile image with non-empty alt text.<div> containing a <ul> with at least 2 <li> items.<span> to separate label and value (example: Email: and the email address).You can include phone, email, website, and location.
Use <div> containers to group card blocks (profile, role, contact).