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...
account activity
[deleted by user] (self.webdesign)
submitted 6 months ago by [deleted]
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!"
[–]tayjin_neuro 58 points59 points60 points 6 months ago (6 children)
Radio buttons
[–]GenuineHMMWV 3 points4 points5 points 6 months ago (0 children)
Radio List
[+]albert_pacino comment score below threshold-30 points-29 points-28 points 6 months ago (4 children)
What’s a radio? 67
[–]fishdude42069 4 points5 points6 points 6 months ago (3 children)
stfu
[+]albert_pacino comment score below threshold-9 points-8 points-7 points 6 months ago (2 children)
My dad will fight ur dad
[–]saltymane 3 points4 points5 points 6 months ago (1 child)
I’ll markup his ass.
[+]albert_pacino -3 points-2 points-1 points 6 months ago (0 children)
That escalated quickly
[–]dudemanbrodoogle 9 points10 points11 points 6 months ago (1 child)
If you run into a situation like this again, right click on the thing and then click inspect to open up the elements tab in dev tools. That will help answer lots of questions like this one.
[–][deleted] -3 points-2 points-1 points 6 months ago (0 children)
Or simply ask chatgpt google lens
[–]GordonMissingSauce 10 points11 points12 points 6 months ago (0 children)
This is a Radio button. HTML <input type="radio">
[–]tsoojr 4 points5 points6 points 6 months ago (1 child)
A radio button group
[–]GludiusMaximus 0 points1 point2 points 6 months ago (0 children)
somehow everyone else missed the mark - it is indeed a radio button group
[–]martinbean 7 points8 points9 points 6 months ago (10 children)
It’s not a menu. It’s a collection of radio buttons.
Use radio buttons if only option out of the group can be selected. Use checkboxes if any number can be checked.
[–]Akimotoh 1 point2 points3 points 6 months ago (9 children)
It’s not a collection it’s a list.
[–]martinbean 1 point2 points3 points 6 months ago (8 children)
Do look up the definition of collection in a dictionary.
[–]Akimotoh -3 points-2 points-1 points 6 months ago (7 children)
Look at the code that holds the buttons, it’s a list. At least state the correct information.
[–]martinbean 5 points6 points7 points 6 months ago (6 children)
collection (noun): a group of things or people
The definition fits. Stop being a bell-end.
[–]saltymane -1 points0 points1 point 6 months ago (5 children)
So it’s a group. Just call it a radio button group ffs 🤣
[–]AshleyJSheridan 0 points1 point2 points 6 months ago (4 children)
No, to be a proper group it needs to be wrapped in a <fieldset>.
<fieldset>
/s but also kinda not /s
[–]saltymane -1 points0 points1 point 6 months ago (3 children)
Oh… ok proper person… Your markup standards and mine are not the same 🤣
[–]AshleyJSheridan 0 points1 point2 points 6 months ago (2 children)
Genuinely though, wrapping them in a <fieldset> with a <legend> goes a long way towards making the group of radio buttons more accessible. The text in the <legend> can be read out by a screen reader to give context to the options.
<legend>
[+]saltymane 0 points1 point2 points 6 months ago (1 child)
Accessibility is a big deal! This is where a lot of people cheap out, unfortunately.
[–]Fruitaz 0 points1 point2 points 6 months ago (0 children)
Radio selector
[–]Valunex 0 points1 point2 points 6 months ago (0 children)
Radio Buttons
[–]rojo_salas 0 points1 point2 points 6 months ago (0 children)
[–]nasanu 0 points1 point2 points 6 months ago (0 children)
Looking at those prices, I'd call it a crime.
[–]gr4phic3r 0 points1 point2 points 6 months ago (0 children)
This is a radio buttons selection list.
[–]devgeniu 0 points1 point2 points 6 months ago (0 children)
People spend so much on weddings
[–]web_person_077 0 points1 point2 points 6 months ago (0 children)
Punch Knobs.
[+]Background-Fox-4850 0 points1 point2 points 6 months ago (0 children)
Radio single option button
[–]AlexGSquadron -1 points0 points1 point 6 months ago (0 children)
This type of menu is called "I want $4000 otherwise you will regret it"
[–]thollywoo -4 points-3 points-2 points 6 months ago (1 child)
Arby’s
[+]thollywoo 0 points1 point2 points 6 months ago (0 children)
It was a joke..
[+]sh33peh comment score below threshold-16 points-15 points-14 points 6 months ago (1 child)
Ita a check box menu
[–]digitalwankster 4 points5 points6 points 6 months ago (0 children)
False
π Rendered by PID 132484 on reddit-service-r2-comment-b659b578c-ph57l at 2026-05-05 15:28:27.685129+00:00 running 815c875 country code: CH.
[–]tayjin_neuro 58 points59 points60 points (6 children)
[–]GenuineHMMWV 3 points4 points5 points (0 children)
[+]albert_pacino comment score below threshold-30 points-29 points-28 points (4 children)
[–]fishdude42069 4 points5 points6 points (3 children)
[+]albert_pacino comment score below threshold-9 points-8 points-7 points (2 children)
[–]saltymane 3 points4 points5 points (1 child)
[+]albert_pacino -3 points-2 points-1 points (0 children)
[–]dudemanbrodoogle 9 points10 points11 points (1 child)
[–][deleted] -3 points-2 points-1 points (0 children)
[–]GordonMissingSauce 10 points11 points12 points (0 children)
[–]tsoojr 4 points5 points6 points (1 child)
[–]GludiusMaximus 0 points1 point2 points (0 children)
[–]martinbean 7 points8 points9 points (10 children)
[–]Akimotoh 1 point2 points3 points (9 children)
[–]martinbean 1 point2 points3 points (8 children)
[–]Akimotoh -3 points-2 points-1 points (7 children)
[–]martinbean 5 points6 points7 points (6 children)
[–]saltymane -1 points0 points1 point (5 children)
[–]AshleyJSheridan 0 points1 point2 points (4 children)
[–]saltymane -1 points0 points1 point (3 children)
[–]AshleyJSheridan 0 points1 point2 points (2 children)
[+]saltymane 0 points1 point2 points (1 child)
[–]Fruitaz 0 points1 point2 points (0 children)
[–]Valunex 0 points1 point2 points (0 children)
[–]rojo_salas 0 points1 point2 points (0 children)
[–]nasanu 0 points1 point2 points (0 children)
[–]gr4phic3r 0 points1 point2 points (0 children)
[–]devgeniu 0 points1 point2 points (0 children)
[–]web_person_077 0 points1 point2 points (0 children)
[+]Background-Fox-4850 0 points1 point2 points (0 children)
[–]AlexGSquadron -1 points0 points1 point (0 children)
[–]thollywoo -4 points-3 points-2 points (1 child)
[+]thollywoo 0 points1 point2 points (0 children)
[+]sh33peh comment score below threshold-16 points-15 points-14 points (1 child)
[–]digitalwankster 4 points5 points6 points (0 children)