Tuesday, June 18, 2013

Introduction to web Designing



In this post I'm going to discuss about basic of web development. If you are highly new to this subject or if you never create a web site you must start with the HTML.

We all know there are many languages or many terms with web development like HTML, XHTML,CSS,JavaScript …etc .ok .first I’m going to give you an basic introduction on those words.

XHTML  is the core basic element of a web site. It’s like the foundation of  a web site. By using CSS we can make the web site  more attractively. You can add colors arrange images  by using CSS.By using java script we can make the web site more smarter.  

Today web sites are not like reading book or any Article in internet .it had change lot.web sites are become more interactive and media base. There are two kind of web sites.Dianamic and static web sites.
static web page displays the same information for all users. Static web pages are often HTML documents stored as files in the file system and made available by the web server over HTTP.  web pages stored in a database, and could even include pages formatted using a template and served through an application server, as long as the page served is unchanging and presented essentially as stored.
A dynamic web page is a web page with web content that varies based on parameters provided by a user or a computer program.

There are some tools to develop web sits like dreamviwer  but As a beginner  it’s good to use Note pad or note pad ++ till u’r familiar with HTML tags.
This is the basic introduction of web designing we will meet in next post with HTML tags.

No comments:

Post a Comment