<?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: Anima Roy</title>
    <description>The latest articles on DEV Community by Anima Roy (@animaroy).</description>
    <link>https://dev.to/animaroy</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%2F604572%2Fce2402bc-f3e9-4e60-acb4-711c20b2bdb0.jpg</url>
      <title>DEV Community: Anima Roy</title>
      <link>https://dev.to/animaroy</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/animaroy"/>
    <language>en</language>
    <item>
      <title>How To Make Drop Down Menu Using HTML And CSS</title>
      <dc:creator>Anima Roy</dc:creator>
      <pubDate>Wed, 07 Apr 2021 11:55:34 +0000</pubDate>
      <link>https://dev.to/animaroy/how-to-make-drop-down-menu-using-html-and-css-4dk4</link>
      <guid>https://dev.to/animaroy/how-to-make-drop-down-menu-using-html-and-css-4dk4</guid>
      <description>&lt;p&gt;Hello readers, Today in this blog you'll learn how to create a Dropdown Menu Bar using HTML and CSS only. Earlier I have shared how to create a Side Navigation Menu Bar using HTML and CSS. Now it's time to create a dropdown menu bar.&lt;/p&gt;

&lt;p&gt;As you know, the dropdown menu is important for any kind of website to show information about the website more and more, which users or visitors need. Every website has a navbar for providing a graphical user interface.&lt;/p&gt;

&lt;h1&gt;
  
  
  Video Tutorial of Dropdown Menu Bar using HTML &amp;amp; CSS
&lt;/h1&gt;

&lt;p&gt;&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/mjX66MP_9zQ"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

&lt;p&gt;I hope you've understood the basic concept of this Dropdown Menu Bar after watching this video tutorial. I think this video can help beginners to know CSS in depth. If you want to get the source code of this Dropdown Menu Bar. You can easily get the source codes of this program. To get the source codes you just need to scroll down.&lt;/p&gt;

&lt;p&gt;I think these codes can help beginners to understand CSS in depth. You can use this program or design on your website or project after a few changes according you want. Also, you can redesign this dropdown and take this program to the next level.&lt;/p&gt;

&lt;h1&gt;
  
  
  Dropdown Menu Bar in HTML CSS &lt;a href="https://www.foolishdeveloper.com/2021/04/how-to-create-drop-down-menu-in-html.html"&gt;Source Codes&lt;/a&gt;
&lt;/h1&gt;

&lt;p&gt;As always, before sharing the codes of this program (Drop-down Menu Ba), let's a few talks about the main tags and codes of this program. This program is a fully ul and li-based program, that’s why we can create a menu easily.&lt;/p&gt;

&lt;p&gt;As you can see in the video, First, I have created a nav tag and placed all the elements inside it. Then I created ul, li, and an HTML tag. The ul tag defines an unordered (bulleted) list. Use the ul tag together with the li tag to create unordered lists.&lt;/p&gt;

&lt;p&gt;In this program, I wrote '#' inside href i.e that means it doesn't indicate any website or it doesn't redirect to any website. If you will put any website link inside href attribute when the user clicks on that link, that user automatically redirects to that particular website which you'll provide inside the href attribute.&lt;/p&gt;

&lt;p&gt;There are many things I left. Because I can't say all things in writing. I'm just talking about the main codes of this program. Don't worry you'll understand all codes and programs after getting the source code of this Sidebar.&lt;/p&gt;

&lt;p&gt;To create this program (Drop-down Menu Ba). First, you need to create two Files one HTML File and another one is CSS File. After creating these files just paste the following codes in your file. You can also download the source code files through the given link. In the source files, there you also get a background image of this program.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://www.foolishdeveloper.com/2021/04/how-to-create-drop-down-menu-in-html.html"&gt;Click here to download source code files.&lt;/a&gt;&lt;/p&gt;

</description>
      <category>html</category>
      <category>css</category>
      <category>webdev</category>
    </item>
    <item>
      <title>Create a Personal Portfolio Website Using HTML, CSS, and Bootstrap</title>
      <dc:creator>Anima Roy</dc:creator>
      <pubDate>Mon, 29 Mar 2021 14:26:38 +0000</pubDate>
      <link>https://dev.to/animaroy/create-a-personal-portfolio-website-using-html-css-and-bootstrap-226a</link>
      <guid>https://dev.to/animaroy/create-a-personal-portfolio-website-using-html-css-and-bootstrap-226a</guid>
      <description>&lt;p&gt;Hello friends, in this article I am going to show you how to create a responsive personal portfolio website.&lt;/p&gt;

&lt;p&gt;When creating a personal portfolio website, you need to look at a few special things, the most important of which is that you need to design the website in such a way that you can put all your experience and talent in front of your users. A portfolio website is a website where you will showcase your educational qualifications and your experience to the users. They will then hire you for their project according to their needs. So in this case you need to use the website in a modern way, using bright colors and animations to beautifully showcase all your qualities and experiences in front of the users. With this in mind, I have designed this website in a completely modern and professional way.&lt;/p&gt;

&lt;p&gt;I basically used HTML, CSS, and bootstrap programming code to make it. You can download all its code and necessary images for free by clicking on the download button below.&lt;/p&gt;

&lt;p&gt;If you want to learn how to make it completely, you can watch the video tutorial below.&lt;/p&gt;

&lt;p&gt;&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/8YQ07IUybmo"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

&lt;p&gt;&lt;a href="https://youtu.be/8YQ07IUybmo"&gt;Demo and Download Code&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;If you like the video tutorial, be sure to &lt;code&gt;like the video and comment on it so I can encourage you to create new designs&lt;/code&gt;. &lt;/p&gt;

&lt;p&gt;You can comment on what kind of design you want. Special thanks to you for reading to the end of the article.&lt;/p&gt;

</description>
      <category>html</category>
      <category>css</category>
      <category>webdev</category>
      <category>javascript</category>
    </item>
  </channel>
</rss>
