Technology Aug 22, 2026 · 1 min read

Im new to Frontend, any suggestions for this project?

Im making a new project: "TailsMarket". No, its not real, just a practice project to learn HTML CSS and, JS. If you have any suggestions, or tips, tell me in the comments! <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=...

DE
DEV Community
by Tails The Miles
Im new to Frontend, any suggestions for this project?

Im making a new project: "TailsMarket". No, its not real, just a practice project to learn HTML CSS and, JS. If you have any suggestions, or tips, tell me in the comments!

<!DOCTYPE html>
<html>
<head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>TailsMarket - Shop Gaming to Coding!</title>
</head>
<body>
<h1>TailsMarket</h1>

<h3>Shop these items!</h3>

<h3>SPECIAL DEAL!</h3> 

<h3>ALL OF THE ITEMS FOR 8.99! ONLY THIS MONTH!</h3>

<p>Coder Mug $4.99</p>

<img src="https://i.etsystatic.com/21540718/r/il/a7a69a/2475120662/il_255x319.2475120662_eu5a.jpg" alt="Coder mug">

<p>Coder Shirt 6.99</p>

<img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQk-FDLx60lBLMmbVcFbw__F--p6G7Lkt0jK1kvpi1jFNOlkI5oTBiw1ug&s=10" alt="coder shirt">

</body>
</html>

Also, I use freeCodeCamp, Im at Responsive Web Design, Basic HTML, Build a Cat Photo App.

DE
Source

This article was originally published by DEV Community and written by Tails The Miles.

Read original article on DEV Community
Back to Discover

Reading List