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: |
Example:
HTML
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>
<h1>My First Heading</h1>
<p>My first paragraph.</p>
</body>
</html>
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 |
Download Following index.html file in your Desktop. | HTML Introduction |
Then Double click on index.html file from your desktop | HTML Introduction |
Read Full:: | HTML Introduction |
Category: | Web Tutorial |
Sub Category: | HTML Introduction |
Uploaded: | 1 year ago |
Uploaded by: | Admin |
Views: | 178 |