Archive for June, 2008

Introduction

Jun 04, 2008 in tutorials

As a beginner you would also be interested in knowing more about the The World Wide Web, how data transfer takes place on the Internet using the various Internet Protocols. I will also provide a brief of HTML, the language used to develop web pages and web sites. [A detailed tutorial on HyperText Markup Language (HTML) is also available on this web site along with the more advanced HTML tutorial]. Technically speaking, HTML is not a language per se… it is rather a set of tags by which a web page can be structured. HTML, thus, is a series of instructions on how a web page should be structured and how its contents should be laid out. With the advent of Cascading Style Sheets, the grip of HTML on web page layout has decreased but old habits die hard and most web sites still use HTML in some form to layout a web page. -Source