Ngahtech Tutorials

HTML Introduction

What is HTML?


A Simple HTML Document

Example




Page Title

My First Heading


My first paragraph.


Example Explained

Start tagElement contentEnd tag

My First Heading

My first paragraph.

nonenone

Note: Some HTML elements have no content (like the
element). These elements are called empty ele

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:

Exit mobile version