HTML/CSS - 10

HTML/CSS - 10: Build Your First Mini Website

Congratulations! Now combine everything you’ve learned into a complete personal homepage.

✦ HTML Editor
▶ Live Output

👀 Show Example Solution
<header>
  <h1>My Portfolio</h1>
</header>

<section>
  <h2>About Me</h2>
  <p>...</p>
</section>

<footer>
  <p>Contact me</p>
</footer>