<?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: SRAVANTHI</title>
    <description>The latest articles on DEV Community by SRAVANTHI (@sravanthi).</description>
    <link>https://dev.to/sravanthi</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%2F1248702%2F2960b71f-9f4c-420c-9e7a-59d5b600f7d5.jpg</url>
      <title>DEV Community: SRAVANTHI</title>
      <link>https://dev.to/sravanthi</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/sravanthi"/>
    <language>en</language>
    <item>
      <title>Full Stack Odyssey(Part1)</title>
      <dc:creator>SRAVANTHI</dc:creator>
      <pubDate>Fri, 05 Jan 2024 07:15:50 +0000</pubDate>
      <link>https://dev.to/sravanthi/introduction-to-web-h86</link>
      <guid>https://dev.to/sravanthi/introduction-to-web-h86</guid>
      <description>&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F89jwv99oaanuljddw8ms.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F89jwv99oaanuljddw8ms.jpg" alt="Image description" width="800" height="620"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h4&gt;
  
  
  Before we dive into topics, we need two pieces of software
&lt;/h4&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;Web Browser&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Code Editor&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;After writing the code in the code editor, a web browser is needed to view the website.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What is HTML?&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;HTML is an acronym which stands for &lt;strong&gt;Hyper Text Markup Language&lt;/strong&gt; which is used for creating web pages and web applications. This is the tool we use to create Websites.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Hyper text&lt;/strong&gt; means a text has a link within it.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Markup Language&lt;/strong&gt; is a system of annotating a document to describe its structure and presentation. It uses tags or codes to define elements such as heading, paragraph, lists, images, links and more.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What is web pages, website, web application?&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Web Pages:-&lt;/strong&gt; It is a document which is commonly written in HTML, which can be displayed in a web browser such as Firefox, Google Chrome, Apple Safari, Microsoft edge.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Website:-&lt;/strong&gt; It is a collection of web pages and related content that is identified by a common domain name and published on at least one web server.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Web application&lt;/strong&gt;:- A web application (or web app) is application software that is accessed using a web browser.&lt;/p&gt;

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