Nice website UI | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
+ 1

Nice website UI

Hi Except CSS what do I need to build a nice and beautiful website that has attractive UI?

21st Mar 2021, 9:44 AM
Fram
Fram - avatar
7 Antworten
+ 3
javascript is quite optional, as you could do amazing things by just using html and css (even having some basic interactivities)... however, javascript is required if you want to make web app' (html page with advanced interactivities through programming)
21st Mar 2021, 12:14 PM
visph
visph - avatar
+ 2
html and js
21st Mar 2021, 9:48 AM
Slick
Slick - avatar
+ 2
CSS is for the look. You need HTML for the structure and JS for the functionality
21st Mar 2021, 10:20 AM
Benjamin Jürgens
Benjamin Jürgens - avatar
+ 2
Ok thanks visph 🙏
21st Mar 2021, 1:27 PM
Fram
Fram - avatar
+ 1
I visited a website that had a nice UI With some blue and purple wave that always moved with a boat on it .with a great resolution. Did it build by css and js?
21st Mar 2021, 1:19 PM
Fram
Fram - avatar
+ 1
it could be... but it could also be done with js... you must deactivate js in your browser and load the website to know if js was used in this case (or investigate the website source code): if the cool UI breaks, then js was used, else only html/css ^^
21st Mar 2021, 1:23 PM
visph
visph - avatar
0
Hmm you can use typescript for an elegant website and also ruby on rails also you can still use bulma (css framework)
22nd Mar 2021, 9:35 AM
Yann Marc Tenanteu
Yann Marc Tenanteu - avatar