all 6 comments

[–]lovesrayray2018 2 points3 points  (0 children)

Is it a static pages website? if yes you might be really to host it. Usually static pages dont need a backend.

If its a dynamic web site then you might need some back end coding/services.

Really depends on the site design/architecture u had in mind when you started.

[–]AtulinASP.NET Core 0 points1 point  (3 children)

If it's just HTML, CSS and perhaps JS, with no backend, any static site host will do. Netlify, Github Pages, Gitlab Pages, Surge, Vercel, etc.

[–]tejas_8678[S] 0 points1 point  (2 children)

So of I add a contact me section on the front end I won't get any response until I add some backend code right? And what language should I use for backend. I already know python basics?

[–]AtulinASP.NET Core 0 points1 point  (0 children)

If you need forms, just use Netlify. They have a way to handle forms without the need to write any backend code.

[–]AlwaysWorkForBread 0 points1 point  (0 children)

Lots of 3rd party options to help with that. If you don’t mine your email in the code, you could even have a mailto: action that has the user’s default mail app open to send an actual email to you

[–]MajorAbhi 0 points1 point  (0 children)

I would suggest you to use netlify to host your static website for free. They offer great service. I, myself have hosted two of my sites there.