The World Wide Web & Designing a web page
posted September 17, 2009 - 2:12pmThis article talks about the world wide web (www.) and how to create a web page
The World Wide Web operates using a client /server networking principle. When you enter the web address (URL) of a web page on your browse, you ask the browser to make a HTTP request of the particular computser having that URL. That computer serves the required page to you.
Your HTTP request has got a lot of information, like the domain which the page is stored in, the name of the page, and some parameters you send with your request.

To view web pages you need a computer with connection to the internet and a browser. Web pages can contain images, video, pictures and other multimedia. Hyperlinks are used to navigate through web pages.
To create a web page you can use a Web editor program or HTML. HTML is a programing language that you need to know if you want to create a web page. With it you can make everything you imagine in a web site, but it takes a very long time to learn it good. To make some multimedia on your page you might need to know how to program in Ajax, javascript or PHP. Making web pages is really funny but difficult, so if you are planning designing one, start learning HTML!

Comments
Post new comment