How to create navigation bar with search box?

แชร์
ฝัง
  • เผยแพร่เมื่อ 15 ก.ย. 2024
  • How to create a navigation bar with a search box.
    More Videos.
    =========================
    HTML and CSS Navigation Bar with Search Box : • HTML and CSS Navigatio...
    Responsive and transparent navigation menus with social media icons : • Responsive and transpa...
    Awesome Overlay Signup Form | HTML, CSS and JavaScript: • Awesome Overlay Signup...
    Responsive navbar with search box | HTML and CSS: • Responsive navbar wit...
    Navigation Bar with Login Form || HTML and CSS: • Navigation Bar with Lo...
    CSS Coffee Cup with Stream || HTML and CSS: • CSS Coffee Cup with St...
    CSS Background Animation | HTML and CSS : • CSS Background Animati...
    CSS Grid Layout | HTML and CSS : • CSS Grid Layout | HTML...
    Full Screen Login Form with HTML and CSS : • Full Screen Login Form...
    CSS Smoke Text Animation : • CSS Smoke Text Animation
    Awesome Animated Search Box using HTML and CSS : • Awesome Animated Searc...
    Cool CSS Border Animation On Hover | HTML and CSS: • Cool CSS Border Anima...
    3D social media icons with HTML and CSS : • 3D social media icons ...

ความคิดเห็น • 229

  • @prk3397
    @prk3397 5 ปีที่แล้ว +8

    It's very simple yet it looks so good. You've explained it really well. Thank you for uploading this:))

  • @johnjones764
    @johnjones764 6 ปีที่แล้ว +2

    Yet another excellent job. Nobody does this as good as you

  • @pitambarsahoo7276
    @pitambarsahoo7276 5 ปีที่แล้ว +1

    Nice video. Thanks for the post. continue sharing new videos.

    • @pitambarsahoo7276
      @pitambarsahoo7276 5 ปีที่แล้ว

      Please try to improve videos by specifying the meaning of tags.

  • @user-Riya1117
    @user-Riya1117 ปีที่แล้ว +1

    it was soo helpful...it seemed so difficult to me before , your code was really simple and nice..thankyou

  • @shruthijavalkar
    @shruthijavalkar 3 ปีที่แล้ว +1

    Thank you for this video... It helped me... Stay safe...

  • @khmerhappy8891
    @khmerhappy8891 6 ปีที่แล้ว +2

    Thanks teacher for your teaching. I can do as you already.

  • @BonthalaRamesh
    @BonthalaRamesh ปีที่แล้ว

    Very nice explain

  • @Ashboi24
    @Ashboi24 4 ปีที่แล้ว +1

    This was very helpful thanks a lot👍👍👍

  • @ZiyaanSekh31
    @ZiyaanSekh31 5 ปีที่แล้ว +2

    Sir excellent this is helpful for me
    Thank you

  • @rashida4933
    @rashida4933 6 ปีที่แล้ว +1

    I think it's a valuable video for me. Thank a lot sir....

  • @rudigonzalez1451
    @rudigonzalez1451 4 ปีที่แล้ว +1

    the auto translator is going crazy with ur accent mate xD ........... nice vid

    • @YA-ok1mo
      @YA-ok1mo 4 ปีที่แล้ว +1

      It brought me spanish (autogenerated)😂😂😂

  • @Clip01234
    @Clip01234 ปีที่แล้ว

    Good job👍🏻

  • @IshtiaqUddinOfficial
    @IshtiaqUddinOfficial 5 ปีที่แล้ว +1

    Excellent

  • @sinistermagus8962
    @sinistermagus8962 6 ปีที่แล้ว

    This is very informative. Nicely done brother. Don't listen to those people who are criticizing you because of the way you speak English. Keep it up. It really does not matter. What matters is the information you are sharing. Nicely done once again! Keep it up! Happy new year! Greetings from Anonymous.

  • @mohamedmouiguina9818
    @mohamedmouiguina9818 5 ปีที่แล้ว +1

    This is a good tutorial for beginners. I would love to see you work on more advanced web design i myself have some decent tutos on my channel. I would love your feedback.

  • @abdishakur9
    @abdishakur9 6 ปีที่แล้ว +1

    the professor so amazing man thanks bossman

  • @Jxbull
    @Jxbull 2 ปีที่แล้ว

    life saver brother

  • @lailajess4972
    @lailajess4972 3 ปีที่แล้ว

    Saved. So nice. tnks.

  • @dfjama
    @dfjama 4 ปีที่แล้ว

    Well done, yes it is simple but amazing..

  • @11JSIgor
    @11JSIgor 6 ปีที่แล้ว +1

    Very Good dude!

  • @areadev11
    @areadev11 4 ปีที่แล้ว

    nice video. this is really helpful!!

  • @elkamerma5402
    @elkamerma5402 6 ปีที่แล้ว +1

    thank you very very much...

  • @bcgart.9849
    @bcgart.9849 6 ปีที่แล้ว +2

    For coding Here you go
    Navigation bar and menus with search box
    body{
    background: skyblue;
    margin: 0;
    }
    .menu{
    width: 100%;
    background: #142b47;
    overflow: auto;
    }
    .menu ul{
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 60px;
    }
    .menu li{
    float: left;
    }
    .menu ul li a{
    background: #142b47;
    text-decoration: none;
    width: 130px;
    display: block;
    text-align: center;
    color: #f2f2f2;
    font-size: 18px;
    font-family: sans-serif;
    letter-spacing: 0.5px;
    }
    .menu li a:hover{
    color: #fff;
    opacity: 0.5px;
    font-size: 19px;
    }
    .search-form{
    margin-top: 15px;
    float: right;
    margin-right: 100px;
    }
    input[type=text]{
    padding: 7px;
    border: none;
    font-size: 16px;
    font-family: sans-serif;
    margin-top: 15px;
    }
    button{
    float: right;
    background: orange;
    color: white;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
    position: relative;
    padding: 7px;
    font-family: sans-serif;
    border: none;
    font-size: 16px;
    margin-right: 226px;
    margin-top: 15px;
    }

    Home
    Gallary
    Event
    Feedback
    About
    Contact
    Search

    • @viralworld955
      @viralworld955 4 ปีที่แล้ว

      Send me on whatsapp plz 03475149323

  • @chayansarkar8722
    @chayansarkar8722 2 ปีที่แล้ว

    Thank you very much!

  • @itsisdevabhaiwhatsappstatu2364
    @itsisdevabhaiwhatsappstatu2364 5 ปีที่แล้ว +1

    Nice

  • @habbobites3350
    @habbobites3350 4 ปีที่แล้ว

    Ei there! Can you make a tutorial for footer thanks! Top fan here sir!

  • @ashokkumarlenka174
    @ashokkumarlenka174 5 ปีที่แล้ว +5

    U didn't define what is the meaning of those tag
    ,,,,Only helpful for professional..not for beginners

  • @atmosphericraven
    @atmosphericraven 5 ปีที่แล้ว +4

    If you can do a tutorial on how to make the search box function, that would be nice.

  • @lailajess4972
    @lailajess4972 3 ปีที่แล้ว

    middles section will be. left sidebar plus right sidebar plus footer need. l want you. tnks.

  • @saugatsharma5946
    @saugatsharma5946 6 ปีที่แล้ว +5

    It didnot work for me,even i had copied u r ech and every step

  • @creativej6339
    @creativej6339 5 ปีที่แล้ว +1

    Thanks

  • @kenmedina9997
    @kenmedina9997 4 ปีที่แล้ว

    this is reaaly helpful! Thank you so much!

    • @wallacematthew8512
      @wallacematthew8512 3 ปีที่แล้ว

      dunno if you guys gives a damn but if you're bored like me atm then you can watch pretty much all of the latest series on InstaFlixxer. I've been binge watching with my gf lately =)

    • @luccadustin8081
      @luccadustin8081 3 ปีที่แล้ว

      @Wallace Matthew yup, I've been watching on instaflixxer for months myself :)

  • @abdur-rahmanaroyewun339
    @abdur-rahmanaroyewun339 6 ปีที่แล้ว +1

    Thank you sooooo much

  • @lailajess4972
    @lailajess4972 3 ปีที่แล้ว

    tnx. nice tutorial.

  • @chamodvishwa436
    @chamodvishwa436 3 ปีที่แล้ว

    hey...! how can help to me.plz.how change text size in created menu

  • @gorantrajkovic2071
    @gorantrajkovic2071 5 ปีที่แล้ว

    Good tutorial.Thank you.

  • @GTouch25
    @GTouch25 6 ปีที่แล้ว +1

    Nice work! I have a question, I downloaded a free HTML scrolling page from online, and had no Navigation bar. I tried to add navigation bar from another existing HTML that I like, but didn’t work the way it should! So is any suggestion on how can be done? As I don’t want to create new one, just want to add it to my new existing webpage! Thank you keep the good work

    • @webmaster1498
      @webmaster1498  6 ปีที่แล้ว

      Please provide your email I will send to you source code

    • @GTouch25
      @GTouch25 6 ปีที่แล้ว +1

      Thank you ! I did send you my email address

    • @lyricsviu6879
      @lyricsviu6879 6 ปีที่แล้ว

      please send navigation bar code to my email
      "lyricsvius@gmail.com"

  • @thechef42
    @thechef42 5 ปีที่แล้ว

    How do i take and make it to be able to search my website ? Is there a piece of code OR how do I take and use it to search my site for content?

  • @sathoshreddy
    @sathoshreddy 2 ปีที่แล้ว

    I understand sir

  • @3booditechno_537
    @3booditechno_537 6 ปีที่แล้ว +1

    vary thanks

  • @sathoshreddy
    @sathoshreddy 2 ปีที่แล้ว

    Please do more vedioes

  • @creativej6339
    @creativej6339 5 ปีที่แล้ว +1

    Sir how to change search box text color

    • @iam_chonchol
      @iam_chonchol 5 ปีที่แล้ว

      Hi, Jyoti Sharma, You can change here
      input[type='text'] {
      padding: 7px;
      border: none;
      font-size: 16px;
      color: any color you want.
      }

  • @zarifabdullah6673
    @zarifabdullah6673 6 ปีที่แล้ว

    very nice

  • @shahindomar3958
    @shahindomar3958 4 ปีที่แล้ว

    Thanks Sir,

  • @unknowunknow415
    @unknowunknow415 6 ปีที่แล้ว +1

    interesting

  • @deepanshusharma8519
    @deepanshusharma8519 6 ปีที่แล้ว +2

    great work

  • @Igorbiv
    @Igorbiv 3 ปีที่แล้ว

    Happiness for you and your family

  • @amruthakammu-pq3pt
    @amruthakammu-pq3pt 5 ปีที่แล้ว

    I got exact but in dark blue block color came only half of the page and it's middle have so much sky-blue color gap in that and search button there in end page but middle sky-blue is showing wat to do

  • @mdmohibulhossain9195
    @mdmohibulhossain9195 6 ปีที่แล้ว

    very good

  • @aze0141
    @aze0141 6 ปีที่แล้ว

    can u just press f 12 in the website and copy the html?

  • @teoroux9620
    @teoroux9620 4 ปีที่แล้ว

    guys who see this in 2020 :
    - u're savage bro

  • @minikashmirivlog7507
    @minikashmirivlog7507 4 ปีที่แล้ว

    Gud work 💯❤️

  • @hugolapa1229
    @hugolapa1229 4 ปีที่แล้ว

    hey how would I move the search bar between home and gallary

  • @nisharawat20
    @nisharawat20 3 ปีที่แล้ว

    Sir ye notepad per banate h

  • @gamicri9310
    @gamicri9310 3 ปีที่แล้ว

    All nevigation bar are stick together what should i do

  • @sergioandrescaicedo-ramire4543
    @sergioandrescaicedo-ramire4543 4 ปีที่แล้ว

    Web Master how can i publish my search engine?

  • @gwengold1342
    @gwengold1342 5 ปีที่แล้ว +1

    Why doesn't it work when u click on it

  • @sujanacharya2084
    @sujanacharya2084 6 ปีที่แล้ว

    thanks a lot your video was quite useful..
    plz keep making such videos

  • @carmelamonicbingcang6882
    @carmelamonicbingcang6882 5 ปีที่แล้ว +1

    Can u please just post the whole text. It's too hard to follow please!!!

  • @diedonline
    @diedonline 6 ปีที่แล้ว

    Hi, thank you it worked very well, but how do I highlight the current page I am on? Like for example: I click on the Contact page, and the page button will get a green background or something so I know I am on that particular page. If you could help me with that, thanks!

    • @webmaster1498
      @webmaster1498  6 ปีที่แล้ว

      You have to create different pages and link to menus than you will get desired page when you click it....

    • @maheshmishra3323
      @maheshmishra3323 5 ปีที่แล้ว

      Friend it would go through like it suppose this is menu bar.
      a href="Menu.html">Menu
      In this case you have to make another html file named Menu and place it in the same folder in which the basic html file is.
      Hope this works for you.

  • @shidosakura5407
    @shidosakura5407 5 ปีที่แล้ว +1

    how can i activate sa search

  • @CatXzerR
    @CatXzerR 6 ปีที่แล้ว +6

    wtf mine is so different with this even I copied yours 1by1

  • @محمدالبلوي-ع3ي
    @محمدالبلوي-ع3ي 6 ปีที่แล้ว

    Good

  • @creativej6339
    @creativej6339 5 ปีที่แล้ว

    How to change search box color and radius

  • @saugatsharma5946
    @saugatsharma5946 6 ปีที่แล้ว

    Hey what link should i add on the search bar

  • @Wstudent768
    @Wstudent768 2 ปีที่แล้ว

    4:44

  • @ishanahmed8288
    @ishanahmed8288 6 ปีที่แล้ว +1

    it's very lengthy code you could have make even shorter

  • @sokdir
    @sokdir 6 ปีที่แล้ว +1

    Thank bro

  • @AjayKumar-cf4qx
    @AjayKumar-cf4qx 6 ปีที่แล้ว +1

    Can u plzz send me source code for hospital management

  • @nikhilmishra1867
    @nikhilmishra1867 5 ปีที่แล้ว +1

    JB bol na nhi Ata English to ku bol rha h bhai nevigtnnn

  • @danicacanton7367
    @danicacanton7367 6 ปีที่แล้ว

    Thank you so much Master!! 😍😘

  • @lifeoferic3466
    @lifeoferic3466 6 ปีที่แล้ว +1

    My search button is not in line with the search bar. How can I fix it ?

    • @tr0uge962
      @tr0uge962 5 ปีที่แล้ว

      try pulling the plug out and back in

  • @kingbajan
    @kingbajan 3 ปีที่แล้ว

    my search bar is not on my nav bar.

  • @muazmughal2025
    @muazmughal2025 6 ปีที่แล้ว

    thanx a lot sir

  • @darknite7375
    @darknite7375 5 ปีที่แล้ว +1

    Wtf Sound.. cant understand.. too noise in background >:(

  • @dinglaowai7053
    @dinglaowai7053 6 ปีที่แล้ว +1

    please i need source code

  • @Dcode103
    @Dcode103 5 ปีที่แล้ว

    Suppose we click on contact then it should open new page how can we code a for this

    • @farheen5578
      @farheen5578 5 ปีที่แล้ว

      if you have already made your contact page for your web then link that file with it .

  • @pratikshapuri8254
    @pratikshapuri8254 5 ปีที่แล้ว

    My code run but layout not fixed

  • @christinevcalingacion1387
    @christinevcalingacion1387 5 ปีที่แล้ว +2

    Can you also send me the source code?

  • @noorfatima3522
    @noorfatima3522 5 ปีที่แล้ว

    i think ap ko code bhi post karna chay bcz code sahi say run nai ho raha

  • @agastyagupta2962
    @agastyagupta2962 2 ปีที่แล้ว

    pls provide source code not working for me

  • @VPBadal
    @VPBadal 5 ปีที่แล้ว

    अगर इसी के उपर एक logo लगाना हो तो कैसे लगाएं

  • @ienlanh8749
    @ienlanh8749 2 ปีที่แล้ว

    😀

  • @aimiyumiko
    @aimiyumiko 6 ปีที่แล้ว

    Thank you for this video

  • @abhishekmishra7239
    @abhishekmishra7239 6 ปีที่แล้ว

    Why you give margin 0 in body section

  • @praveen0478
    @praveen0478 6 ปีที่แล้ว

    can u please send the code

  • @AjayKumar-cf4qx
    @AjayKumar-cf4qx 6 ปีที่แล้ว

    Can you provide the code for hospital management software

  • @jacobskals4143
    @jacobskals4143 6 ปีที่แล้ว

    It didn't work for me. I didn't get the blue bar and the search bar was all weird. Help me plz

    • @webmaster1498
      @webmaster1498  6 ปีที่แล้ว

      Please proved your email i will send to you source code...........

  • @minallakhe
    @minallakhe 6 ปีที่แล้ว

    is it responsive?

  • @danielkautu3409
    @danielkautu3409 3 ปีที่แล้ว

    unlock your link so we can download please.

  • @sureshbabub9734
    @sureshbabub9734 6 ปีที่แล้ว

    Can share me the code

  • @rasmisharma6726
    @rasmisharma6726 4 ปีที่แล้ว

    Are bhaiya ye coding galat mera panne nahi bana

  • @gamingmood357
    @gamingmood357 4 ปีที่แล้ว

    Hello sir

  • @wbdesigner1064
    @wbdesigner1064 5 ปีที่แล้ว

    not bad

  • @davidecomito9750
    @davidecomito9750 5 ปีที่แล้ว

    Maybe i watched the video to see how? ;D

  • @naitikchauhan2953
    @naitikchauhan2953 6 ปีที่แล้ว

    my seach bar get collapse please help me

    • @webmaster1498
      @webmaster1498  6 ปีที่แล้ว

      Please provide your email ..I will send source code

  • @magdalineamalie3676
    @magdalineamalie3676 6 ปีที่แล้ว

    can you pls give me a source code

  • @clintonweisei100
    @clintonweisei100 5 ปีที่แล้ว

    the person who disliked this great tutorial is a nerd

  • @skhot4193
    @skhot4193 4 ปีที่แล้ว

    Hi

  • @mohammadzakirhossain6631
    @mohammadzakirhossain6631 5 ปีที่แล้ว

    Please code is diskipsion box

    • @nnwccc
      @nnwccc 5 ปีที่แล้ว

      PLEASE INGLISHA MA MAN