Simple Profile Card

Create a Simple Profile Card that contains a profile card with the following requirements:

  • - The document should have a title of "Profile Card".
  • - The body of the document should contain:
    • - A heading (h1) with the text "Profile Card".
    • - An image (img) with a placeholder source "https://via.placeholder.com/150" and id="profile-pic".
    • - A paragraph (p) with the text "Name: John Doe" and id="name".
    • - A paragraph (p) with the text "Bio: Web Developer" and id="bio".
Expected Output:
</>
Code
Loading...
Output