Today I will start trying the challenge of completing all the courses on Freecodecamp starting from the beginning of HTML and CSS
on today a #Day1 for me challenge in #100DaysOfCode and Today I learned a lot about HTML at #freecodecamp. I found several tags before I didn't understand their use
<figure>
<img src="https://cdn.freecodecamp.org/curriculum/cat-photo-app/cats.jpg" alt="Five cats looking around a field.">
<figcaption>Cats <strong>hate</strong> other cats.
</figcaption>
which sometimes when I add an image just use directly without going into it
Top comments (0)