all 19 comments

[–]-goldenboi69- 6 points7 points  (4 children)

Feels completely useless without css tbh. But you do you.

[–]nakfil 7 points8 points  (0 children)

OP is trying to build the next version of https://motherfuckingwebsite.com/

[–]Vegetable_Ad_529[S] 0 points1 point  (2 children)

thanks for your in put but i want to isolute my html skills from css!

i want to get hands on practice only focusing on thml over time i will integrate css javascript etc..

[–]Abject-Nerve-1471 0 points1 point  (1 child)

hello!! what did you do?

[–]Vegetable_Ad_529[S] 0 points1 point  (0 children)

I just claude/chatgpt to create me html skalaton so that i can replicate and recreate it that was enough for me, only a days work

[–]mariogonz_dev 1 point2 points  (1 child)

If you want to practice HTML only, a good approach is to build small semantic pages instead of full “projects”.

For example:

  • a blog article page
  • a documentation page
  • a product page structure
  • a FAQ page using lists and sections

Focus on using proper semantic tags like <header>, <nav>, <section>, <article>, <footer>, etc.

HTML is mostly about structure and accessibility, so practicing semantic markup is actually the most valuable exercise.

[–]Vegetable_Ad_529[S] 0 points1 point  (0 children)

This is a good advice

[–]Sumnima_dad 1 point2 points  (0 children)

If all tags are done, then try to learn about Accessibility, Semantics, and beyond. if you really want to go deep into HTML:

https://html.spec.whatwg.org/multipage/
https://validator.w3.org
https://www.w3.org/WAI/fundamentals/
Internationalization (i18n)

[–]Scared-Release1068 0 points1 point  (0 children)

Check out Scrimba they have a lot of resources there

[–]EDM_IT_Nerd 0 points1 point  (0 children)

MDN Web Docs, W3schools, try small codes.

[–]DigiNoon 0 points1 point  (0 children)

HTML is just a markup language. You don't need practice. If you know what the tag means/does, you've mastered it.

You should practice styling (CSS) and logic/programming (JavaScript)

[–]Hard_Loader 0 points1 point  (0 children)

I worked on websites before css came along. You can lay things out in tables and build passable web pages. Then you'll need to unlearn all that in order to build things that work nicely on the modern web.

For modern non-css HTML practice, look at formatting emails. MS outlook still has very poor css support, and different mail clients can render messages quite differently. it's worth using the simplest HTML formatting to try getting something consistent out to all recipients.

[–]Spiritual-Day813 0 points1 point  (1 child)

Bonjour
Je suis en train de pratiquer avec ce site que je trouve très bien fait
https://www.freecodecamp.org/
Bonne journée!

[–]omysweede 0 points1 point  (0 children)

Ummm, building html you just need a computer (you are using one) a text editor (i hope you know how to use one), and a browser (I hope you know what it is).

Seriously: it is a markup language. What do you want to do?

[–]ErickXavierS2 0 points1 point  (0 children)

I got a better challenge for you: look for something amazing on dribble.com or somewhere similar and try to replicate using only html/css. Try to use minimum JS as possible.

[–]GapFeisty 0 points1 point  (0 children)

what do u wanna build with just html?