Saturday, 3 October 2015

Beginning with HTML

HTML also known as hypertext markup language is used to create pages. It basically define the structure of the page just like the skeleton of a body.

HTML will consist of tags (angular brackets<>) which you need to understand but these tags will not be visible on user side. You can also embed images and object to make the website looks interesting.

To define the look and styling of a website you can also use CSS (Cascading Style Sheet) and JAVASCRIPT both of these will be discussed later. Web development Frameworks will also be discuss with the readers.