Declarative and procedural programming languages

HTML and CSS are examples of declarative programming languages.HTML is responsible for content and CSS is responsible for the look of that content. Even so it is possible to specify how each element is going to look like with HTML document itself, it is probably not as efficient from developer standpoint.

Procedural programming languages are programming languages such as C, C# and so on.

Comments

Popular posts from this blog

Absolute and relative path in HTML pages

Errors

goto PHP operator