<?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: Rajesh</title>
    <description>The latest articles on DEV Community by Rajesh (@rajesh_0312ef73e50fe9ba4e).</description>
    <link>https://dev.to/rajesh_0312ef73e50fe9ba4e</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%2F3927004%2Fe6f2c2d5-57f2-46dc-b84d-af86259de25a.jpg</url>
      <title>DEV Community: Rajesh</title>
      <link>https://dev.to/rajesh_0312ef73e50fe9ba4e</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/rajesh_0312ef73e50fe9ba4e"/>
    <language>en</language>
    <item>
      <title>HTML</title>
      <dc:creator>Rajesh</dc:creator>
      <pubDate>Wed, 13 May 2026 14:06:42 +0000</pubDate>
      <link>https://dev.to/rajesh_0312ef73e50fe9ba4e/html-15k6</link>
      <guid>https://dev.to/rajesh_0312ef73e50fe9ba4e/html-15k6</guid>
      <description>&lt;h2&gt;
  
  
  1.WHAT IS HTML?
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;HTML stands for &lt;strong&gt;Hyper Text Markup Language&lt;/strong&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;HTML is the standard markup language for creating &lt;strong&gt;Web pages&lt;/strong&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;HTML describes the &lt;strong&gt;structure of a Web page&lt;/strong&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;HTML consists of a &lt;strong&gt;series of elements&lt;/strong&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;HTML elements tell the browser how to display the content&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;HTML elements label pieces of content such as "this is a heading", "this is a paragraph", "this is a link", etc.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

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

&lt;h2&gt;
  
  
  2.WHAT IS A HTML ELEMENTS?
&lt;/h2&gt;

&lt;p&gt;The HTML element is everything from the &lt;strong&gt;start tag to the end tag&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;FOR EXAMPLE:&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt; &amp;lt;h1&amp;gt;My First Heading&amp;lt;/h1&amp;gt;

 &amp;lt;p&amp;gt;My first paragraph&amp;lt;/p&amp;gt; 
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

&lt;p&gt;&lt;strong&gt;NOTE:&lt;/strong&gt;&lt;/p&gt;
&lt;h1&gt;&lt;/h1&gt;  THIS ALL ARE STARTING AND ENDING TAGS

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

&lt;h2&gt;
  
  
  3.WHAT IS A HTML META DATA
&lt;/h2&gt;

&lt;p&gt;HTML Metadata is &lt;strong&gt;"data about data"&lt;/strong&gt; that describes a webpage's content, technical settings, and ownership&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;ELEMENTS&lt;/strong&gt; - ELEMENT IS WITH THE COMMENED &lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;TAGS&lt;/strong&gt; - TAGS IS NOTHING BUT h1,h2,h3,etc..,,&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

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