Follow Me

Basic HTML Structure

Mon, May 17, 2010

Html

Every html web page contains basic tags that are structured and having proper place in the page. Following are the HTML structure for any basic html page.


<html>

<head>

<title>Website Title</title>

</head>

<body>

content goes here...

</body>

</html>

Browser displays web page through HTTP protocol. This protocol responsible for displaying high per text (simple text, images, flash and other scripting contents).

Share and Enjoy:
  • Digg
  • del.icio.us
  • Facebook
  • Mixx
  • Google Bookmarks
  • Blogplay
  • blogmarks
  • Design Float
  • DZone
  • MySpace
  • Reddit
  • StumbleUpon
  • Twitter
, , , , , , ,

Related Posts:


Recent Posts:

  • Best collection of firefox addons for web designers and developers
  • .htaccess basic features with example
  • how to include an external css and js with javascript dynamically
  • How to preserve line breaks in textarea mysql data
  • how to generate excel report with php and mysql
  • Leave a Reply