<?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>Skeletal Tags | Student Projects</title>
	<atom:link href="https://studentprojects.in/tag/skeletal-tags/feed/" rel="self" type="application/rss+xml" />
	<link>https://studentprojects.in</link>
	<description>Microcontroller projects, Circuit Diagrams, Project Ideas</description>
	<lastBuildDate>Sun, 27 Nov 2022 08:54:33 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.1.7</generator>
	<item>
		<title>Skeletal Tags</title>
		<link>https://studentprojects.in/software-development/skeletal-tags/</link>
					<comments>https://studentprojects.in/software-development/skeletal-tags/#respond</comments>
		
		<dc:creator><![CDATA[Shubhajna Rai]]></dc:creator>
		<pubDate>Wed, 30 Nov 2022 03:03:00 +0000</pubDate>
				<category><![CDATA[Software Development]]></category>
		<category><![CDATA[Skeletal Tags]]></category>
		<category><![CDATA[Root of HTML page]]></category>
		<category><![CDATA[suntax]]></category>
		<guid isPermaLink="false">https://studentprojects.in/?p=9798</guid>

					<description><![CDATA[<p>Below, some fundamental tags and their definitions are covered. The term &#8220;skeletal tags&#8221; refers to these three tags.the &#8220;root of an HTML page&#8221; html tag Syntax: As discussed above, all the contents are wrapped in between the opening tag&#160; &#60;html&#62; and the closing tag &#60;/html&#62;. In between &#60;html&#62; and &#60;/html&#62; tag, our content contains two</p>
<p>The post <a href="https://studentprojects.in/software-development/skeletal-tags/">Skeletal Tags</a> first appeared on <a href="https://studentprojects.in">Student Projects</a>.</p>]]></description>
										<content:encoded><![CDATA[<p>Below, some fundamental tags and their definitions are covered.</p>



<figure class="wp-block-image size-full is-resized"><img decoding="async" src="https://studentprojects.in/wp-content/uploads/2022/11/image-3.png" alt="" class="wp-image-9799" width="384" height="222" srcset="https://studentprojects.in/wp-content/uploads/2022/11/image-3.png 645w, https://studentprojects.in/wp-content/uploads/2022/11/image-3-300x173.png 300w" sizes="(max-width: 384px) 100vw, 384px" /></figure>



<p>The term &#8220;skeletal tags&#8221; refers to these three tags.the &#8220;root of an HTML page&#8221; html tag</p>



<p>Syntax:</p>



<pre class="wp-block-code"><code lang="markup" class="language-markup">&lt;html&gt;
//content
&lt;/html&gt;
</code></pre>



<p>As discussed above, all the contents are wrapped in between the opening tag&nbsp; &lt;html&gt; and the closing tag &lt;/html&gt;. In between &lt;html&gt; and &lt;/html&gt; tag, our content contains two parts i.e. a header section i.e. &lt;head&gt;&#8230;&lt;/head&gt; and a body section i.e. &lt;body&gt;&#8230;&lt;/body&gt;.</p>



<p>&lt;head&gt; tag :&nbsp;&nbsp; “header part of an HTML page”</p>



<p>Syntax:</p>



<pre class="wp-block-code"><code lang="markup" class="language-markup">&lt;head&gt;
//head content
&lt;/head&gt;
</code></pre>



<p>Our header section starts from &lt;head&gt; and closes at &lt;/head&gt; tag. It defines the head of a document. This tag contains meta tags i.e. &lt;meta&gt;&#8230;.&lt;/meta&gt; and a title tag i.e. &lt;title &gt;&#8230;&lt;/title&gt;. The title is shown in the top tab of your browser but metadata is not displayed anywhere, it is generally used for SEOs and contains information about the document.</p>



<p>&lt;title &gt; tag :&nbsp; “title part of an HTML page”</p>



<p>Syntax:</p>



<pre class="wp-block-code"><code lang="markup" class="language-markup">&lt;title&gt;
//any title name
&lt;/title&gt;
</code></pre>



<p>&nbsp;Our title section starts from &lt;title&gt; and closes at &lt;/title&gt; tag. It defines the title of a document.</p>



<p>&lt;body&gt; tag :&nbsp; “body part of an HTML page”</p>



<p>Syntax:</p>



<pre class="wp-block-code"><code lang="markup" class="language-markup">&lt;body&gt;
//body content
&lt;/body&gt;
</code></pre>



<p>&nbsp;Our body section starts from &lt;body&gt; and closes at &lt;/body&gt; tag. It defines the body of a document. This tag contains various other tags. All the contents in between this tag are displayed on a web browser</p><p>The post <a href="https://studentprojects.in/software-development/skeletal-tags/">Skeletal Tags</a> first appeared on <a href="https://studentprojects.in">Student Projects</a>.</p>]]></content:encoded>
					
					<wfw:commentRss>https://studentprojects.in/software-development/skeletal-tags/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
