<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: man_shana</title>
    <description>The latest articles on DEV Community by man_shana (@manshana1).</description>
    <link>https://dev.to/manshana1</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F964926%2Fc47335c7-b429-4db0-951c-82a5f1c0c328.png</url>
      <title>DEV Community: man_shana</title>
      <link>https://dev.to/manshana1</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/manshana1"/>
    <language>en</language>
    <item>
      <title>Should We add Ordered List to our Webpage</title>
      <dc:creator>man_shana</dc:creator>
      <pubDate>Wed, 09 Nov 2022 02:20:19 +0000</pubDate>
      <link>https://dev.to/manshana1/should-we-add-ordered-list-to-our-webpage-4beo</link>
      <guid>https://dev.to/manshana1/should-we-add-ordered-list-to-our-webpage-4beo</guid>
      <description>&lt;h2&gt;
  
  
  Should We add &lt;a href="https://prhocoding.com/index.php?page=Tutorials&amp;amp;cat_id=1&amp;amp;lang_id=1&amp;amp;sec_id=15&amp;amp;tutorial_id=19"&gt;Ordered List&lt;/a&gt; to our &lt;a href="https://prhocoding.com/prhocoding_sitemap.php"&gt;Webpage&lt;/a&gt;?
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--8Z_T69V---/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/z6tb7q4p6tck5bii13n8.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--8Z_T69V---/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/z6tb7q4p6tck5bii13n8.png" alt="Image description" width="340" height="340"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;As we know, lists are an important pillar in &lt;a href="https://prhocoding.com/index.php?page=language&amp;amp;cat_id=1&amp;amp;lang_id=1"&gt;HTML&lt;/a&gt; and &lt;a href="https://prhocoding.com/index.php?page=section&amp;amp;cat_id=1&amp;amp;lang_id=1&amp;amp;sec_id=60"&gt;HTML Tags&lt;/a&gt;. We  can make a &lt;a href="https://prhocoding.com/index.php?page=Tutorials&amp;amp;cat_id=1&amp;amp;lang_id=1&amp;amp;sec_id=60&amp;amp;tutorial_id=422"&gt;list&lt;/a&gt; which will helps users to understand the content more easily and more clearly. This will in turn helps us to grow our &lt;a href="https://prhocoding.com/"&gt;business&lt;/a&gt; when things are written clearly.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s---iq9vwRu--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/w6bw7czxvrwbnygfh2vn.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s---iq9vwRu--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/w6bw7czxvrwbnygfh2vn.png" alt="Image description" width="340" height="340"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Example code of &lt;a href="https://prhocoding.com/index.php?page=section&amp;amp;cat_id=1&amp;amp;lang_id=1&amp;amp;sec_id=62"&gt;HTML&lt;/a&gt; list is:-&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;&amp;lt;!DOCTYPE html&amp;gt;
&amp;lt;html&amp;gt;
&amp;lt;body&amp;gt;
&amp;lt;h1&amp;gt;ol Element&amp;lt;/h1&amp;gt;
&amp;lt;ol reversed="reversed"&amp;gt;
&amp;lt;li&amp;gt;Tree&amp;lt;/li&amp;gt;
&amp;lt;li&amp;gt;Car&amp;lt;/li&amp;gt;
&amp;lt;li&amp;gt;Milk&amp;lt;/li&amp;gt;
&amp;lt;/ol&amp;gt;
&amp;lt;ol start="3"&amp;gt;
&amp;lt;li&amp;gt;Tree&amp;lt;/li&amp;gt;
&amp;lt;li&amp;gt;Car&amp;lt;/li&amp;gt;
&amp;lt;li&amp;gt;Milk&amp;lt;/li&amp;gt;
&amp;lt;/ol&amp;gt;
&amp;lt;/body&amp;gt;
&amp;lt;/html&amp;gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--OOnKfmJ2--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/ouh3hhsa1rugxjrtg0ub.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--OOnKfmJ2--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/ouh3hhsa1rugxjrtg0ub.png" alt="Image description" width="241" height="340"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Some important &lt;a href="https://prhocoding.com/index.php?page=section&amp;amp;cat_id=1&amp;amp;lang_id=1&amp;amp;sec_id=61"&gt;HTML&lt;/a&gt; tags are:-&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--DMfddWL2--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/m0lsd9n4duw2eygqnzwt.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--DMfddWL2--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/m0lsd9n4duw2eygqnzwt.jpg" alt="Image description" width="227" height="340"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://prhocoding.com/index.php?page=Tutorials&amp;amp;cat_id=1&amp;amp;lang_id=1&amp;amp;sec_id=60&amp;amp;tutorial_id=370"&gt;Base Tag&lt;/a&gt;&lt;br&gt;
&lt;a href="https://prhocoding.com/index.php?page=Tutorials&amp;amp;cat_id=1&amp;amp;lang_id=1&amp;amp;sec_id=60&amp;amp;tutorial_id=371"&gt;bdi Tag&lt;/a&gt;&lt;br&gt;
&lt;a href="https://prhocoding.com/index.php?page=Tutorials&amp;amp;cat_id=1&amp;amp;lang_id=1&amp;amp;sec_id=60&amp;amp;tutorial_id=372"&gt;bdo Tag&lt;/a&gt;&lt;/p&gt;

</description>
      <category>html</category>
      <category>css</category>
      <category>javascript</category>
      <category>webdev</category>
    </item>
    <item>
      <title>Is Headings important when writing a blog?</title>
      <dc:creator>man_shana</dc:creator>
      <pubDate>Tue, 08 Nov 2022 02:18:05 +0000</pubDate>
      <link>https://dev.to/manshana1/is-headings-important-when-writing-a-blog-4e7p</link>
      <guid>https://dev.to/manshana1/is-headings-important-when-writing-a-blog-4e7p</guid>
      <description>&lt;h2&gt;
  
  
  Is &lt;a href="https://prhocoding.com/index.php?page=Tutorials&amp;amp;cat_id=1&amp;amp;lang_id=1&amp;amp;sec_id=15&amp;amp;tutorial_id=8"&gt;Headings&lt;/a&gt; important when writing a &lt;a href="https://prhocoding.com/prhocoding_sitemap.php"&gt;blog&lt;/a&gt;?
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--aXv-hs_I--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/g5jel3a14t5vnf74mszr.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--aXv-hs_I--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/g5jel3a14t5vnf74mszr.png" alt="Image description" width="340" height="340"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;As we know, blogging is the source of income for majority of publishers around the internet. Blogging is similar to writing an article in news papers but the difference is that you can have your own website on which you can writes blogs.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--p0ZKgQjN--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/4suzip375tp9puo856x6.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--p0ZKgQjN--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/4suzip375tp9puo856x6.jpg" alt="Image description" width="510" height="340"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;A blog consists of &lt;a href="https://prhocoding.com/index.php?page=Tutorials&amp;amp;cat_id=1&amp;amp;lang_id=1&amp;amp;sec_id=60&amp;amp;tutorial_id=400"&gt;headings&lt;/a&gt;, &lt;a href="https://prhocoding.com/index.php?page=Tutorials&amp;amp;cat_id=1&amp;amp;lang_id=1&amp;amp;sec_id=15&amp;amp;tutorial_id=11"&gt;paragraphs&lt;/a&gt;, &lt;a href="https://prhocoding.com/index.php?page=Tutorials&amp;amp;cat_id=1&amp;amp;lang_id=1&amp;amp;sec_id=60&amp;amp;tutorial_id=373"&gt;quotations&lt;/a&gt;, &lt;a href="https://prhocoding.com/index.php?page=Tutorials&amp;amp;cat_id=1&amp;amp;lang_id=1&amp;amp;sec_id=15&amp;amp;tutorial_id=23"&gt;references&lt;/a&gt; and many other similar things. Let us go into details about each of them:-&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--2pkI3vaG--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/zu9bxy0nmdufnxtsacwl.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--2pkI3vaG--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/zu9bxy0nmdufnxtsacwl.jpg" alt="Image description" width="452" height="340"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  &lt;a href="https://prhocoding.com/"&gt;Paragraphs&lt;/a&gt;:-
&lt;/h3&gt;

&lt;p&gt;&lt;a href="https://prhocoding.com/index.php?page=section&amp;amp;cat_id=1&amp;amp;lang_id=1&amp;amp;sec_id=60"&gt;Paragraphs&lt;/a&gt; are important as we can place our all contents in it. Then we can &lt;a href="https://prhocoding.com/index.php?page=language&amp;amp;cat_id=1&amp;amp;lang_id=2"&gt;style&lt;/a&gt; them according to used needs and present it to the reader&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--cD6lOWN9--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/w9iu7snftu21l7r8x1v4.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--cD6lOWN9--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/w9iu7snftu21l7r8x1v4.jpg" alt="Image description" width="227" height="340"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;a href="https://prhocoding.com/index.php?page=language&amp;amp;cat_id=1&amp;amp;lang_id=9"&gt;References&lt;/a&gt;:-
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://prhocoding.com/index.php?page=language&amp;amp;cat_id=1&amp;amp;lang_id=10"&gt;References&lt;/a&gt; are important as it helps reader to know what are the sources of the given blog. It will increase the trust among the readers and it will benefit you a lot in the long race.&lt;/p&gt;

</description>
      <category>html</category>
      <category>css</category>
      <category>webdev</category>
      <category>javascript</category>
    </item>
  </channel>
</rss>
