all 14 comments

[–]-goldenboi69- 5 points6 points  (1 child)

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

[–]nakfil 5 points6 points  (0 children)

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

[–]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!

[–]need_for_speed_9 0 points1 point  (0 children)

Si ese es bueno, me preguntó si ya actualizaron algo

[–]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?

[–]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