Follow Me

Tag Archive | "body"

Basic HTML Structure

Monday, May 17, 2010

0 Comments

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).

Continue reading...