How Can Some Website Very Smooth,Fast,And Beautiful And Some Is Not...what makes its deference?... | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
+ 4

How Can Some Website Very Smooth,Fast,And Beautiful And Some Is Not...what makes its deference?...

website

4th Nov 2016, 11:15 AM
Rasing Angi
Rasing Angi - avatar
3 Antworten
+ 10
Hi and the answer to your question is like this: in order for your website to look good you need CSS i.e. style, borders, tables, animation etc, in other words style of the website aka looks. In order to have structure you need HTML, that is, you need to be able to answer the following questions: How is my text in my website located: i.e. center? When is a text broken (that is text-wrap and also word-wrap)? What does my page contain? (i.e. title, number of boxes, colspan and rowspan etc) In order to make the website more interactive you need a loose programming language like JS(JavaScript). By the way JS is a client-side programming language. In order to put your website and for it to work you need JS libraries like Node.js, Angular.js. These libraries are called server-side languages. All these topics can be found on w3schools.com. Also there you can try any code and practice. I hope this helps.
4th Nov 2016, 6:54 PM
Veress Odon
Veress Odon - avatar
+ 5
Framework and library used may play a role in the appearances of website but they could also make website slow too. Also everyone don't think alike, what someone considers "nice" may be seen by others as "not nice".
4th Nov 2016, 7:16 PM
Victor Ogudu
Victor Ogudu - avatar
+ 4
If the code of the site is not built up logically, it might contain extra steps that need extra loading time. The better your computer, the less you feel from these. Big pictures and too many interractions (mostly java scripts, using database with too many commands) also make the site load slower. Nowadays sites should also be optimised for certain (leading) browsers for better usability.
29th Aug 2017, 8:22 PM
Ágnes Lőrincz
Ágnes Lőrincz - avatar