Check out my awesome CodePen project where I'm struggling to change the heart emoji color!
https://codepen.io/Touraf/pen/MWVoyzW
This is where the emoji appears in the code-
The Fundamentals of Web Development: HTML
<img
src="IMG/laura-jones.jpg"
alt="Professional image of Laura Jones"
height="50"
width="50"
/>
<p id="author">
Posted by <strong>Laura Jones</strong> on Monday, June 21st, 2027
</p>
<img
src="IMG/post-img.jpg"
alt="HTML code displayed on a monitor"
width="500"
height="200"
class="post-img"
/>
<button>❤ Like</button>
</header>