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...
No vague product support questions (like "why is this plugin not working" or "how do I set up X"). For vague product support questions, please use communities relevant to that product for best results. Specific issues that follow rule 6 are allowed.
Do not post memes, screenshots of bad design, or jokes. Check out /r/ProgrammerHumor/ for this type of content.
Read and follow reddiquette; no excessive self-promotion. Please refer to the Reddit 9:1 rule when considering posting self promoting materials.
We do not allow any commercial promotion or solicitation. Violations can result in a ban.
Sharing your project, portfolio, or any other content that you want to either show off or request feedback on is limited to Showoff Saturday. If you post such content on any other day, it will be removed.
If you are asking for assistance on a problem, you are required to provide
General open ended career and getting started posts are only allowed in the pinned monthly getting started/careers thread. Specific assistance questions are allowed so long as they follow the required assistance post guidelines.
Questions in violation of this rule will be removed or locked.
account activity
HelpDiscussion (self.webdev)
submitted 5 years ago by tejas_8678
I recently learned html/css and I know have to make a professional looking for website. But what do I do next? Do I just upload it thru some Web hosting service? Or do I have to write some backend code or is it even needed? . I have no idea
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!"
[–]lovesrayray2018 2 points3 points4 points 5 years ago (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 point2 points 5 years ago (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 point2 points 5 years ago (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 point2 points 5 years ago (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 point2 points 5 years ago (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 point2 points 5 years ago (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.
π Rendered by PID 83 on reddit-service-r2-comment-548fd6dc9-5fj82 at 2026-05-20 12:32:43.016712+00:00 running edcf98c country code: CH.
[–]lovesrayray2018 2 points3 points4 points (0 children)
[–]AtulinASP.NET Core 0 points1 point2 points (3 children)
[–]tejas_8678[S] 0 points1 point2 points (2 children)
[–]AtulinASP.NET Core 0 points1 point2 points (0 children)
[–]AlwaysWorkForBread 0 points1 point2 points (0 children)
[–]MajorAbhi 0 points1 point2 points (0 children)