From d1a993fe09b656a8c8b641e0065aaa72b551f05e Mon Sep 17 00:00:00 2001 From: kushan2018 <38235669+kushan2018@users.noreply.github.com> Date: Mon, 5 Nov 2018 04:42:53 +0530 Subject: [PATCH] Update index.md (#24264) --- .../html/tutorials/basic-html/index.md | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/guide/english/html/tutorials/basic-html/index.md b/guide/english/html/tutorials/basic-html/index.md index ecd99fdb45..761bc8f77b 100644 --- a/guide/english/html/tutorials/basic-html/index.md +++ b/guide/english/html/tutorials/basic-html/index.md @@ -15,6 +15,29 @@ title: Basic HTML ``` +Html Headings + +HTML headings are with the

to

tags. + +

Heading 1

+

Heading 2

+

Heading 3

+

Heading 4

+
Heading 5
+
Heading 6
+ +** out put ** + +//when you type this and get the out put you can see the different +-------------------- + + + + +#### More Information: + + + ## Explanation: The `` is to tell the browser you want the page to be rendered using HTML5.