<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Abel Alpha</title>
    <description>The latest articles on DEV Community by Abel Alpha (@abel_alpha_dd74075d3e4616).</description>
    <link>https://dev.to/abel_alpha_dd74075d3e4616</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4024004%2Fbe90b595-f4b3-41b3-9dc0-b4531fddf475.jpg</url>
      <title>DEV Community: Abel Alpha</title>
      <link>https://dev.to/abel_alpha_dd74075d3e4616</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/abel_alpha_dd74075d3e4616"/>
    <language>en</language>
    <item>
      <title>Day 1 of Learning HTML: I Built a Tribute Page for "My Kind of Woman" 🎸</title>
      <dc:creator>Abel Alpha</dc:creator>
      <pubDate>Mon, 13 Jul 2026 18:25:45 +0000</pubDate>
      <link>https://dev.to/abel_alpha_dd74075d3e4616/day-1-of-learning-html-i-built-a-tribute-page-for-my-kind-of-woman-1kdo</link>
      <guid>https://dev.to/abel_alpha_dd74075d3e4616/day-1-of-learning-html-i-built-a-tribute-page-for-my-kind-of-woman-1kdo</guid>
      <description>&lt;p&gt;Hey everyone! Today I officially started learning HTML and I'm pumped to share my very first project.&lt;/p&gt;

&lt;p&gt;It took me 2 hours and 40 minutes to learn the basics and experiment, and I built a simple tribute page for one of my favorite songs — "My Kind of Woman" by Mac DeMarco.&lt;/p&gt;

&lt;p&gt;What's on the page:&lt;/p&gt;

&lt;p&gt;A title with the song name&lt;br&gt;
The album cover art as an image&lt;br&gt;
An audio player (I added the song file locally)&lt;br&gt;
The full lyrics displayed in a &lt;/p&gt;
&lt;pre&gt; tag&lt;br&gt;
A clickable button that links to the music video&lt;br&gt;
A little page icon (favicon) with the album art&lt;br&gt;
What I used (HTML only — no CSS, no JavaScript):

&lt;p&gt;Headings (&lt;/p&gt;&lt;h1&gt;, &lt;/h1&gt;&lt;h4&gt;)&lt;br&gt;
&lt;img&gt; for the album art&lt;br&gt;
 with controls&lt;br&gt;
&lt;pre&gt; and &lt;br&gt; for the lyrics formatting&lt;br&gt;
&lt;a&gt; with a button inside for the video link&lt;br&gt;
, , &lt;br&gt;
A favicon for the browser tab&lt;br&gt;
It's not pretty — just pure, raw HTML — but I made it myself and I'm proud of it. Next up: CSS and making this thing actually look good.

&lt;p&gt;Feedback and tips from the community welcome! 💪&lt;/p&gt;

&lt;/a&gt;&lt;/pre&gt;
&lt;/h4&gt;&lt;/pre&gt;

</description>
      <category>webdev</category>
      <category>programming</category>
      <category>reviews</category>
      <category>learning</category>
    </item>
  </channel>
</rss>
