Task 10: Complete Page
Task description: Combine everything into a complete webpage.
What you must include
- A complete HTML document with DOCTYPE
- A
<head>section with a non-empty<title> - An
<h1>, at least two paragraphs, one image (withalt), and one link - At least one
<div>with a class - CSS with at least three property declarations
Bonus ideas: Add semantic elements, include a form, and add useful meta tags.
Example topic
Create a personal profile page, a product page, or an information page about your favorite topic.
Instructions
- Open your HTML and CSS files in your code editor.
- Write a complete webpage combining all the skills you've learned.
- Copy your HTML code and paste it into the HTML box below.
- Copy your CSS code and paste it into the CSS box below.
- Click Check My Code.
- Fix any errors and try again.
Paste your HTML code below
Paste your CSS code below
Your results will appear after you click the button. Bonus checks unlock after all required checks pass.