Work with a partner to implement the following user story:
As a student, I want to create a biography page that includes an image, a paragraph about me, and my contact information.
Acceptance Criteria
It's done when the main header reads "Student Bio".
It's done when there is a section that includes a name, an image, and a paragraph.
It's done when there is a second section that includes a subheader labeled "Contact Info" and a list that includes links to my email, GitHub, and portfolio.
It's done when the finished page matches the mockup.
Assets
The following image demonstrates the web application's appearance and functionality:
How can you use header elements to define the most important heading and the subheaders? How will using different header elements impact the size of the text?
🏗️ Create a Webpage Using HTML
Work with a partner to implement the following user story:
Acceptance Criteria
It's done when the main header reads "Student Bio".
It's done when there is a section that includes a name, an image, and a paragraph.
It's done when there is a second section that includes a subheader labeled "Contact Info" and a list that includes links to my email, GitHub, and portfolio.
It's done when the finished page matches the mockup.
Assets
The following image demonstrates the web application's appearance and functionality:
You can use this placeholder image.
💡 Hints
How can you use header elements to define the most important heading and the subheaders? How will using different header elements impact the size of the text?
Refer to the Full-Stack Blog HTML Cheatsheet