What is the key to creating a beautiful web site? | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
+ 5

What is the key to creating a beautiful web site?

If I go to create a website then I have to learn what to do?

28th Apr 2018, 3:35 PM
Md Isa Miah
Md Isa Miah - avatar
2 Réponses
+ 4
HTML, CSS and JavaScript for sure, but the term "beautyfull" is really subjective, can you give an example of a website you like? (PHP, WordPress, Bootstrap and JavaScript frameworks can be helpfull as well) Important thing: it's all about responsiveness these days (you can use bootstrap for that) All above things are front-end related. Want to store user data and use logic/domain? Then a back-end with an API can be usefull as well. You can use much stuff for that as well. I would recommend taking a look at AngularJS, NodeJS, languages like Python, Java, C++ and databases like Oracle SQL, MySQL, PostgreSQL
28th Apr 2018, 4:28 PM
***
*** - avatar
+ 6
Minimalism: Fast load times, not tons of click-able gifs, clear font. Neutral colours: Light grey for text backgrounds and black font. Nobody wants #FFFFFF backgrounds at 02h00. Responsive layout: loads of devices have net access. The rest is personal taste. HTML and CSS should see you through unless you need JavaScript functionality (which slows loading). Remember many folk block js by default.
28th Apr 2018, 11:53 PM
non