<?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: HTML Tamizhan</title>
    <description>The latest articles on DEV Community by HTML Tamizhan (@html_tamizhan).</description>
    <link>https://dev.to/html_tamizhan</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%2F773621%2Fe76403b6-4e56-4c63-b538-e24c1a97a35a.jpg</url>
      <title>DEV Community: HTML Tamizhan</title>
      <link>https://dev.to/html_tamizhan</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/html_tamizhan"/>
    <language>en</language>
    <item>
      <title>New features in CSS for 2023 ?</title>
      <dc:creator>HTML Tamizhan</dc:creator>
      <pubDate>Tue, 10 Jan 2023 07:55:15 +0000</pubDate>
      <link>https://dev.to/html_tamizhan/new-features-in-css-for-2023--466d</link>
      <guid>https://dev.to/html_tamizhan/new-features-in-css-for-2023--466d</guid>
      <description>&lt;p&gt;&lt;strong&gt;CSS&lt;/strong&gt;, or Cascading Style Sheets, is a styling language used for describing the look and formatting of a document written in a markup language. It is most commonly used with HTML and XHTML to create the layout and visual design of web pages.&lt;/p&gt;

&lt;p&gt;With CSS, you can control things like the font and color of text, the spacing between elements, the background images or colors used on a page, and the overall layout of the page. You can also create complex animations and transitions, and make your page responsive to different screen sizes.&lt;/p&gt;

&lt;p&gt;CSS works by matching elements in an HTML or XML document with a set of style rules. The rules are defined in CSS stylesheets, which are separate files that are linked to the HTML document. When a browser renders the HTML, it applies the styles defined in the stylesheets to the corresponding elements in the HTML.&lt;/p&gt;

&lt;p&gt;Some of the most recent updates to CSS include things like the &lt;code&gt;:is()&lt;/code&gt; pseudo-class, which allows you to apply styles based on the state of an element, and the &lt;code&gt;:where&lt;/code&gt; pseudo-class which allows you to select elements based on their relationship with other elements.&lt;/p&gt;

&lt;p&gt;There are also several new units of measurement, such as the &lt;code&gt;ch&lt;/code&gt; and &lt;code&gt;rem&lt;/code&gt; units, which allow you to specify sizes in relation to the size of the font in use.&lt;/p&gt;

&lt;p&gt;Additionally, new media query features like &lt;code&gt;prefers-reduced-motion&lt;/code&gt; and &lt;code&gt;prefers-color-scheme&lt;/code&gt; is being used to style the website for different preference for user accessibility.&lt;/p&gt;

&lt;p&gt;Another feature that is currently in development is the &lt;code&gt;:focus-visible&lt;/code&gt; pseudo-class, which allows you to style elements that have keyboard focus in a different way from those that have been clicked on with a mouse.&lt;/p&gt;

&lt;p&gt;You may also see improved layout functionality, like Grid layout, Flexbox and Multi-column layout have been widely supported and used.&lt;/p&gt;

&lt;p&gt;It is also worth noting that CSS is a living language, and its development is an ongoing process. New features are constantly being proposed and considered, so it's likely that there will be additional updates and improvements in the future.&lt;/p&gt;

&lt;p&gt;please checkout &lt;a href="https://www.youtube.com/HTMLTamizhan"&gt;my channel&lt;/a&gt; for more information.&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>css</category>
      <category>beginners</category>
      <category>html</category>
    </item>
    <item>
      <title>Animated Colorful 3D List using Pure CSS</title>
      <dc:creator>HTML Tamizhan</dc:creator>
      <pubDate>Mon, 16 May 2022 12:59:26 +0000</pubDate>
      <link>https://dev.to/html_tamizhan/animated-colorful-3d-list-using-pure-css-3mk4</link>
      <guid>https://dev.to/html_tamizhan/animated-colorful-3d-list-using-pure-css-3mk4</guid>
      <description>&lt;p&gt;In this tutorial you will learn how to create a colorful and interactive 3D list using HTML and pure CSS. No additional plugin added for this interaction&lt;/p&gt;

&lt;p&gt;&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/lSMTpVmuxAw"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

&lt;p&gt;&lt;a href="https://www.youtube.com/HTMLTamizhan"&gt;HTML Tamizhan&lt;/a&gt; - YouTube channel about web-development and high technologies. Learn the fundamentals of HTML and CSS while watching the videos of our channel.&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>tutorial</category>
      <category>html</category>
      <category>css</category>
    </item>
    <item>
      <title>HTML Table Sorting using Vanila JavaScript</title>
      <dc:creator>HTML Tamizhan</dc:creator>
      <pubDate>Mon, 09 May 2022 08:42:38 +0000</pubDate>
      <link>https://dev.to/html_tamizhan/html-table-sorting-using-vanila-javascript-4mbo</link>
      <guid>https://dev.to/html_tamizhan/html-table-sorting-using-vanila-javascript-4mbo</guid>
      <description>&lt;p&gt;In this tutorial you will learn how to make a HTML table with custom sorting functionality using Vanila JavaScript. No third party plug-in used for the sorting functionality&lt;/p&gt;

&lt;p&gt;&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/xTKGOB21O4s"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

&lt;p&gt;&lt;a href="https://www.youtube.com/HTMLTamizhan"&gt;HTML Tamizhan&lt;/a&gt; - YouTube channel about web-development and high technologies. Learn the fundamentals of HTML and CSS while watching the videos of our channel.&lt;/p&gt;

</description>
      <category>javascript</category>
      <category>tutorial</category>
      <category>html</category>
      <category>webdev</category>
    </item>
    <item>
      <title>Interactive Animated Login Signup Panel | #HTML &amp; #CSS 🔥</title>
      <dc:creator>HTML Tamizhan</dc:creator>
      <pubDate>Tue, 26 Apr 2022 15:47:12 +0000</pubDate>
      <link>https://dev.to/html_tamizhan/interactive-animated-login-signup-panel-html-css-3l8k</link>
      <guid>https://dev.to/html_tamizhan/interactive-animated-login-signup-panel-html-css-3l8k</guid>
      <description>&lt;p&gt;In this tutorial you will learn how to make an interactive and animated login and signup panel using HTML and CSS.&lt;/p&gt;

&lt;p&gt;&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/UKGCrNsfSCs"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

</description>
      <category>tutorial</category>
      <category>css</category>
      <category>html</category>
      <category>beginners</category>
    </item>
    <item>
      <title>Interactive Profile Side Panel Animation | HTML &amp; CSS</title>
      <dc:creator>HTML Tamizhan</dc:creator>
      <pubDate>Mon, 25 Apr 2022 07:26:49 +0000</pubDate>
      <link>https://dev.to/html_tamizhan/interactive-profile-side-panel-animation-html-css-3140</link>
      <guid>https://dev.to/html_tamizhan/interactive-profile-side-panel-animation-html-css-3140</guid>
      <description>&lt;p&gt;In this tutorial you will learn how to make an interactive profile side panel animation using HTML and pure CSS. No additional plugins added for this interaction or animation - &lt;a href="https://youtu.be/585LkNFou-0"&gt;Tutorial Link&lt;/a&gt;&lt;/p&gt;

</description>
      <category>html</category>
      <category>css</category>
      <category>tutorial</category>
    </item>
  </channel>
</rss>
