How does a Browser Display a Web Page or website?

Started by Sudhakar, May 26, 2009, 03:44 PM

Previous topic - Next topic

Sudhakar

    *  All web pages contain instructions for display.
    * The browser displays the page by reading these instructions.
    * The most common display instructions are called HTML tags.
    * HTML tags look like this <p>This is a paragraph.</p>.

A Few Tags,

<html></html>
<body></body>
<head></head>



etc...