Web Development

Web Development

                         Here Everyone, I am gonna to tell you all about the Web Development. Web Development can be refered as the the website development or the building of the site.
To make a website you need to learn some of the languages such as HTML, CSS , AJAX , JQuery , Javascript , PHP etc.
                          
                        Here I am gonna to tell you all the necessary things to be learnt for the web development. All the coding styles and the tricks for making your website beautiful and creative. Before starting you should know some basic terminologies of the website.

Important languages for web development :

1.HTML Hypertext Markup Language (HTML) is the standard markup language for creating Web pages and Web applications. With Cascading style sheet (CSS) and JavaScript it forms a triad of cornerstone technologies for the World wide web. Web browser receive HTML documents from a web server or from local storage and render them into multimedia web pages. HTML describes the structure of a web page semantically and originally included cues for the appearance of the document.
HTML element are the building blocks of HTML pages. With HTML constructs, images and other objects, such as interactive form,may be embedded into the rendered page. It provides a means to create structured document by denoting structural sematics for text such as headings, paragraphs, lists, links, quotes and other items. HTML elements are delineated by tags, written using angle brackets. Tags such as <img> and <input/> introduce content into the page directly. Others such as <p>....</p> surround and provide information about document text and may include other tags as sub-elements. Browsers do not display the HTML tags, but use them to interpret the content of the page.

2.CSSCSS (Cascading style sheet)is designed primarily to enable the separation of presentation and content, including aspects such as the layouts, colours and fonts. This separation can improve content accessibility, provide more flexibility and control in the specification of presentation characteristics, enable multiple HTML pages to share formatting by specifying the relevant CSS in a separate .css file, and reduce complexity and repetition in the structural content.

3.PHP :  PHP is a server side scripting language designed primarily for web development but also used as a general purpose programming language. Originally created by Rasmus lerdorf in 1994, the PHP reference implementation is now produced by The PHP Development team. PHP originally stood for Personal Home Page, but it now stands for the recursive acroynm PHP. Hypertext Preprocessor.
PHP code may be embedded into HTML or HTML5 , or it can be used in combination with various web template system, web content managment system and web frameworks.
PHP code may be embedded into HTML or HTML5 markup, or it can be used in combination with various web template system, web content managment system and web frameworks.

If you are not familier with these languages then stay connected to learn and be a developer and if you want some particular help then ask me here I will help you as soon as possible.

Comments