+ 1
Can anyone tell me the simplest complete code to develop a website
Challenge for all the learner's and developer s
5 Answers
+ 3
As far as I know, websites aren't just a couple of html tags. That's a webpage! Websites consist of two parts, front-end and back-end. So you need more than one simple code to make even the simplest websites. Hell, you will need more than one programming languages to make it run.
Now, if you are interested in making a website, then may I suggest you start learning at least html and PHP. But if you really want to be a pro, you will also need CSS, JavaScript.
.
P.S. if you have some python knowledge, then along learning html, CSS, a bit of JS, use python flask or django. They are easy-to-use and learn tools for creating, managing and automating servers. Try them and you will thank me!
+ 1
What do you means?đ
+ 1
well, you can just do everything with a few html tags. it will be a simple website. Everything else will depends on what purpose and features the website is supposed to cover.
+ 1
< HTML >
< HEAD >
< TITLE > title of page< /TITLE >
< /HEAD >
< BODY>
write whatever you like here
< /BODY >
< /HTML >
0
I want to know the code for a complete website