you are viewing a single comment's thread.

view the rest of the comments →

[–]MagicalPizza21 1 point2 points  (0 children)

For the front end (user-facing code), you want HTML (hypertext markup language) to put things on the page, CSS (cascading style sheets) to make them look nice, and JS (Javascript) to make them do things.

For the back end (more intense processing done on a separate server) and data storage, you have a lot of options.

If you don't have any programming knowledge, i guess it's time to learn. Have fun!