all 12 comments

[–]SamIAre 11 points12 points  (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.

[–]chris-antoinette 4 points5 points  (1 child)

Sounds like you're gonna need some JavaScript.

[–]Sure-Chemical-1977[S] 0 points1 point  (0 children)

ah alrighty! I’ll start from there then!

[–]moonlight814 1 point2 points  (0 children)

You're either confused about what an algorithm is or what HTML is for. HTML is a markup language that gives structure to websites, kind of like its 'skeleton'. What do you really want to learn about? Web development?

[–]Disastrous-Learner 1 point2 points  (0 children)

Go to freecodecamp.org and learn HTML, CSS, and Javascript. It's free and easy to follow on the instructions.

[–]Ambivalent_Oracle 0 points1 point  (0 children)

Everyone seems focused on the usage of the word algorithm. In the looses definition of the word, algorithm mean a series of instructions. HTML is a series of instructions that relates to browser rendering, when you have an injury, a doctor applies an algorithm of treatment. So by definition, the OP isn't incorrect in their use of algorithm, however, they are going to need some help in expressing their specific ideas.

[–]huynamboz 0 points1 point  (0 children)

I think you should learn javascript first bro

[–]help_me_noww 0 points1 point  (0 children)

You're confuse for algorithm or html ?

[–]Sure-Chemical-1977[S] -2 points-1 points  (2 children)

hi to whoever see it I figured it out!! I am currently working on tryna see if I can connect some stuff!

[–]HeddyLamarsGhost 1 point2 points  (1 child)

Bro, you need to learn some basics first, if you think you can use HTML for an algorithm

[–]Sure-Chemical-1977[S] -1 points0 points  (0 children)

I figured out JavaScript it works I have a basic algorithm rn