How to make my own website?

How to make a own website or webview?

Hi @anthonythimothy, welcome to the forums!

To make your own website, there are a few programming languages that you can use:

  1. HTML/CSS/Javascript - These languages work together and are used by developers to create websites.

  2. Python - This one is a bit more complicated because you have to install Flask on the Repl in order to make a website, but it definitely works.

Once you’ve selected one of these, there are many tutorials online or you can probably enroll in a programming class online or in-person.

1 Like

Keep in mind HTML & CSS are not programming languages. Also, Flask is more of an extra step because you still need to know HTML, CSS, and JS to make a website. It’s not one or the other.

4 Likes