<?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: hatem ahmed</title>
    <description>The latest articles on DEV Community by hatem ahmed (@weightandgold).</description>
    <link>https://dev.to/weightandgold</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%2F1027428%2Fc8cc5679-d673-4e56-8d29-c5f7a46cebaa.png</url>
      <title>DEV Community: hatem ahmed</title>
      <link>https://dev.to/weightandgold</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/weightandgold"/>
    <language>en</language>
    <item>
      <title>Html semantic elements</title>
      <dc:creator>hatem ahmed</dc:creator>
      <pubDate>Wed, 15 Feb 2023 14:26:10 +0000</pubDate>
      <link>https://dev.to/weightandgold/html-semantic-elements-3a7d</link>
      <guid>https://dev.to/weightandgold/html-semantic-elements-3a7d</guid>
      <description>&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;&amp;lt;h4&amp;gt;I am the heading for this section&amp;lt;/h4&amp;gt;
&amp;lt;p&amp;gt;I am the content for this section&amp;lt;/p&amp;gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;
&lt;p&gt;used as to show block level element that can stand alone while &lt;span&gt; used to show inline element &lt;/span&gt;&lt;/p&gt;

&lt;p&gt;I am an &lt;span&gt;inline element&lt;/span&gt; engineer &lt;/p&gt;

&lt;p&gt;block element is one unit and new item after it make a new line  and used to separate different section of html page  while inline element does not make a new line  so we used div and span  style web page&lt;/p&gt;
&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;

            &amp;lt;ul id="nav-items"&amp;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;contacts&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;
            &amp;lt;/ul&amp;gt;


&amp;lt;pre class="highlight plaintext"&amp;gt;&amp;lt;code&amp;gt;

&amp;lt;/code&amp;gt;&amp;lt;/pre&amp;gt;&amp;lt;/span&amp;gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

</description>
      <category>watercooler</category>
      <category>healthydebate</category>
    </item>
  </channel>
</rss>
