<?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: Alaguselvan T</title>
    <description>The latest articles on DEV Community by Alaguselvan T (@alaguselvan_t_2005).</description>
    <link>https://dev.to/alaguselvan_t_2005</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%2F3959460%2Feb93572b-125e-4e0f-a097-6cd363ba1369.jpeg</url>
      <title>DEV Community: Alaguselvan T</title>
      <link>https://dev.to/alaguselvan_t_2005</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/alaguselvan_t_2005"/>
    <language>en</language>
    <item>
      <title>BASICS OF HTML &amp; CSS</title>
      <dc:creator>Alaguselvan T</dc:creator>
      <pubDate>Sat, 30 May 2026 05:26:27 +0000</pubDate>
      <link>https://dev.to/alaguselvan_t_2005/basics-of-html-css-11nm</link>
      <guid>https://dev.to/alaguselvan_t_2005/basics-of-html-css-11nm</guid>
      <description>&lt;p&gt;Yesterday I have learned some of the basics in full stack development and the topics are Basisc of HTML and CSS &lt;/p&gt;

&lt;p&gt;1.What is Markup language?&lt;br&gt;
A Markup Language is a language used to structure and format content by using tags.&lt;/p&gt;

&lt;p&gt;The tags “mark up” the text by adding information about:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Headings&lt;/li&gt;
&lt;li&gt;Paragraphs&lt;/li&gt;
&lt;li&gt;Images&lt;/li&gt;
&lt;li&gt;Links&lt;/li&gt;
&lt;li&gt;Tables&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Examples of Markup Languages&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;HTML – Used to create web pages.&lt;/li&gt;
&lt;li&gt;XML – Used to store and transport data.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;2.HTML 5 Features?&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Semantic Tags – New tags like          , , , &amp;lt;    .&lt;/li&gt;
&lt;li&gt;Audio Support – Play audio using the  tag.&lt;/li&gt;
&lt;li&gt;Video Support – Embed videos using the  tag.
&lt;/li&gt;
&lt;li&gt;Canvas – Draw graphics and animations with the  element.&lt;/li&gt;
&lt;li&gt;Local Storage – Store data in the browser without cookies.&lt;/li&gt;
&lt;li&gt;Geolocation – Get the user’s location (with permission).&lt;/li&gt;
&lt;li&gt;Form Enhancements – New input types like email, date, number, and range.&lt;/li&gt;
&lt;li&gt;Drag and Drop – Built-in drag-and-drop functionality.&lt;/li&gt;
&lt;li&gt;Web Workers – Run scripts in the background.&lt;/li&gt;
&lt;li&gt;Offline Support – Some web applications can work offline.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;3.CSS-3 Features ?&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Rounded Corners – border-radius&lt;/li&gt;
&lt;li&gt;Box Shadow – box-shadow&lt;/li&gt;
&lt;li&gt;Text Shadow – text-shadow&lt;/li&gt;
&lt;li&gt;Gradients – Linear and radial gradients.&lt;/li&gt;
&lt;li&gt;Transitions – Smooth changes between styles.&lt;/li&gt;
&lt;li&gt;Animations – Create animations using @keyframes.&lt;/li&gt;
&lt;li&gt;Transforms – Rotate, scale, skew, and move elements.&lt;/li&gt;
&lt;li&gt;Media Queries – Responsive design for different screen sizes.&lt;/li&gt;
&lt;li&gt;Flexbox – Easy layout and alignment of elements.&lt;/li&gt;
&lt;li&gt;RGBA Colors – Colors with transparency.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;4.Alternative for HTML?&lt;br&gt;
Yes, there are alternatives and related technologies, but HTML is the standard language for creating web pages and has no direct replacement for web browsers.&lt;/p&gt;

&lt;p&gt;Some related technologies are:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;XML – Used to store and transport data, not for web page design.&lt;/li&gt;
&lt;li&gt;XHTML – A stricter version of HTML.&lt;/li&gt;
&lt;li&gt;Markdown – Simple syntax for formatting documents; can be converted to HTML.&lt;/li&gt;
&lt;li&gt;SVG – Used for vector graphics in web pages.&lt;/li&gt;
&lt;/ul&gt;

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