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

Leave a Reply