answersLogoWhite

0

You can create static websites in php and HTML languages.

http://www.neotericuk.co.UK/

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

Why is it that language is dormant and not static but active and changing?

Because people also evolve. Language doesn't work in a vacuum, the real question is why people are not formant and static in their manner of speaking. We effect language, language doesn't affect us. So the short answer is:because people aren't dormant and static.


Language is never static?

Except for dead languages.


What is the meaning of language is never static?

pakyu kayo hahaha


What is the difference between static and dynamic programming?

in static programming properties, methods and object have to be declared first, while in dynamic programming they can be created at runtime. This is usually due to the fact that the dynamic programming language is an interpreted language.


What is the definition of the term C static?

The term C static is a variable within computer programming in particular C Language. When set static the variable inside a function keeps its value between invocations.


Why is it that language is not dormant and static but active and changing?

Because people also evolve. Language doesn't work in a vacuum, the real question is why people are not formant and static in their manner of speaking. We effect language, language doesn't affect us. So the short answer is:because people aren't dormant and static.


Is the English language now static?

No, the English language is not static. It continues to evolve over time through influences from various cultures, technological advancements, and changes in communication trends. New words, phrases, and meanings are constantly being introduced, reflecting the dynamic nature of language.


Definition of static HTML?

HTML by its very nature is static. If you desire to have a dynamic site, that requires a coding language like PHP, ASP, or other dynamic language. These dynamic languages typically also use HTML to create the structure for a web page.


What are different static and dynamic features of oops?

static feature are aspects of a program that are fixed at compile time dynamic feature can change at run time the static and dynamic is manifested in oo language in number of diff ways.we consider 1.static and dynamic typing 2." " " classes 3." " " method binding


What is IL?

IL stands for Intermediate language. It is an object-oriented programming language that is used by compilers for the .NET Framework before static or dynamic compilation to machine code.


What is language dynamics?

A dynamic language is a language that displays text in a dynamic, non-static, manner, without having to change the source of a file; dynamic languages can also perform a number of tasks, such as information retrievement and insertion. Dynamic languages are primarily used for modern computer applications. For example, a dynamic language may be used to output the name of a user, in which was entered through an HTML input element, and processed by the dynamic language to actually log the user in. A static language cannot do this.


Why use static variable in programming language?

For C programming, the use of a static variable has two uses: One reason is to hide the variable from other modules. The scope of the static variable is limited to the compilation unit that it is described in. The second use of a static variable is to keep the value of the variable intact through the entire program execution unit.