Semantic elements

<header>
  <h1>Frontend Developer & UX/UI Designer</h1>
  <p>I transform ideas into functional components</p>
</header>
<main>
  <section>
    <h2>Cat Photos</h2>
    <p>Browse adorable cat pictures.</p>
  </section>
</main>
<section>
  <h2>About Me</h2>
  <p>Hi, I am Jane Doe and I am a web developer.</p>
</section>
<nav>
  <ul>
    <li><a href="#experience">Experience</a></li>
    <li><a href="#projects">Projects</a></li>
    <li><a href="#contact">Contact</li>
    <li><a href="https://jmperezbu-cv.netlify.app/" target="_blank">Resume</li>
  </ul>
</nav>
<figure>
  <img
    src="https://cdn.freecodecamp.org/curriculum/cat-photo-app/cats.jpg"
    alt="Two tabby kittens sleeping together on a couch."
  />
  <figcaption>Cats <strong>hate</strong> other cats.</figcaption>
</figure>
<p>
  Never give up on <em>your</em> dreams.
</p>
<p>
  There is a certain <i lang="fr">je ne sais quoi</i> in the air.
</p>
<p>
  <strong>Warning:</strong> This product may cause allergic reactions.
</p>
<p>
We tested several products, including the <b>SuperSound 3000</b> for audio quality, the <b>QuickCharge Pro</b> for fast charging, and the <b>Ecoclean Vacuum</b> for cleaning. The first two performed well, but the <b>Ecoclean Vacuum</b> did not meet expectations.
</p>
<dl>
  <dt>HTML</dt>
  <dd>HyperText Markup Language</dd>
  <dt>CSS</dt>
  <dd>Cascading Style Sheets</dd>
</dl>
<blockquote cite="https://www.freecodecamp.org/news/learn-to-code-book/">
  "Can you imagine what it would be like to be a successful developer? To have built software systems that people rely upon?"
</blockquote>
<p>
  As Socrates said,
  <q cite="https://www.brainyquote.com/authors/socrates-quotes">
    The only true wisdom is in knowing you know nothing.
  </q>
</p>
<p>
  <abbr title="HyperText Markup Language">HTML</abbr> is the foundation of the web.
</p>
<p>
  The offer expires at <time datetime="20:00">20:00 </time>
</p>
<pre>
  <code>
    .subscription__card--normal {
	    border-color: var(--border-color);
	}
  </code>
</pre>
<p>
	Special <strong>discount offer<strong>
</p>
<p>
  <s>300€</s>
</p>
<h3>
  150€
</h3>
Powered by Forestry.md