Web app | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Web app

What is static and dynamic websites mean? Is it possible to create websites by only using HTML??

20th Dec 2017, 2:11 PM
Robin
Robin - avatar
2 Answers
+ 4
A Dynamic Website A dynamic website is a website that not only uses HTML and CSS, but includes website scripting as well. There are two main reasons why you’d want to use website scripting on your site: you want an interactive web app that people can use, not just readyou want to be able to share HTML code between your pages. This website is a dynamic website, for both of the above reasons. It’s not a full-blown web app like Facebook or Google, but it does have interactive elements like contact forms and search boxes. This website also shares the same HTML code for the header, menu and sidebar between all pages of the site. If you want a dynamic site, you will need to learn a coding language such as JavaScript, PHP, Ruby on Rails or ASP.NET ↓↓↓ http://www.codeconquest.com/website/static-vs-dynamic-websites/
20th Dec 2017, 2:16 PM
James16
James16 - avatar
0
Yes, you can create website only using HTML. HTML = HTML file = something.html If you make it dynamic, just put inline script tag, <script></script> and write some Js code there.
20th Dec 2017, 2:27 PM
Catty