Introduction

Fill in some text

HTML is a Markup Language  Which is used to Create Web Pages

History

HTML was First Created by Tim Berners-Lee in 1993

Example

<!DOCTYPE html> <html> <head> <title>Page Title/title> </head> <body> <h1>My First Heading</h1> <p>My first paragraph.</p> </body> </html>

Structure Of Web Page