| HTML |
| HTML
is the language used to control the display of web content on a
web page. HTML enables developers to position elements in a webpage,
apply styling embed tables and create links between web pages. The
simplicity of HTML was a large contributor to the explosive growth
enjoyed by the World Wide Web. However, its simplicity soon became
restrictive and other technologies were required to satisfy the
demand for ever more complex web sites.
Today, LGR (UK) Ltd use a combination of HTML, JavaScript and CSS
to deliver rich, client side web pages. Behind the scenes we use
a server side scripting lanaguage such as PHP, ASP or JSP to create
dynamic content to be rendered in HTML.
|