{"id":776,"date":"2024-03-20T22:05:32","date_gmt":"2024-03-20T16:35:32","guid":{"rendered":"https:\/\/csaccept.com\/?p=776"},"modified":"2024-03-20T22:05:36","modified_gmt":"2024-03-20T16:35:36","slug":"html-tag-with-example-heading-tag-pre-defined-heading-tag-with-example","status":"publish","type":"post","link":"https:\/\/csaccept.com\/html-tag-with-example-heading-tag-pre-defined-heading-tag-with-example\/","title":{"rendered":"HTML Tag with example || Heading tag \/ Pre-defined heading tag with example"},"content":{"rendered":"\n
\u2192 Tags are instructions that are embedded directly into the text of the documents.<\/p>\n\n\n\n
\u2192 All html tag begin with an open ‘<‘bracket and end with ‘>’bracket.<\/p>\n\n\n\n
There are two types of HTML tags:-<\/p>\n\n\n\n
<html>…………………<\/html><\/p>\n\n\n\n
<head>…………………<\/head><\/p>\n\n\n\n
<title>…………………<\/title><\/p>\n\n\n\n
<body>…………………<\/body><\/p>\n\n\n\n
<table>…………………<\/table><\/p>\n\n\n\n
<\/p>\n\n\n\n
2. Unpaired Tag : –<\/strong><\/p>\n\n\n\n <br><\/p>\n\n\n\n <hr><\/p>\n\n\n\n <meta><\/p>\n\n\n\n <input><\/p>\n\n\n\n <\/p>\n\n\n\n \u2192\u00a0HTML heading are defined with <h1> to <h6> .<\/p>\n\n\n\n \u2192\u00a0<h1> defined most important heading.<\/p>\n\n\n\n \u2192\u00a0<h6> defined least important heading.<\/p>\n\n\n\n Example : – <\/strong><\/p>\n\n\n\n <html><\/p>\n\n\n\n <body><\/p>\n\n\n\n <h1> Good Morning , India ! <h1><\/p>\n\n\n\n <h2> Good Morning , India ! <h2><\/p>\n\n\n\n <h3> Good Morning , India ! <h3><\/p>\n\n\n\n <h4> Good Morning , India ! <h4><\/p>\n\n\n\n <h5> Good Morning , India ! <h5><\/p>\n\n\n\n <h6> Good Morning , India ! <h6><\/p>\n\n\n\n <\/body><\/p>\n\n\n\n <\/html><\/p>\n\n\n\n <\/p>\n\n\n\n <\/p>\n","protected":false},"excerpt":{"rendered":" HTML Tag :- \u2192 Tags are instructions that are embedded directly into the text of the documents. \u2192 All html tag begin with an open ‘<‘bracket and end with ‘>’bracket.…<\/p>\n","protected":false},"author":2,"featured_media":779,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[23],"tags":[],"class_list":["post-776","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-html"],"jetpack_featured_media_url":"https:\/\/i0.wp.com\/csaccept.com\/wp-content\/uploads\/2024\/03\/html-css-collage-2.png?fit=993%2C532&ssl=1","jetpack-related-posts":[],"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/csaccept.com\/wp-json\/wp\/v2\/posts\/776","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/csaccept.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/csaccept.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/csaccept.com\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/csaccept.com\/wp-json\/wp\/v2\/comments?post=776"}],"version-history":[{"count":1,"href":"https:\/\/csaccept.com\/wp-json\/wp\/v2\/posts\/776\/revisions"}],"predecessor-version":[{"id":780,"href":"https:\/\/csaccept.com\/wp-json\/wp\/v2\/posts\/776\/revisions\/780"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/csaccept.com\/wp-json\/wp\/v2\/media\/779"}],"wp:attachment":[{"href":"https:\/\/csaccept.com\/wp-json\/wp\/v2\/media?parent=776"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/csaccept.com\/wp-json\/wp\/v2\/categories?post=776"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/csaccept.com\/wp-json\/wp\/v2\/tags?post=776"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}Heading tag \/ Pre-defined heading tag : –<\/h2>\n\n\n\n
Output : –<\/strong><\/mark><\/h2>\n\n\n\n
Good Morning , India !<\/h1>\n\n\n\n
Good Morning , India !<\/h2>\n\n\n\n
Good Morning , India !<\/h3>\n\n\n\n
Good Morning , India !<\/h4>\n\n\n\n
Good Morning , India !<\/h5>\n\n\n\n
Good Morning , India !<\/h6>\n\n\n\n