Top Ads

Web Browsers

The purpose of a web browser (Chrome, IE, Firefox, Safari) is to read HTML documents and display them.
The browser does not display the HTML tags, but uses them to determine how to display the document:

Related Posts:

  • Html Tag Explained EXPLAINED TAG : The start tag is also called the opening tag, and the end tag the closing tag. The <!DOCTYPE html> decl… Read More
  • Write HTML Using Notepad or Notepad++ Follow the four steps below to create your first web page with Notepad or Notepad++. Step 1: Open Notepad or Notepad++ Open Notepad or No… Read More
  • HTML Versions & Structure Since the early days of the web, there have been many versions of HTML: HTML PAGE STRUCTURE Below is a visualization of an HTML page structure: … Read More
  • WHAT IS HTML? HTML IS A MARKUP LANGUAGE FOR DESCRIBING WEB DOCUMENTS(WEBPAGES).    1. HTML STANDS FOR HYPER TEXT MA… Read More
  • Save and Open the HTML Page Save the file on your computer. Select File > Save as in the Notepad++ menu. Name the file "Simple.html" and  You can use… Read More