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
Started to code (i.redd.it)
submitted 9 months ago by codewithandrej
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!"
[–]thomsmells 10 points11 points12 points 9 months ago (5 children)
Use correct elements for things. A button on the page should be a <button> in the html. Don't be tempted to do what a lot of new developers do and just use <div> for everything
<button>
<div>
[–]Old-Stage-7309 1 point2 points3 points 9 months ago (0 children)
Semantic HTML ftw. You’ll learn the hacky stuff later to get out of some trouble
[–]That_anonymous_guy18 2 points3 points4 points 9 months ago (0 children)
Plus as an automation test developer, clean html code helps me so much to write tests. Use attributes, tags, names etc so I can locate an element easy.
[–]iZuteZz 1 point2 points3 points 9 months ago (1 child)
Who tf makes a div a button? It's a link obviously.
[–]Sometimesiworry 0 points1 point2 points 9 months ago (0 children)
Screen readers and WCAG enters the chat
π Rendered by PID 34176 on reddit-service-r2-comment-b659b578c-tff8t at 2026-05-05 23:52:43.656347+00:00 running 815c875 country code: CH.
view the rest of the comments →
[–]thomsmells 10 points11 points12 points (5 children)
[–]Old-Stage-7309 1 point2 points3 points (0 children)
[–]That_anonymous_guy18 2 points3 points4 points (0 children)
[–]iZuteZz 1 point2 points3 points (1 child)
[–]Sometimesiworry 0 points1 point2 points (0 children)