Thursday, April 19, 2012

BASICS OF WEB DESIGN: Creating Your First Web Page




       Like i mentioned earlier, in creating a HTML document or a web page, we use tags, for instance the opening tag of any HTML document is <html> and this marks the beginning of a HTML document.

Monday, April 16, 2012

BASICS OF WEB DESIGN: Web Pages

        Web pages are documents created with HTML and are displayed using web browsers. The contents of a web page can be texts, pictures, sounds, videos, flash games, or web programs/ applications. There are two types of web pages categorized according to the the way is processed and relayed to the web client/browser by the web server.

Sunday, April 15, 2012

BASICS OF WEB DESIGN: Introduction to web design

     Contents for the web are created using HTML (hypertext mark up language). A web site contains one to thousands of pages created basically with HTML.