Static Website:
A static website means , the website may only contain a simple content. It may not react on user's action like to click on button may open a new tab. we have noticed in our previous session of HTML course that HTML can only develop a static website .It can not perform any task according to the user's input.
Dynamic Website (Javascript is a programming language):
What dynamic websites can do using javascript:
- It takes actions in a sequence.
- It performs actions repeatedly.
- It can make decisions according to the input data.
HTML is not a programming language:
One thing to keep in mind that HTML is not a programming language but it is a markup language, because a programming language is able to perform the above tasks. Whereas Html is just used to create a static website or to make a dummy of dynamic website.
0 Comments