<?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: Raj</title>
    <description>The latest articles on DEV Community by Raj (@raj_e8000a0e6f2a95ead799a).</description>
    <link>https://dev.to/raj_e8000a0e6f2a95ead799a</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.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4022101%2Fb0a65021-21e6-44d1-b6e6-e21d94e1d37a.jpg</url>
      <title>DEV Community: Raj</title>
      <link>https://dev.to/raj_e8000a0e6f2a95ead799a</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/raj_e8000a0e6f2a95ead799a"/>
    <language>en</language>
    <item>
      <title>HTML</title>
      <dc:creator>Raj</dc:creator>
      <pubDate>Thu, 09 Jul 2026 05:25:36 +0000</pubDate>
      <link>https://dev.to/raj_e8000a0e6f2a95ead799a/html-848</link>
      <guid>https://dev.to/raj_e8000a0e6f2a95ead799a/html-848</guid>
      <description>&lt;p&gt;&lt;strong&gt;&lt;em&gt;welcome to my first blog&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;This is not an Ordinary blog. it is based on my own understanding and i am still learning . I will explain topics simple words the way i understand  them. I m not to write like an Ai or an expert I share my learning journey so that beginners can understand easily. If i make any mistakes I will learn from them and improve.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;br&gt;
 Why Mention the Language?&lt;/strong&gt;&lt;br&gt;
&lt;strong&gt;meta lang="eng"&lt;/strong&gt;&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;* Browser Understanding the page language. 
* useful translation tools translate a other language correctly.
* improve accessibility for blind users programmers code .
* Screen readers like JAWS and NVDA which convert text to Speech.
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

&lt;p&gt; &lt;br&gt;
    * it's short method used quickly typing.&lt;br&gt;
    * long method available but short method almost using every user.&lt;br&gt;
    *  what is  this called universal character encoding &lt;br&gt;
 (E.g)&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;* HTML File = message (you send the secret code word)
* UTF-8 = reading rule ( friend A not  understands the secret code word mean)
* Reader = Browser ( then you explain a friend what secret code meaning)
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;
&lt;h2&gt;
  
  
  
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;&lt;br&gt;
 why using this tag?&lt;/strong&gt;&lt;br&gt;
&lt;strong&gt;meta name="viewport" content="width=device-width, initial-scale=1.0"&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;every device a different display screen width.&lt;/li&gt;
&lt;li&gt;this tag tells the browser to match the web page to the device's screen.&lt;/li&gt;
&lt;li&gt;a make your website look good on different display screen.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;(E.g)&lt;/p&gt;
&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt; * imagine opened a website on an old Nokia phone not fit the display screen properly.
 * I had to zoom in and out every time to read the content because the layout was not aligned correctly.
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

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