Horje
How to view HTML Page in Web Browsers

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

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


Download Following index.html file in your Desktop.

index.html
Example: HTML
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>

<h1>My First Heading</h1>
<p>My first paragraph.</p>

</body>
</html>

Then Double click on index.html file from your desktop

Output should be:

Then Double click on index.html file from your desktop

Your html file/page will open by a browser like this:

Output should be:




Related Articles
What is HTML? HTML Introduction
What is HTML Code HTML Introduction
What is HTML Element HTML Introduction
How to view HTML Page in Web Browsers HTML Introduction
How should be HTML Page Structure HTML Introduction
What is HTML History HTML Introduction

Single Articles
Download Following index.html file in your Desktop.HTML Introduction
Then Double click on index.html file from your desktopHTML Introduction

Read Full::
HTML Introduction
Category:
Web Tutorial
Sub Category:
HTML Introduction
Uploaded:
1 year ago
Uploaded by:
Admin
Views:
178



Share on: