+ 1

Can anyone tell me the simplest complete code to develop a website

Challenge for all the learner's and developer s

8th Jan 2019, 5:34 PM
Dinesh Manikanta
Dinesh Manikanta - avatar
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!
10th Jan 2019, 8:36 PM
Osamah Mohammed Al-Haddad
Osamah Mohammed Al-Haddad - avatar
+ 1
What do you means?😊
8th Jan 2019, 5:43 PM
Kelvin Paul
Kelvin Paul - avatar
+ 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.
8th Jan 2019, 6:56 PM
Florent
Florent - avatar
+ 1
< HTML > < HEAD > < TITLE > title of page< /TITLE > < /HEAD > < BODY> write whatever you like here < /BODY > < /HTML >
8th Jan 2019, 9:12 PM
bedawang
bedawang - avatar
0
I want to know the code for a complete website
8th Jan 2019, 5:44 PM
Dinesh Manikanta
Dinesh Manikanta - avatar