Web Design Posts

Begining a Java Script
JavaScript can be used in two different ways - (1) In the same HTML document, or (2) as a separate JavaScript file which can be linked by many HTML ...
Posted on 19 January 2016 Read More

Java Script
JavaScript, also known as ECMAScript (the untrademarked name used for the standard), is a dynamic programming language. It is most commonly used as ...
Posted on 19 January 2016 Read More

Learn HTML
HTML - HyperText Markup Language a language of the world wide web. Every information on the world wide web is in HTML. It is a simple markup languag...
Posted on 19 January 2016 Read More

Layout in HTML Document
The basic structure of any HTML document is like the above outlined picture. You have a header, a navigation bar, a place to put contents, a sidebar...
Posted on 15 March 2015 Read More

Introducing Attributes in HTML Elements
HTML Attributes Every HTML Elements usually have attributes to it. An attribute will provide additional information to the HTML element. Attributes a...
Posted on 27 February 2015 Read More