Hey everyone! Today I officially started learning HTML and I'm pumped to share my very first project.
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.
What's on the page:
A title with the song name
The album cover art as an image
An audio player (I added the song file locally)
The full lyrics displayed in a
tag
A clickable button that links to the music video
A little page icon (favicon) with the album art
What I used (HTML only — no CSS, no JavaScript):Headings (
,
)
for the album art
with controls
and
for the lyrics formatting
with a button inside for the video link
, ,
A favicon for the browser tab
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.Feedback and tips from the community welcome! 💪
Top comments (1)
Some comments may only be visible to logged-in visitors. Sign in to view all comments.