<?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: Fida Jafri</title>
    <description>The latest articles on DEV Community by Fida Jafri (@fida_jafri_b5296bd481b98d).</description>
    <link>https://dev.to/fida_jafri_b5296bd481b98d</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%2F1719064%2F3e9f12ab-98e1-41c3-b93b-8d90327cf1d7.jpg</url>
      <title>DEV Community: Fida Jafri</title>
      <link>https://dev.to/fida_jafri_b5296bd481b98d</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/fida_jafri_b5296bd481b98d"/>
    <language>en</language>
    <item>
      <title>HTML cool things</title>
      <dc:creator>Fida Jafri</dc:creator>
      <pubDate>Tue, 02 Jul 2024 17:35:57 +0000</pubDate>
      <link>https://dev.to/fida_jafri_b5296bd481b98d/html-cool-things-207j</link>
      <guid>https://dev.to/fida_jafri_b5296bd481b98d/html-cool-things-207j</guid>
      <description>&lt;p&gt;1) Make a call or mail:&lt;br&gt;
Need a link to make a call or mail? a tag to the rescue&lt;br&gt;
&lt;a href="tel:43211234123"&gt;Make a call&lt;/a&gt;&lt;br&gt;
&lt;a href="mailto:abc@gmail.com"&gt;Send an email&lt;/a&gt;&lt;br&gt;
2) Add a color picker:&lt;br&gt;
Need a color picker to you webpage? No need to use any libraries. It's just one line far.&lt;br&gt;
&lt;br&gt;
Here it is.&lt;br&gt;
This image is showing color picker&lt;/p&gt;

&lt;p&gt;3) Editabele Content:&lt;br&gt;
Make you any content editable by just adding the contenteditable attribute to the element.&lt;/p&gt;

&lt;p&gt;
   This is a paragraph
&lt;/p&gt;

&lt;p&gt;Here! how it's look like.&lt;br&gt;
GIFThis is a video showing the editable text&lt;/p&gt;

&lt;p&gt;4) Mark tag:&lt;br&gt;
Got something that is very important and wanna highlight it?&lt;br&gt;
Here is the solution.&lt;/p&gt;

&lt;p&gt;It is very Important&lt;/p&gt;

&lt;p&gt;Image description&lt;/p&gt;

&lt;p&gt;5) Time tag:&lt;br&gt;
The &lt;time&gt; tag defines a specific time (or datetime).&lt;br&gt;
&lt;time&gt;January 18, 2022 2:00 PM&lt;/time&gt;&lt;br&gt;
The datetime attribute is used to translate date and time into machine-readable formate.&lt;/time&gt;&lt;/p&gt;

&lt;p&gt;6) Progress bar:&lt;br&gt;
Want to show progress of anything. use progress tag.&lt;br&gt;
&lt;br&gt;
Picture showing progress bar&lt;/p&gt;

&lt;p&gt;7) Disable option:&lt;br&gt;
Use disable attribute to disable any element from options.&lt;br&gt;
 &lt;br&gt;
   Apple&lt;br&gt;
   Orange&lt;br&gt;
   Mango&lt;br&gt;
 &lt;br&gt;
You can see Mango is disabled&lt;/p&gt;

&lt;p&gt;picture showing disabled option&lt;/p&gt;

&lt;p&gt;8) Lazy Loading Image:&lt;br&gt;
The loading attribute specifies whether a browser should load an image immediately or to defer loading of off-screen images until for example the user scrolls near them.&lt;br&gt;
&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/image.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/image.jpg" alt="Some detail mentioned"&gt;&lt;/a&gt;&lt;br&gt;
Hope you liked this post. If you got something to say Comment section is for you.&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
