+ 4

Html

how to make static websites?

8th Sep 2017, 3:55 AM
Priyank Sharma
Priyank Sharma - avatar
2 Answers
+ 1
Static is not synonym of 'not dynamic'... Static is meaning not updated page content during request and use. Typically a (static) file rather than an at request generated one, or an at runtime updated content one. But you could use Css in static page, and even JS, as well as using some dynamics and/or interractive effects ^^ To concret answer: you can make static website just by writting html/css/js files, uploading them somewhere in internet and... tadaa! your static site is done ;P
8th Sep 2017, 6:42 AM
visph
visph - avatar