All about Me!

<h1>All about Me!</h1>

Short description

<h2>Short description</h2>
pic of me!
<img src="boy.jpeg" alt="pic of me!">

I live in Ramot Bet.
I go to Noam school for boys.
I love learning code!

<p>
  I live in Ramot Bet. <br>
  I go to <a href="https://www.madlan.co.il/education/school/113563">Noam school</a> for boys. <br>
  I love learning code!
</p>
<button class="regular-button" onclick="alert('I flew once to Thailand!')">Fun fact!</button>

My favourite websites!

<h2>My favourite websites!</h2>

Heres a list of my favorite websites (in order of favoriteness):

<p>Heres a list of my favorite websites (in order of favoriteness):</p>
  1. Poki Games!
  2. Scratch - code your own Games
  3. Google Slides
  4. Canva - graphic design
<ol>
  <li>
    <a href="http://poki.com/">Poki Games!</a>
  </li>
  <li>
    <a href="https://scratch.mit.edu/">Scratch - code your own Games</a>
  </li>
  <li>
    <a href="https://workspace.google.com/products/slides/">Google Slides</a>
  </li>
  <li>
    <a href="https://www.canva.com/">Canva - graphic design</a>
  </li>
</ol>

My hobbies!

<h2>My hobbies!</h2>
<ul>
  <li>Drawing</li>
  <li>Biking</li>
  <li>Reading</li>
  <li>Walking the dog...</li>
  <img width="200" src="https://img.freepik.com/free-photo/shallow-focus-vertical-shot-cute-golden-retriever-puppy-sitting-grass-ground_181624-27259.jpg" alt="A cute dog">
</ul>
<a href="color-grid.html">
  <button class="fancy-button">
    ✨ Style This Page with CSS! ✨
  </button>
</a>