Saturday, 13 February 2010 06:27
18 May 2012 - 18/05/2012
HTML. Web pages are created using HTML (HyperText Mark-up Language). This is not a regular programming language, it is a mark-up language. Using HTML the coder is adding elements with some tags into the page and customize their look. Beside HTML, other languages and technologies can be used in creating the website.
CSS. Known as CSS - Cascading Style Sheets can be used to position and manipulate web page elements, to create custom styles for that element. For example, if you create a website using styles, and you will create a style for the title of the page using a red color and the font will have 20 pixels in size, if you want to modify its appearance you only have to change the style, you don't need to edit all the website pages for this. It's enough to modify a style and the changes will take effect in all of your website pages.
Java Script. The difference from HTML and Java Script is that Java Script it's a programming language. It is used together with the HTML. Into a HTML page you can integrate Java Script scripts. You can use Java Script for: pop-up windows, dynamic menus , showing images, scrolling texts, etc.
PHP and MySql. PHP it's a programming language as well. PHP is a server-side language, and not a client-side language like JavaScript. This mean that all the Java Script scripts are executed by the client and PHP scrips are executed by the server. PHP is used for different applications like e-commerce websites, forums, dynamically galleries, search engines, etc. PHP is used very often with MySql. MySql it's a data-base system especially conceived for internet uses. With MySql you can create complex data-bases which can be interrogated through PHP scripts and they can be easily integrated into HTML.
Flash. You can use Flash if you want to create complex animation or multimedia applications which can be inserted into your website.
There are two ways how you can use Flash:
You can create the whole website using Flash. In this case the HTML part will be reduced to some tags only which integrate the Flash application. Doing this there are some disadvantages: The pages will load slower and your website pages can be indexed by search engines.
You can create the website combining HTML with Flash. This is the best way, if you want to use flash. The website is created into HTML or PHP and only some elements from the website are created with Flash.
18 May 2012 - 18/05/2012
Comments
all the way to build a web site is provided here.
this is a very good article ...but Dreamweaver is another software which can be used to built website very easily.
this article has given much information about web language.
i learned some important term from this article so its a very good article.