<?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: Karthick (k)</title>
    <description>The latest articles on DEV Community by Karthick (k) (@karthick_k_983555db6df3).</description>
    <link>https://dev.to/karthick_k_983555db6df3</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%2F3924592%2Fc7d24a28-37c4-4afc-af8e-88377a701cba.png</url>
      <title>DEV Community: Karthick (k)</title>
      <link>https://dev.to/karthick_k_983555db6df3</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/karthick_k_983555db6df3"/>
    <language>en</language>
    <item>
      <title>Core Concepts of HTML</title>
      <dc:creator>Karthick (k)</dc:creator>
      <pubDate>Fri, 15 May 2026 08:52:04 +0000</pubDate>
      <link>https://dev.to/karthick_k_983555db6df3/core-concepts-of-html-3584</link>
      <guid>https://dev.to/karthick_k_983555db6df3/core-concepts-of-html-3584</guid>
      <description>&lt;p&gt;15-05-2026&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;border collapse function?
The border-collapse CSS property sets whether cells inside a &lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt; have shared or separate borders.
Using border-collapse can help to create the visual lines you desire in a table layout.


&lt;p&gt;2.Css Box-shadow property&lt;/p&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;The CSS Box-shadow property is used to add a shadow effect to the edges of an element. You can apply multiple shadows by separating them with commas.
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Referenced by:&lt;a href="https://www.geeksforgeeks.org/css/css-box-shadow-property/" rel="noopener noreferrer"&gt;https://www.geeksforgeeks.org/css/css-box-shadow-property/&lt;/a&gt;&lt;/p&gt;
&lt;/table&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;/ol&gt;

</description>
      <category>ai</category>
      <category>webdev</category>
      <category>programming</category>
      <category>payilagam</category>
    </item>
    <item>
      <title>Core Concepts of HTML</title>
      <dc:creator>Karthick (k)</dc:creator>
      <pubDate>Thu, 14 May 2026 12:56:36 +0000</pubDate>
      <link>https://dev.to/karthick_k_983555db6df3/core-concepts-of-html-2f0m</link>
      <guid>https://dev.to/karthick_k_983555db6df3/core-concepts-of-html-2f0m</guid>
      <description>&lt;p&gt;14-05-2026&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;What is a container in HTML?&lt;br&gt;
In HTML, a container tag is a type of tag that requires both an opening part and a closing part to enclose content or another element.s&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;What is Semantic HTML? why?&lt;br&gt;
Semantic HTML is a way of tagging some HTML tags to add more semantic meaning to the content, instead of a simple "Div" soup Structure. This approach also makes the website easier to navigate and better for SEO.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Class selectors&lt;br&gt;
class selector matches elements based on the contents of their class attribute.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Element Selectors&lt;br&gt;
target all instances of a specific HTML tag.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;What is VW (viewport width)?&lt;br&gt;
     The VW unit is relative to 1% of the viewport width, making it useful for setting sizes based on the browser window width.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;What is VH(viewport hight)?&lt;br&gt;
     The vh unit is relative to 1% of the viewport's height, making it useful for setting sizes based on the browser window's height.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;CSS Grid Layout?&lt;br&gt;
     CSS Grid Layout is a powerful, two-dimensional layout system that allows you to create complex web designs by organising content into rows and columns simultaneously&lt;br&gt;
&lt;a class="mentioned-user" href="https://dev.to/ai"&gt;@ai&lt;/a&gt; Overview&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

</description>
      <category>ai</category>
      <category>webdev</category>
      <category>programming</category>
      <category>payilagam</category>
    </item>
    <item>
      <title>Day-3___ 13-05-2025</title>
      <dc:creator>Karthick (k)</dc:creator>
      <pubDate>Wed, 13 May 2026 10:59:09 +0000</pubDate>
      <link>https://dev.to/karthick_k_983555db6df3/day-3-13-05-2025-12o6</link>
      <guid>https://dev.to/karthick_k_983555db6df3/day-3-13-05-2025-12o6</guid>
      <description>&lt;ol&gt;
&lt;li&gt;&lt;p&gt;What is external CSS?&lt;br&gt;
External CSS is a method of styling web documents by placing all style rules into a separate file with a .css extension.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;What is the difference between an inline element and decline element ?&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;strong&gt;Block elements&lt;/strong&gt;: They consume the entire width available irrespective of their sufficiency. They always start in a new line and have top and bottom margins. It does not contain any other elements next to it.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Inline elements&lt;/strong&gt;: Inline elements occupy only enough width that is sufficient to it and allow other elements next to it which are also inline. Inline elements don't start from a new line and don't have top and bottom margins as block elements have.&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Day-2 ____ 12-05-2026</title>
      <dc:creator>Karthick (k)</dc:creator>
      <pubDate>Wed, 13 May 2026 10:50:52 +0000</pubDate>
      <link>https://dev.to/karthick_k_983555db6df3/day-2-12-05-2026-1h4d</link>
      <guid>https://dev.to/karthick_k_983555db6df3/day-2-12-05-2026-1h4d</guid>
      <description>&lt;p&gt;*&lt;em&gt;HTML-HyperText Markup Language&lt;br&gt;
*&lt;/em&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;What is markup language?&lt;br&gt;
The system for annotating a document with tags or symbols to define its structure, formatting, and presentation for computer interpretation.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;What is an element?&lt;br&gt;
An HTML element is a fundamental building block of a webpage that defines its structure of content&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;What is metadata?&lt;br&gt;
Metadata is information about an HTML document that describes its content, structure, and behaviour, but is not displayed on the webpage itself.&lt;br&gt;
*Where is metadata located?&lt;br&gt;
    All metadata must be placed inside the &lt;/p&gt; element of the HTML document.&lt;/li&gt;
&lt;li&gt;&lt;p&gt;What isan  IDE?&lt;br&gt;
IDE is an Integrated Development Environment, a specialised software application that provides all the essential tools for writing, testing  and debugging code in one place&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;What is extension?&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;extension methods (adding logic to existing types), file extensions (indicating the language a file is written in, or IDE extensions(adding features to a code editor).&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;What is the difference between a tag and an element in HTML&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;A Tag is the code you write to make up text, while an element is the complete unit consisting of those tags and the content inside.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;What attribute in HTML?&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;In HTML, an attribute is a modifier of an HTML element that provides additional information about it.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>webdev</category>
      <category>programming</category>
    </item>
    <item>
      <title>What is Linux ?

1. Linux is free and open source,accessible to everyone 
2. This promotes global collaboration and innovation.</title>
      <dc:creator>Karthick (k)</dc:creator>
      <pubDate>Mon, 11 May 2026 12:21:10 +0000</pubDate>
      <link>https://dev.to/karthick_k_983555db6df3/what-is-linux-1-linux-is-free-and-open-sourceaccessible-to-everyone-2-this-promotes-global-16p</link>
      <guid>https://dev.to/karthick_k_983555db6df3/what-is-linux-1-linux-is-free-and-open-sourceaccessible-to-everyone-2-this-promotes-global-16p</guid>
      <description></description>
    </item>
  </channel>
</rss>
