<?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: Madhan Raj</title>
    <description>The latest articles on DEV Community by Madhan Raj (@madhanraj).</description>
    <link>https://dev.to/madhanraj</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%2F3924294%2Fdb5c40b2-1f3a-4b78-aff4-19cfb4341828.png</url>
      <title>DEV Community: Madhan Raj</title>
      <link>https://dev.to/madhanraj</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/madhanraj"/>
    <language>en</language>
    <item>
      <title>HTML for Beginners</title>
      <dc:creator>Madhan Raj</dc:creator>
      <pubDate>Fri, 15 May 2026 05:38:52 +0000</pubDate>
      <link>https://dev.to/madhanraj/html-for-beginners-1hkn</link>
      <guid>https://dev.to/madhanraj/html-for-beginners-1hkn</guid>
      <description>&lt;p&gt;The basic understandig of Html Document.&lt;/p&gt;

&lt;p&gt;All HTML documents must start with a document type declaration: &amp;lt;!DOCTYPE html&amp;gt;.&lt;/p&gt;

&lt;p&gt;The HTML document itself begins with  and ends with .&lt;/p&gt;

&lt;p&gt;The visible part of the HTML document is between &lt;/p&gt; and .

&lt;p&gt;The essential tags used in Html are in the below&lt;br&gt;
Structural Tags&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight html"&gt;&lt;code&gt;
&lt;span class="cp"&gt;&amp;lt;!DOCTYPE html&amp;gt;&lt;/span&gt;
&lt;span class="nt"&gt;&amp;lt;html&amp;gt;&lt;/span&gt;
&lt;span class="nt"&gt;&amp;lt;head&amp;gt;&lt;/span&gt;
&lt;span class="nt"&gt;&amp;lt;title&amp;gt;&lt;/span&gt;
&lt;span class="nt"&gt;&amp;lt;body&amp;gt;&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Text Tags&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight html"&gt;&lt;code&gt;
&lt;span class="nt"&gt;&amp;lt;h1&amp;gt;&lt;/span&gt; to &lt;span class="nt"&gt;&amp;lt;h6&amp;gt;&lt;/span&gt; :This tag used for the headings which is starts for H1 to h6
&lt;span class="nt"&gt;&amp;lt;p&amp;gt;&lt;/span&gt;: Defines a paragraph.
&lt;span class="nt"&gt;&amp;lt;br&amp;gt;&lt;/span&gt;: Inserts a single line break.
&lt;span class="nt"&gt;&amp;lt;hr&amp;gt;&lt;/span&gt;: It Creates a horizontal line to separate sections.
&lt;span class="nt"&gt;&amp;lt;img&amp;gt;&lt;/span&gt;: Embeds images.
&lt;span class="nt"&gt;&amp;lt;ul&amp;gt;&lt;/span&gt;: Starts an unordered with bulleted list.
&lt;span class="nt"&gt;&amp;lt;ol&amp;gt;&lt;/span&gt;: starts an ordered Numbers list.
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Reference:&lt;a href="https://www.w3schools.com/html/html_headings.asp" rel="noopener noreferrer"&gt;https://www.w3schools.com/html/html_headings.asp&lt;/a&gt;&lt;/p&gt;

</description>
      <category>html</category>
      <category>resume</category>
      <category>java</category>
      <category>ai</category>
    </item>
  </channel>
</rss>
