<?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: Pritom Acharya</title>
    <description>The latest articles on DEV Community by Pritom Acharya (@pritom627).</description>
    <link>https://dev.to/pritom627</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%2F1255078%2Fff378d50-4f83-4c93-8ad5-a28204861642.png</url>
      <title>DEV Community: Pritom Acharya</title>
      <link>https://dev.to/pritom627</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/pritom627"/>
    <language>en</language>
    <item>
      <title>Help</title>
      <dc:creator>Pritom Acharya</dc:creator>
      <pubDate>Sun, 14 Jan 2024 18:04:14 +0000</pubDate>
      <link>https://dev.to/pritom627/help-1n5c</link>
      <guid>https://dev.to/pritom627/help-1n5c</guid>
      <description>&lt;p&gt;Why do we use section tag in HTML? And when should we use it?&lt;/p&gt;

</description>
      <category>css</category>
    </item>
    <item>
      <title>Help</title>
      <dc:creator>Pritom Acharya</dc:creator>
      <pubDate>Sat, 13 Jan 2024 10:51:21 +0000</pubDate>
      <link>https://dev.to/pritom627/help-lo3</link>
      <guid>https://dev.to/pritom627/help-lo3</guid>
      <description>&lt;p&gt;I am new on HTML and CSS. So there is something I do not understand properly. &lt;br&gt;
For example, take this code-&lt;/p&gt;
&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;    &amp;lt;li&amp;gt;&amp;lt;a href=""&amp;gt;Home&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;
    &amp;lt;li&amp;gt;&amp;lt;a href=""&amp;gt;Articles&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;
    &amp;lt;li&amp;gt;&amp;lt;a href=""&amp;gt;Images&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;
    &amp;lt;li&amp;gt;&amp;lt;a href=""&amp;gt;About&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;
&lt;p&gt;Now in the style attribute, suppose I am writing-&lt;br&gt;
 nav a{&lt;br&gt;
            color: black;&lt;br&gt;
            text-decoration: none;&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;    }
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

&lt;p&gt;and,&lt;/p&gt;

&lt;p&gt;nav&amp;gt;a{&lt;br&gt;
            color: black;&lt;br&gt;
            text-decoration: none;&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;    }
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

&lt;p&gt;what is the difference between them? And how do I realize when to use whom? For example, I wanted to hover the anchor tags. So I had to do it like this-&lt;br&gt;
nav a:hover{&lt;br&gt;
            color: blue;&lt;br&gt;
        }&lt;br&gt;
why didn't we write it like 'nav&amp;gt;a' here?&lt;br&gt;
Pardon me for this post has become so big and advance thank you.&lt;br&gt;
Edit- I am trying to fix it through editing but the first code is not showing that I used a nav tag. Please pardon me for that.&lt;/p&gt;

</description>
      <category>learning</category>
    </item>
  </channel>
</rss>
