<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>html basic heading tab Archives - Artificial Intelligence</title>
	<atom:link href="https://www.aiuniverse.xyz/tag/html-basic-heading-tab/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.aiuniverse.xyz/tag/html-basic-heading-tab/</link>
	<description>Exploring the universe of Intelligence</description>
	<lastBuildDate>Wed, 29 Mar 2023 05:13:00 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>HTML Headings:</title>
		<link>https://www.aiuniverse.xyz/html-headings/</link>
					<comments>https://www.aiuniverse.xyz/html-headings/#respond</comments>
		
		<dc:creator><![CDATA[Maruti Kr.]]></dc:creator>
		<pubDate>Wed, 29 Mar 2023 04:38:57 +0000</pubDate>
				<category><![CDATA[HTML]]></category>
		<category><![CDATA[example of html heading]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[html basic heading tab]]></category>
		<category><![CDATA[html heading]]></category>
		<category><![CDATA[html heading tag]]></category>
		<category><![CDATA[html tutorials]]></category>
		<category><![CDATA[html tutorials for beginners]]></category>
		<category><![CDATA[what is html heading]]></category>
		<guid isPermaLink="false">https://www.aiuniverse.xyz/?p=16239</guid>

					<description><![CDATA[<p>HTML heading describe what type of heading given in html pages. There are six type of html headings using in html Syntax: &#60;h1&#62; This is heading 1 <a class="read-more-link" href="https://www.aiuniverse.xyz/html-headings/">Read More</a></p>
<p>The post <a href="https://www.aiuniverse.xyz/html-headings/">HTML Headings:</a> appeared first on <a href="https://www.aiuniverse.xyz">Artificial Intelligence</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>HTML heading describe what type of heading given in html pages.</p>



<p>There are six type of html headings using in html </p>



<p><strong>Syntax:</strong></p>



<p>&lt;h1&gt; This is heading 1 &lt;/h1&gt;</p>



<p>&lt;h2&gt; This is heading 2 &lt;/h2&gt;</p>



<p>&lt;h3&gt; This is heading 3 &lt;/h3&gt;</p>



<p>&lt;h4&gt; This is heading 4 &lt;/h4&gt;</p>



<p>&lt;h5&gt; This is heading 5 &lt;/h5&gt;</p>



<p>&lt;h6&gt; This is heading 6 &lt;/h6&gt;</p>



<p><strong>Example of html heading tags:</strong></p>



<pre class="wp-block-code"><code>&lt;!DOCTYPE html&gt;
&lt;html&gt;
&lt;head&gt;
        &lt;title&gt;HTML Deading Tags&lt;/title&gt;
&lt;/head&gt;
&lt;body&gt;
    &lt;h1&gt;This is heading tag 1&lt;/h1&gt;
    &lt;h2&gt;This is heading tag 2&lt;/h2&gt;
    &lt;h3&gt;This is heading tag 3&lt;/h3&gt;
    &lt;h4&gt;This is heading tag 4&lt;/h4&gt;
    &lt;h5&gt;This is heading tag 5&lt;/h5&gt;
    &lt;h6&gt;This is heading tag 6&lt;/h6&gt;
&lt;/body&gt;
&lt;/html&gt;</code></pre>



<p><strong>Output:</strong></p>



<figure class="wp-block-image size-large is-resized"><img fetchpriority="high" decoding="async" src="https://www.aiuniverse.xyz/wp-content/uploads/2023/03/Capture-1-1024x530.png" alt="" class="wp-image-16240" width="840" height="434" srcset="https://www.aiuniverse.xyz/wp-content/uploads/2023/03/Capture-1-1024x530.png 1024w, https://www.aiuniverse.xyz/wp-content/uploads/2023/03/Capture-1-300x155.png 300w, https://www.aiuniverse.xyz/wp-content/uploads/2023/03/Capture-1-768x398.png 768w, https://www.aiuniverse.xyz/wp-content/uploads/2023/03/Capture-1-1536x795.png 1536w, https://www.aiuniverse.xyz/wp-content/uploads/2023/03/Capture-1-1170x606.png 1170w, https://www.aiuniverse.xyz/wp-content/uploads/2023/03/Capture-1.png 1901w" sizes="(max-width: 840px) 100vw, 840px" /></figure>



<p><strong>Note:</strong> if we write heading tag <strong>&lt;h7&gt;This is heading 7 &lt;/h7&gt;</strong>,   its display normal text because it is not predefine tags.</p>
<p>The post <a href="https://www.aiuniverse.xyz/html-headings/">HTML Headings:</a> appeared first on <a href="https://www.aiuniverse.xyz">Artificial Intelligence</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.aiuniverse.xyz/html-headings/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
