<?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>Forem: Mala</title>
    <description>The latest articles on Forem by Mala (@mala02585439).</description>
    <link>https://forem.com/mala02585439</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%2F964936%2F370ea706-deed-4b9a-baca-365cdce6a444.png</url>
      <title>Forem: Mala</title>
      <link>https://forem.com/mala02585439</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/mala02585439"/>
    <language>en</language>
    <item>
      <title>Should We add Unordered List to our Webpage</title>
      <dc:creator>Mala</dc:creator>
      <pubDate>Wed, 09 Nov 2022 02:27:21 +0000</pubDate>
      <link>https://forem.com/mala02585439/should-we-add-unordered-list-to-our-webpage-18e3</link>
      <guid>https://forem.com/mala02585439/should-we-add-unordered-list-to-our-webpage-18e3</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=20"&gt;Unordered 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--AUvgL65n--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/chlmaygn0k8rdbwsfrpp.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--AUvgL65n--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/chlmaygn0k8rdbwsfrpp.jpg" alt="Image description" width="227" 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=460"&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--jdxfwJEP--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/5f99sgg1vped4vl2ik3h.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--jdxfwJEP--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/5f99sgg1vped4vl2ik3h.jpg" alt="Image description" width="510" 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;html&amp;gt;
&amp;lt;head&amp;gt;
&amp;lt;title&amp;gt;Unordered List&amp;lt;/title&amp;gt;
&amp;lt;/head&amp;gt;
&amp;lt;body&amp;gt;
&amp;lt;ul&amp;gt;
&amp;lt;li&amp;gt;Pink&amp;lt;/li&amp;gt;
&amp;lt;li&amp;gt;Blue&amp;lt;/li&amp;gt;
&amp;lt;li&amp;gt;Black&amp;lt;/li&amp;gt;
&amp;lt;/ul&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--g_yiDiI6--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/tit00513a4qmcukfsjwz.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--g_yiDiI6--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/tit00513a4qmcukfsjwz.jpg" alt="Image description" width="512" 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--DC8E-i5l--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/yp7qldlppmr51r4e8yys.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--DC8E-i5l--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/yp7qldlppmr51r4e8yys.jpg" alt="Image description" width="517" 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=373"&gt;blockquote 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=374"&gt;Body 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=375"&gt;br Tag&lt;/a&gt;&lt;/p&gt;

</description>
      <category>html</category>
      <category>css</category>
      <category>javascript</category>
      <category>webdev</category>
    </item>
    <item>
      <title>Why Horizontal Lines are important in a webpage?</title>
      <dc:creator>Mala</dc:creator>
      <pubDate>Tue, 08 Nov 2022 02:27:17 +0000</pubDate>
      <link>https://forem.com/mala02585439/why-horizontal-lines-are-important-in-a-webpage-1mn5</link>
      <guid>https://forem.com/mala02585439/why-horizontal-lines-are-important-in-a-webpage-1mn5</guid>
      <description>&lt;h2&gt;
  
  
  Why &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=9"&gt;Horizontal Lines&lt;/a&gt; are important in a &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--CE2RRu38--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/u9ip1zxsv55b4wgrdp03.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--CE2RRu38--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/u9ip1zxsv55b4wgrdp03.jpg" alt="Image description" width="510" height="340"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;There are cases when a user writes too big content on the &lt;a href="https://prhocoding.com/"&gt;website&lt;/a&gt;. In Such cases, we might need &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=403"&gt;horizontal lines&lt;/a&gt; which can divide our &lt;a href="https://prhocoding.com/index.php?page=language&amp;amp;cat_id=1&amp;amp;lang_id=1"&gt;content&lt;/a&gt;. This will also helps user to read more and it will also changes the &lt;a href="https://prhocoding.com/index.php?page=language&amp;amp;cat_id=1&amp;amp;lang_id=2"&gt;styles&lt;/a&gt; and &lt;a href="https://prhocoding.com/index.php?page=language&amp;amp;cat_id=1&amp;amp;lang_id=3"&gt;scripts&lt;/a&gt; of that current content.&lt;/p&gt;

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

&lt;h3&gt;
  
  
  Some important uses 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=60"&gt;Horizontal lines&lt;/a&gt; are:-
&lt;/h3&gt;

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

&lt;ul&gt;
&lt;li&gt;It helps divide the &lt;a href="https://prhocoding.com/index.php?page=language&amp;amp;cat_id=1&amp;amp;lang_id=4"&gt;content&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;It will separate the &lt;a href="https://prhocoding.com/index.php?page=language&amp;amp;cat_id=1&amp;amp;lang_id=5"&gt;content&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;It will enhance &lt;a href="https://prhocoding.com/index.php?page=section&amp;amp;cat_id=1&amp;amp;lang_id=2&amp;amp;sec_id=72"&gt;styling&lt;/a&gt; of the &lt;a href="https://prhocoding.com/index.php?page=language&amp;amp;cat_id=1&amp;amp;lang_id=6"&gt;content&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;It will encourage reader to read more&lt;/li&gt;
&lt;li&gt;Will help in improving our all quality to your &lt;a href="https://prhocoding.com/index.php?page=language&amp;amp;cat_id=1&amp;amp;lang_id=8"&gt;website&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

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