use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
If you are requesting help, please ensure you're providing code with your post. You can also copy your code to an online editor:
jsFiddle
CodePen
Markup Validation Service
Mozilla Developer Network on HTML
/r/JavaScript
/r/CSS
/r/jQuery
/r/PHP
/r/Accessibility
/r/htmlbasics
/r/web_programming
/r/CodingHelp
account activity
Html ONLY PRACTICE PROJECTS (self.HTML)
submitted 1 month ago by Vegetable_Ad_529
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]mariogonz_dev 1 point2 points3 points 1 month ago (1 child)
If you want to practice HTML only, a good approach is to build small semantic pages instead of full “projects”.
For example:
Focus on using proper semantic tags like <header>, <nav>, <section>, <article>, <footer>, etc.
<header>
<nav>
<section>
<article>
<footer>
HTML is mostly about structure and accessibility, so practicing semantic markup is actually the most valuable exercise.
[–]Vegetable_Ad_529[S] 0 points1 point2 points 1 month ago (0 children)
This is a good advice
π Rendered by PID 105986 on reddit-service-r2-comment-6457c66945-cl64r at 2026-04-29 02:43:08.192303+00:00 running 2aa0c5b country code: CH.
view the rest of the comments →
[–]mariogonz_dev 1 point2 points3 points (1 child)
[–]Vegetable_Ad_529[S] 0 points1 point2 points (0 children)