Friday, December 16, 2011

Basic html tags

<html> - Begins your HTML document.

<head> - Contains information about the page such as the TITLE, META tags for proper Search Engine indexing, STYLE tags, which determine the page layout, and JavaScript coding for special effects.


<title> - The TITLE of your page. This will be visible in the title bar of the viewers’ browser.

</title> - Closes the HTML <title> tag.

</head> - Closes the HTML <head> tag.

<body> - This is where you will begin writing your document and placing your HTML codes.

</body> - Closes the HTML <body> tag.

</html> - Closes the <html> tag.


web design link
reference:

http://www.web-source.net/html_codes_chart.htm link 

Web Design and Web Development


Web Design and Web Development

Web Design

Web design is the customer-facing part of the website. A web designer  is concerned with how a site looks and how the customers interact with it. Good web designers know how to put together the  principles of design to create a site that looks great. They also understand about usability and how to create a site that customers want to navigate around in because it’s so easy to do.

Web Development

Web development is the back-end of the website, the programming and interactions on the pages. A web developer focuses on how a site works and how the customers get things done on it. Good web developers know how to program   and scripts like PHP. They understand about how web forms work and can keep a site running effectively.


HTML basic tag
reference:
http://webdesign.about.com/od/jobs/qt/difference-web-design-web-development.htm



 Web Design