Web Browsers

The porpouse of a web browser (Chrome, Edge, Firefox, Safari) is to read HTML documents and display them correctly.

A browser does not display a HTML tags, but uses them to determinate how to display the document:

imagen 1

HTML Page Structure

Below is a visualization of an HTML page structure:

imagen 2