<?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: Vishnu Priya S</title>
    <description>The latest articles on DEV Community by Vishnu Priya S (@vishnu_priya_suresh).</description>
    <link>https://dev.to/vishnu_priya_suresh</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.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4126642%2F5f2f3033-e036-4d56-9482-ef9e6448c9e1.png</url>
      <title>DEV Community: Vishnu Priya S</title>
      <link>https://dev.to/vishnu_priya_suresh</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/vishnu_priya_suresh"/>
    <language>en</language>
    <item>
      <title>Day 1 in Payilagam</title>
      <dc:creator>Vishnu Priya S</dc:creator>
      <pubDate>Tue, 15 Sep 2026 18:09:19 +0000</pubDate>
      <link>https://dev.to/vishnu_priya_suresh/day-1-in-payilagam-40kn</link>
      <guid>https://dev.to/vishnu_priya_suresh/day-1-in-payilagam-40kn</guid>
      <description>&lt;p&gt;This is my first day of Payilagam where i learnt the new thing called *&lt;em&gt;table *&lt;/em&gt;&lt;br&gt;
thead -- carries heading , we can have multiple head too. &lt;br&gt;
tbody -- row value&lt;br&gt;
tr-- stands for table row&lt;br&gt;
th-- thead the browser understands it "Semantics", also it BOLD your text&lt;br&gt;
td-- table data it display in a row format.&lt;/p&gt;

&lt;p&gt;eg: &lt;/p&gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt; 
&lt;th&gt; Attendance&lt;/th&gt; &lt;/tr&gt; 
 &lt;/thead&gt;
&lt;tbody&gt; 
&lt;tr&gt; 
&lt;td&gt; Vishnu &lt;/td&gt; &lt;/tr&gt; 
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt; 

&lt;p&gt;In CSS:&lt;/p&gt;

&lt;p&gt;text-transform  -- where you can captialize or lowercase your content.&lt;br&gt;
border-collapse: collapse; -- the two column table sharing the one border.&lt;br&gt;&lt;br&gt;
&lt;a class="mentioned-user" href="https://dev.to/media"&gt;@media&lt;/a&gt; query -- used for responsive website&lt;br&gt;
&lt;a class="mentioned-user" href="https://dev.to/media"&gt;@media&lt;/a&gt; (min-width:768px;) -- when you minimize your screen in 768px the inner changes  will appear. &lt;/p&gt;

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