<?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: Ezhil Abinaya K</title>
    <description>The latest articles on DEV Community by Ezhil Abinaya K (@ezhil_abinayak_e38eec8fb).</description>
    <link>https://dev.to/ezhil_abinayak_e38eec8fb</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%2F3937249%2F8c2d2d3d-7576-40b5-b13e-054c9c2a1122.png</url>
      <title>DEV Community: Ezhil Abinaya K</title>
      <link>https://dev.to/ezhil_abinayak_e38eec8fb</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/ezhil_abinayak_e38eec8fb"/>
    <language>en</language>
    <item>
      <title>HTML Basics for Beginners – Markup Language, Elements and Types of CSS</title>
      <dc:creator>Ezhil Abinaya K</dc:creator>
      <pubDate>Fri, 22 May 2026 15:25:38 +0000</pubDate>
      <link>https://dev.to/ezhil_abinayak_e38eec8fb/html-basics-for-beginners-markup-language-elements-and-types-of-css-6pd</link>
      <guid>https://dev.to/ezhil_abinayak_e38eec8fb/html-basics-for-beginners-markup-language-elements-and-types-of-css-6pd</guid>
      <description>&lt;p&gt;&lt;strong&gt;Introduction&lt;/strong&gt;&lt;br&gt;
In this blog, I will share some basic HTML and CSS concepts that every beginner should know. These are important interview questions for frontend development.&lt;br&gt;
&lt;strong&gt;What is Markup Language?&lt;/strong&gt;&lt;br&gt;
Markup language is used to describe the structure of content using tags and symbols.&lt;br&gt;
Example:&lt;br&gt;
HTML is a markup language used to create web pages.&lt;br&gt;
Tags like &lt;/p&gt;
&lt;h1&gt;, &lt;/h1&gt;
&lt;p&gt;, and &lt;/p&gt; help the browser understand how to display content.&lt;br&gt;
&lt;strong&gt;What is an HTML Element?&lt;/strong&gt;&lt;br&gt;
An HTML element contains:&lt;br&gt;
• Opening tag&lt;br&gt;
• Content&lt;br&gt;
• Closing tag&lt;br&gt;
Example:

&lt;p&gt;Hello&lt;/p&gt;

&lt;p&gt;This complete structure is called an HTML element.&lt;br&gt;
&lt;strong&gt;Difference Between Tag and Element&lt;/strong&gt;&lt;br&gt;
Tag:&lt;br&gt;
• Only the keyword inside angle brackets&lt;br&gt;
Example:&lt;/p&gt;

&lt;p&gt; or &lt;/p&gt;

&lt;p&gt;Element:&lt;br&gt;
• Complete structure including opening tag, content, and closing tag&lt;br&gt;
Example:&lt;/p&gt;

&lt;p&gt;Hello&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Types of CSS&lt;/strong&gt;&lt;br&gt;
There are 3 types of CSS:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Inline CSS
CSS is written inside the HTML element using the style attribute.
Example:
&lt;p&gt;Hello&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;Internal CSS
CSS is written inside the  tag in the HTML file.&amp;lt;/li&amp;gt;
&amp;lt;li&amp;gt;External CSS
CSS is written in a separate .css file and linked using the &amp;lt;link&amp;gt; tag.
&amp;lt;strong&amp;gt;Conclusion&amp;lt;/strong&amp;gt;
These are some important beginner concepts in HTML and CSS. Understanding these basics helps in building web pages and preparing for frontend interviews.&amp;lt;/li&amp;gt;
&amp;lt;/ol&amp;gt;

&lt;/li&gt;
&lt;/ol&gt;

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