<?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: Kabir Isyaka</title>
    <description>The latest articles on DEV Community by Kabir Isyaka (@pacmansnr_01).</description>
    <link>https://dev.to/pacmansnr_01</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%2F1849417%2F6f2bfd2e-f3de-4f49-acd6-c4109884b3f4.jpg</url>
      <title>DEV Community: Kabir Isyaka</title>
      <link>https://dev.to/pacmansnr_01</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/pacmansnr_01"/>
    <language>en</language>
    <item>
      <title>WEB BROWSERS</title>
      <dc:creator>Kabir Isyaka</dc:creator>
      <pubDate>Thu, 15 Aug 2024 13:39:35 +0000</pubDate>
      <link>https://dev.to/pacmansnr_01/web-browsers-1c0f</link>
      <guid>https://dev.to/pacmansnr_01/web-browsers-1c0f</guid>
      <description>&lt;p&gt;The algorithm used by browsers to determine which styling rule to apply is called &lt;strong&gt;specificity.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Specificity&lt;/strong&gt; tells the browser which rule to apply. &lt;/p&gt;

</description>
      <category>webdev</category>
      <category>browser</category>
      <category>beginners</category>
    </item>
    <item>
      <title>WEB DESIGN</title>
      <dc:creator>Kabir Isyaka</dc:creator>
      <pubDate>Wed, 14 Aug 2024 11:59:19 +0000</pubDate>
      <link>https://dev.to/pacmansnr_01/web-design-23d2</link>
      <guid>https://dev.to/pacmansnr_01/web-design-23d2</guid>
      <description>&lt;p&gt;Learning CSS today. &lt;/p&gt;

&lt;p&gt;What are you learning? &lt;/p&gt;

</description>
      <category>webdev</category>
      <category>css</category>
    </item>
    <item>
      <title>SEMANTIC HTML</title>
      <dc:creator>Kabir Isyaka</dc:creator>
      <pubDate>Tue, 13 Aug 2024 07:48:16 +0000</pubDate>
      <link>https://dev.to/pacmansnr_01/semantic-html-32d9</link>
      <guid>https://dev.to/pacmansnr_01/semantic-html-32d9</guid>
      <description>&lt;p&gt;Semantic HTML is the part of HTML that helps you organize your website in a maintenance and SEO friendly way. SEO stands for: Search Engine Optimization. &lt;/p&gt;

&lt;p&gt;When you adhere to HTML semantics when building a site, that site tend to make it easy for search engines to rank it higher, and of course makes it easy for screen readers to navigate your website. &lt;/p&gt;

&lt;p&gt;Here are some of the semantic HTML tags:&lt;/p&gt;

&lt;p&gt;1-  &lt;br&gt;
The "header" tag is where the introductory content of the page, navigation links, menu and/or search bar go into. Brand logos go in there too! &lt;/p&gt;

&lt;p&gt;2-  &lt;br&gt;
The "main" tag is where the main content of the page go into. &lt;/p&gt;

&lt;p&gt;3- &lt;br&gt;
The "article" tag is where independent self contained content go into. Content that makes sense on it's own. This can be a blog post. &lt;/p&gt;

&lt;p&gt;4-  &lt;br&gt;
The "section" tag breaks down content into parts. It normally includes a heading. Not a "header" tag. &lt;/p&gt;

&lt;p&gt;5- &lt;br&gt;
The "aside" tag is used to add secondary or related content to a post on a page. &lt;/p&gt;

&lt;p&gt;Note: the "section" tag can be nested in the "article" tag and the "aside" tag can be nested in either. &lt;/p&gt;

&lt;p&gt;6- &lt;br&gt;
The "footer" tag contains information about the page like; contact, links and legal information. &lt;/p&gt;

&lt;p&gt;Thank you, and i hope this helps! &lt;/p&gt;

</description>
      <category>webdev</category>
      <category>css</category>
    </item>
    <item>
      <title>Trying to get back to coding</title>
      <dc:creator>Kabir Isyaka</dc:creator>
      <pubDate>Mon, 12 Aug 2024 15:57:11 +0000</pubDate>
      <link>https://dev.to/pacmansnr_01/trying-to-get-back-to-coding-4f9</link>
      <guid>https://dev.to/pacmansnr_01/trying-to-get-back-to-coding-4f9</guid>
      <description>&lt;p&gt;I decided to get back to coding last month because i was rusty and was beginning to forget how to write a line of code. Reason is; i took a one year break form coding and i can tell you for free that it hasn't been easy. Last year i had been learning Web Development and i was through with Functional and Object Oriented JavaScript with a few projects on ground ready to be pushed to GitHub and my next move was to start learning react. &lt;/p&gt;

&lt;p&gt;Long story short, here i am back to the basics and i can tell you for free that it isn't easy. But i know with consistency and persistence i'll be back to my coder self. &lt;/p&gt;

&lt;p&gt;Grind till you figure it out. &lt;/p&gt;

</description>
      <category>webdev</category>
      <category>beginners</category>
      <category>python</category>
    </item>
  </channel>
</rss>
