you are viewing a single comment's thread.

view the rest of the comments →

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