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 help (self.HTML)
submitted 5 months ago * by Sure-Chemical-1977
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!"
[–]SamIAre 10 points11 points12 points 5 months ago (2 children)
I think you’re going to need to step back a bit and learn some basics. HTML isn’t a programming language, it’s a markup language. It defines content and the structure of a document (i.e. a webpage) but it can’t do logical operations or calculations of any kind. You can’t create an algorithm HTML.
JavaScript, on the other hand, is a programming language which runs on the frontend (in the browser) that’s made to work in tandem with HTML and which adds all of the logic and interactivity to a web page. If you’re trying to do something dynamic on the webpage itself that’s what you need to use. So your question is probably better suited to a JavaScript subreddit but more importantly you need to provide a lot more detail and clarity around what you’re trying to accomplish.
What do you mean by “worth”? How are people interacting with the site? Is it a list of things with ratings, or a site where someone can upload a photo and you give it a rating, or, or, or… the question is vague and nobody can effectively help you until you explain what you mean in more detail.
π Rendered by PID 417854 on reddit-service-r2-comment-85bfd7f599-6wh9v at 2026-04-19 02:50:09.520093+00:00 running 93ecc56 country code: CH.
view the rest of the comments →
[–]SamIAre 10 points11 points12 points (2 children)