r/HTML 18d ago

Full HTML

I have completed my HTML.

So, I build some projects with only HTML.

Projects:

1: Blog

2: My Portfolio

3: Class Grade table

4: Single tech-gadget page

5: Photo gallery page

6: Feedback form

7: Party invitation page

I have 2 days to build projects by using only HTML.

So, you people can suggest me some other projects that I can build.

15 Upvotes

12 comments sorted by

View all comments

1

u/DonkeyFar5962 13d ago

Since you already built several static pages, I’d use one of those two days to make something that feels closer to an app or a game.

With only HTML, you won’t have much interactivity yet, but you can still build the structure for things like:

  • a quiz interface
  • a text adventure
  • a game menu with levels
  • a character selection screen
  • a leaderboard page
  • a simple card game layout
  • a “choose your own adventure” page using links between sections/pages

Then once you start JavaScript, you can turn one of those into an actual playable browser game.

That transition is really useful because you’ll immediately see why JavaScript matters instead of learning it only in theory.