What is HTML?
HTML is a markup language and you can create web pages, web documents with HTML. You can describe web pages using ordinary text. HTML is not a difficult or complex language.
- HTML stands for Hyper Text Markup Language.
- You can describe HTML documents by HTML tags.
- HTML was developed by Berners-Lee in 1990.
- HTML is easy to learn.
Examples
HTML opening tag is <html> and closing tag is </html>
Head opening tag is <head> and closing tag is </head>
Title opening tag is <title> and closing tag is </title>
Body opening tag is <body> and closing tag is </body>
Heading One opening tag is <h1> and closing tag is </h1>
Paragraph opening tag is <p> and closing tag is </p>
Footer opening tag is <footer> and closing tag is </footer>