<?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: Gurvak Singh</title>
    <description>The latest articles on DEV Community by Gurvak Singh (@gurvak_singh).</description>
    <link>https://dev.to/gurvak_singh</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%2F2126932%2Fe68343f1-2774-43b4-9143-0296755aad7e.png</url>
      <title>DEV Community: Gurvak Singh</title>
      <link>https://dev.to/gurvak_singh</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/gurvak_singh"/>
    <language>en</language>
    <item>
      <title>HTML Introduction</title>
      <dc:creator>Gurvak Singh</dc:creator>
      <pubDate>Mon, 21 Oct 2024 03:34:37 +0000</pubDate>
      <link>https://dev.to/gurvak_singh/html-introduction-1b2f</link>
      <guid>https://dev.to/gurvak_singh/html-introduction-1b2f</guid>
      <description>&lt;p&gt;HTML, which stands for HyperText Markup Language, is the standard markup language used to create web pages. It is the backbone of any web development process, as it provides the basic structure of sites by defining elements such as headings, paragraphs, links, and other content to be displayed in a web browser.&lt;/p&gt;

&lt;p&gt;HTML is not a programming language; it is a markup language that tells the web browser how to structure the content on web pages. It consists of a series of elements, which you can use to enclose different parts of your content to make it appear or behave in a certain way. For example, wrapping text in &lt;/p&gt;
&lt;p&gt; tags turns the text into a paragraph.&lt;/p&gt;

&lt;p&gt;Elements are defined by tags, written using angle brackets. Tags can be either opening tags, closing tags, or self-closing tags, depending on whether they need to enclose content or stand alone. HTML documents also include a set of nested HTML elements including the &amp;lt;!DOCTYPE html&amp;gt;, , &lt;/p&gt;, and  tags, which define the structure of the page.

&lt;p&gt;HTML pages are enhanced and manipulated using CSS  (Cascading Style Sheets) for styling and JavaScript  for functionality. Together, these technologies form the core set of tools used by front-end web developers to create interactive and visually appealing websites.&lt;/p&gt;

&lt;p&gt;Below is a simple example of an HTML document that demonstrates the use of basic HTML  tags to structure a web page. This example includes the use of headings, paragraphs, links, and an image.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Faxmybjg91wiuawbvokxa.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Faxmybjg91wiuawbvokxa.png" alt="Image description" width="800" height="338"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>html</category>
      <category>beginners</category>
      <category>learning</category>
      <category>webdev</category>
    </item>
    <item>
      <title>Starting Full Stack Web Development With Python</title>
      <dc:creator>Gurvak Singh</dc:creator>
      <pubDate>Sun, 06 Oct 2024 19:20:47 +0000</pubDate>
      <link>https://dev.to/gurvak_singh/starting-full-stack-web-development-51ol</link>
      <guid>https://dev.to/gurvak_singh/starting-full-stack-web-development-51ol</guid>
      <description>&lt;p&gt;I will be starting a series of full stack web development here on the dev.to community. My goal is to learn and help others learn as well. So I will be posting my notes and the ways I am learning the full stack web development. So, that it may help others learn as well. Alright then let's all begin without wasting any more time.......&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>beginners</category>
      <category>programming</category>
      <category>learning</category>
    </item>
  </channel>
</rss>
