<?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: AravindhBalakrishnan</title>
    <description>The latest articles on Forem by AravindhBalakrishnan (@arabdiv9).</description>
    <link>https://forem.com/arabdiv9</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%2F3867633%2F4248f9dd-dc41-4088-b523-83924ad0fd6b.jpeg</url>
      <title>Forem: AravindhBalakrishnan</title>
      <link>https://forem.com/arabdiv9</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/arabdiv9"/>
    <language>en</language>
    <item>
      <title>HMTL-2</title>
      <dc:creator>AravindhBalakrishnan</dc:creator>
      <pubDate>Wed, 15 Apr 2026 03:43:27 +0000</pubDate>
      <link>https://forem.com/arabdiv9/hmtl-2-16a5</link>
      <guid>https://forem.com/arabdiv9/hmtl-2-16a5</guid>
      <description>&lt;p&gt;Here again I start to write my learning journey, for the past 3 days we have been building FB clone page to learn new tags like input text, password, button. we placed then in page and wanted to make it centre. So we started learning Flex which allows us to move the elements flexibly from on place to another. We have explored the multiple possible options about this so that we can align and justify which is used to move in column and rows wise by default, but wen also changed the flex direction using flex-direction : column; &lt;/p&gt;

&lt;p&gt;Also we started using &lt;code&gt;&amp;lt;div&amp;gt;&lt;/code&gt; tag in order to make the multiple elements come into one box. &lt;/p&gt;

&lt;p&gt;Within a div we need to make the elements look in a particular fashion which is done using &lt;code&gt;padding&lt;/code&gt; and &lt;code&gt;margin&lt;/code&gt; properties. Where padding is used to give space within the box content whereas margin gives outside the box content. &lt;/p&gt;

&lt;p&gt;The alignment of the various elements which we give will always depend on the &lt;code&gt;Style property&lt;/code&gt; which we give in the &lt;code&gt;head&lt;/code&gt; tag. &lt;/p&gt;

</description>
      <category>beginners</category>
      <category>css</category>
      <category>html</category>
      <category>webdev</category>
    </item>
    <item>
      <title>Start learning HTML</title>
      <dc:creator>AravindhBalakrishnan</dc:creator>
      <pubDate>Wed, 08 Apr 2026 11:33:14 +0000</pubDate>
      <link>https://forem.com/arabdiv9/start-learning-html-4boc</link>
      <guid>https://forem.com/arabdiv9/start-learning-html-4boc</guid>
      <description>&lt;p&gt;This is my first DevPost here, Im learning HTML now. HTML is the markup language where it is used to communicate with web browsers as a human. Today I joined a class at &lt;strong&gt;Payilagam&lt;/strong&gt;. Markup language is not a programming language it is used to define the structure of the web page which needs to be displayed in web browser, markup language uses Tags elements to structure and define where the elements like text, images, videos, links needs to be displayed and placed accordingly using the tags. &lt;/p&gt;

&lt;p&gt;I created a basic web page code where I can enter the user name and password as text and click the button submit just as any web application has a login page on the website. I got to know about CSS which is used to style the web page which is created by HTML. &lt;/p&gt;

&lt;p&gt;I created the login page with help of tags &lt;code&gt;&amp;lt;html&amp;gt;, &amp;lt;head&amp;gt;, &amp;lt;body&amp;gt;, &amp;lt;input&amp;gt;, &amp;lt;button&amp;gt;.&lt;/code&gt;&lt;/p&gt;

</description>
      <category>beginners</category>
      <category>html</category>
      <category>learning</category>
      <category>webdev</category>
    </item>
  </channel>
</rss>
